admin管理员组

文章数量:1418417

I want to implement SSO login for Autodesk where users authenticate using my own login system instead of Autodesk credentials.

Workflow:

  1. User clicks "Login with SSO" on the Autodesk login page.
  2. The user is redirected to my custom login page for authentication.
  3. After successful authentication, the user should be logged into Autodesk automatically without entering Autodesk credentials.

Questions:

  1. Does Autodesk support custom SSO (SAML, OIDC, or OAuth)?
  2. How can I authenticate users in my system and log them into Autodesk automatically?
  3. 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:

  1. User clicks "Login with SSO" on the Autodesk login page.
  2. The user is redirected to my custom login page for authentication.
  3. After successful authentication, the user should be logged into Autodesk automatically without entering Autodesk credentials.

Questions:

  1. Does Autodesk support custom SSO (SAML, OIDC, or OAuth)?
  2. How can I authenticate users in my system and log them into Autodesk automatically?
  3. 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 badges
Add a comment  | 

1 Answer 1

Reset to default 0

What 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

本文标签: single sign oncreating custom SSO for autodeskStack Overflow