Fix OIDC ID token exchange token type#19450
Conversation
Signed-off-by: Ahmed El amraouiyine <amraouiyine@gmail.com>
|
The mapping is correct. The description is not. "That correctly maps
gh-19436 has the rest: widening the mapping closes one identifier and leaves the application no more able to state one than before. gh-19076 is adding a resolver strategy for this same identifier on the authorization server side — this is the opposite shape on the client side. This PR does not close gh-19436. |
Signed-off-by: Ahmed El amraouiyine <amraouiyine@gmail.com>
Fixes gh-19448.
This maps
OidcIdTokentourn:ietf:params:oauth:token-type:id_tokenwhen building token exchange request parameters. The default converter continues to use the existing fallback for other token classes.Regression coverage checks OIDC ID tokens used as both
subject_tokenandactor_token.