I want to implement SSO login for Autodesk where users authenticate using my own login system instead of Autodesk credentials.
Workflow:
User clicks "Login with SSO" on the Autodesk login page.
The user is redirected to my custom login page for authentication.
After successful authentication, the user should be logged into Autodesk automatically without entering Autodesk credentials.
Questions:
Does Autodesk support custom SSO (SAML, OIDC, or OAuth)?
How can I authenticate users in my system and log them into Autodesk automatically?
Are there APIs or workarounds to achieve this?
Any guidance would be appreciated!
i have tried one nodejs application using openid, but it stuck on validation
I want to implement SSO login for Autodesk where users authenticate using my own login system instead of Autodesk credentials.
Workflow:
User clicks "Login with SSO" on the Autodesk login page.
The user is redirected to my custom login page for authentication.
After successful authentication, the user should be logged into Autodesk automatically without entering Autodesk credentials.
Questions:
Does Autodesk support custom SSO (SAML, OIDC, or OAuth)?
How can I authenticate users in my system and log them into Autodesk automatically?
Are there APIs or workarounds to achieve this?
Any guidance would be appreciated!
i have tried one nodejs application using openid, but it stuck on validation
single-sign-on
autodesk-forge
autodesk
Share
Improve this question
edited Jan 31 at 10:47
VLAZ
29.2k99 gold badges6363 silver badges8484 bronze badges
asked Jan 31 at 10:22
Harish KsoftHarish Ksoft1166 bronze badges
Add a comment
|
1 Answer
1
Reset to default
0
What you're asking for sounds like a product feature, not APS/Forge API specific.
If you want to integrate your enterprise/company's identity server with the Autodesk platform & software to implement Single Sign On for your users, please check this manual, and you will need a subscription plan to use this feature.