cURL
curl --request POST \ --url https://api.dfns.io/auth/login/sso/init \ --header 'Content-Type: application/json' \ --data ' { "orgId": "or-30tnh-itmjs-s235s5ontr3r23h2", "clientId": "<string>", "redirectUri": "<string>" } '
{ "ssoRedirectUrl": "<string>" }
Initialize the login process with SSO by returning the IdP Url to call.
Organization id.
1 - 64
"or-30tnh-itmjs-s235s5ontr3r23h2"
Client Id obtained from the IdP
Redirect URI used for the authentication flow
Success
The URL to redirect the user to authenticate with the IdP
Was this page helpful?