You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the IdToken struct fully feature complete as mentioned here: #17 (comment)
Also, implement a builder pattern either specifically for IdToken and/or for a Token enum with (at least) the IdToken(IdToken) and VpToken(VpToken) variants. They should directly map to the already existing ResponseType enum that's being used in the SiopRequest struct.
Motivation
The IdToken should be fully feature complete in order to be 100% conform to the SIOPv2 specification.
The IdToken can have several different kind of claims, such as the openid standard claims, jwt registered claims, and other claims. The following specifications need to be followed:
Description
Make the
IdToken
struct fully feature complete as mentioned here: #17 (comment)Also, implement a builder pattern either specifically for
IdToken
and/or for aToken
enum with (at least) theIdToken(IdToken)
andVpToken(VpToken)
variants. They should directly map to the already existingResponseType
enum that's being used in theSiopRequest
struct.Motivation
The
IdToken
should be fully feature complete in order to be 100% conform to the SIOPv2 specification.The
IdToken
can have several different kind of claims, such as the openid standard claims, jwt registered claims, andother
claims. The following specifications need to be followed:Resources
To-do List
No response
The text was updated successfully, but these errors were encountered: