OAuth 2.0 ID token in JWT (JSON Web Token) format obtained through OpenID Connect authentication flow.
The ID token is a signed JWT that contains:
sub (customer ID), aud (audience), iss (issuer), exp (expiration), iat (issued at)nonce, jti (JWT ID), auth_time, at_hash (access token hash)The token can be validated using Klarna's JWKS (JSON Web Key Set) endpoint to verify:
kid (Key ID) in the token header
Response object for the Identity sign-in flow.
Klarna-lifecycle-stage
gated