Returns Authorization token. Works as a callback url for the system defined sso apps
GET/v1/auth/sso/:ssoApp/callback
Returns Authorization token. Works as a callback url for the system defined sso apps
Request
Path Parameters
ssoApp stringrequired
Describes the sso app use to login into the system
Query Parameters
code string
Describes temporary and very short lived code sent by IDP to validate the token
state string
Describes a state to validate and associate request and response
error string
Describes a error code in case the IDP is not able to validate and authenticates the user
error_description string
Describes a error in case the IDP is not able to validate and authenticates the user
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Authorizationstring
Describes the authentication token in jwt format.
isMfaboolean
Indicates the authentication flow using MFA
{
"Authorization": "string",
"isMfa": true
}
Loading...