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.
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>"
}Success
The URL to redirect the user to authenticate with the IdP
Was this page helpful?