OAuth Callback API for SSO Sign In

post/api/v2/oauth/{identityProvider}/callback

Path Parameters

  • identityProviderstringRequired
    The identity provider such as msEntra or okta
    Enum: msEntra okta

Request Body

id_token string required
The ID token issued by the identity provider.
state string
The state parameter by the identity provider to prevent cross-site request forgery attacks.
error string
The error code returned by the identity provider, if any.
error_description string
A description of the error returned by the identity provider, if any.

302 Response