MinifiedDynamicJwt
This contains standard JWT claims to identify a session for the Dynamic user. For more details, see: https://www.iana.org/assignments/jwt/jwt.xhtml#claims
Project environment jwt public key id, used to verify the jwt using the the jwks endpoint
Audience: this will be the origin header, pertaining to the client site
Issuer: current backend api host + environment id
Dynamic user ID
Dynamic session ID
Dynamic environment ID
ID of the most recently used verified credential. This would refer to a value in the verified credentials list in the corresponding SdkUser
Expiration timestamp
Timestamp for when the JWT was issued at
A whitespace-separate list of permissions associated with the JWT token issued. This conforms to the JWT standard for scope claims: https://datatracker.ietf.org/doc/html/rfc8693#section-4.2
This contains the hashed string of the concatenated verified credential IDs grouped by credential format.
Was this page helpful?