2. Token Endpoint
Last updated
Was this helpful?
Last updated
Was this helpful?
Endpoint to obtain an ID token and access token. The ID token is a signed JWT that contains user information in the sub
claim, and is signed by Singpass ASP. RPs will be able to verify the ID token’s JWT signature with our . RPs are expected to validate the ID token as per .
For the OIDC authentication flow, only the following grant(s) is supported:
authorization_code
(see the in the OpenID connect specs for more details)
In the below sections, we are going to describe the API contract: