Closed awoie closed 5 years ago
Per https://openid.net/specs/openid-connect-core-1_0.html#SelfIssuedResponse, the "iss" value in a self-issued ID Token must be "https://self-issued.me". The self-issued response must be rejected if it is not.
Thank you. We can close that issue.
If
iss
contains a different value thanhttps://self-issued.me
, then theid_token
IS NOT an SIOPid_token
anymore. Instead it MUST be validated according to the rules as defined in ID Token Validation. We have to check with the OIDC people whether this is applicable.