[{"label":"Latest (v1.0)","version":"latest"}]
csp

IdTokenDto

Defines the properties of ID token object


Properties

string
idToken Optional

The ID Token is a signed JWT token returned from the authorization server and contains the user’s profile information, including the domain of the identity provider. This domain is used to obtain the identity provider URL. This token is used for optimization so the application can know the identity of the user, without having to make any additional network requests. This token can be generated via the Authorization Code flow only.

JSON Example

{
	"idToken": "string"
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Parameter To

Get Identity Provider Logout URL
Get Identity Provider Logout URL V2

Feedback

Was this page helpful?