In January 2023, Autodesk announced support for multiple callback URLs, allowing developers to utilize different domains for staging and production environments. Users can now include wildcards in callback URLs, such as `https://*.mydomain.com/auth/callback`, under certain conditions (top subdomain, HTTPS required, no localhost). Additionally, developers can use the `state` parameter in authorization requests to include extra information, like environment details. Notably, the option for wildcards in the URL path was removed. The relevant APIs include: Autodesk Authentication API.
You can find additional details in this blog
Comments
0 comments
Article is closed for comments.