Inconsistent Claims Between Authentication and Token Endpoint ID Tokens in OIDC Hybrid Flow #22212
Labels
Component/OIDC
Priority/Highest
QA-Reported
Issues reported by a QA
Severity/Major
Team/API Access Mgt & Authorization
Type/Bug
Description
When using the OIDC hybrid flow there is a discrepancy between the claims in the ID tokens returned by the authentication endpoint and the token endpoint. According to the documentation, the values of common user claims in ID tokens should be identical, and all claims related to the authentication event should be available in both ID tokens [1]. However, the following differences are observed:
Red color content from ID token returned from the authorization endpoint
Green color content is the extended ID token ( Return from Token Endpoint)
Observed Differences:
We need to recheck and finalize these differences are accepted.
[1] https://wso2.com/asgardeo/docs/guides/authentication/oidc/implement-oidc-hybrid-flow/
[2]https://openid.net/specs/openid-connect-core-1_0.html#HybridIDTValidation
Steps to Reproduce
ex:
https://localhost:9443/oauth2/authorize?response_type=code id_token&client_id=QsBUsTh7yw2wDT4YATkMU4B0OgAa&nonce=ndb&redirect_uri=https://oidcdebugger.com/debug&scope=openid
Version
IS 7.1.0-m6
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: