Complete SSO Login

By using POST /auth/login/sso/init API, you can avail your authentication token.

Authentication
No authentication are required.
Required Permissions
No permissions are required.
Parameters
  • code: The authorization code is obtained from the IdP.
  • state: The state forwarded by the IdP.
Request body
{
curl --request POST \
  --url https://api.digitalassets.ibm.com/auth/login/sso \
  --header 'Content-Type: application/json' \
  --data '{
  "code": "<string>",
  "state": "<string>"
}'
Response
200: Success