cURL
curl --request POST \ --url https://api.dfns.io/auth/login/sso \ --header 'Content-Type: application/json' \ --data ' { "code": "<string>", "state": "<string>" } '
{ "token": "<string>" }
Completes the login process and provides the authenticated user with their authentication token.
Authorization code obtained from the IdP
State forwarded by the IdP
Success
Was this page helpful?