/LESSON 9
Step 7
Get SSO link
Streamline access to Duda accounts using SSO, without requiring additional logins
In this lesson, we'll walk through how to generate an SSO link for a client account using the Duda API.
The SSO link allows clients to authenticate and log into Duda without the need for multiple login credentials. This process simplifies access for clients by providing a seamless, single-sign-on experience.
We'll explore how to generate the SSO link and how it integrates with the authentication process. Once the link is generated, clients can use it to directly access their Duda account, bypassing the traditional login flow.
A successful API call will return the SSO link, which can be shared with the client for immediate access.
API Endpoint
GET https://api.duda.co/api/accounts/sso/
{account_name}
/link
Generates an SSO link that authenticates a client account and logs them into Duda without requiring separate login credentials.
Documentation:
Developer Reference – Get SSO Link
Attention
SSO links should be generated on demand, not statically or on page load. SSO tokens are valid for only two minutes, so verify user authentication in real time before generating the link.