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
Share Improve this question edited Jan 31 at 10:47 VLAZ 29.2k9 gold badges63 silver badges84 bronze badges asked Jan 31 at 10:22 Harish KsoftHarish Ksoft 116 bronze badges1 Answer
Reset to default 0What you're asking for sounds like a product feature, not APS/Fe 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.
https://help.autodesk/view/SSOGUIDE/ENU/?guid=SSOGUIDE_Okta_Guide_About_Single_Sign_on_SSO_html
As it's not an API inquiry, so for future help, please reach out to our product help team instead: https://www.autodesk/support
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745269060a4619634.html
评论列表(0条)