high-beard-10483
11/10/2022, 12:53 PMOAuth 2.0 Token Exchange (RFC8693) is now fully supported, including the JSON Web Token profile!I could not find any documentation on Hydra supporting the
urn:ietf:params:oauth:grant-type:token-exchange
grant type besides this release note. I also tried to perform a token-exchange flow and received the following error:
{
"error": "invalid_request",
"error_description": "The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Make sure that the various parameters are correct, be aware of case sensitivity and trim your parameters. Make sure that the client you are using has exactly whitelisted the redirect_uri you specified."
}
My question: is RFC 8693 (grant_type=urn:ietf:params:oauth:grant-type:token-exchange
) really implemented on Hydra 2.0 or only RFC 7523 (grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer
)?high-optician-2097
high-beard-10483
11/10/2022, 4:57 PMchilly-balloon-35803
11/11/2022, 12:01 PM