Failed to decode id_token_hint
when using different signer for id_token
and others
#769
Open
4 of 5 tasks
Labels
bug
Something is not working.
Preflight checklist
Ory Network Project
No response
Describe the bug
OpenIDConnectRequestValidator.ValidatePrompt
, decodeid_token_hint
when passed.Decode
function usingjwt.Signer
passed here.compose.CommonStrategy.Signer
.id_token
is singed by another singer passed hereid_token
and other (likeaccess_token
), failed to decodeid_token_hint
,I think
OpenIDConnectRequestValidator
should usecompose.CommonStrategy.OpenIDConnectTokenStrategy.Signer
instead ofcompose.CommonStrategy.Signer
.Reproducing the bug
fosite.OAuth2Provider
using two different keylike this:
id_token_hint
parameterRelevant log output
Relevant configuration
No response
Version
github.com/ory/fosite v0.44.1-0.20230807143048-1df109bb45fa
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Docker Compose
Additional Context
No response
The text was updated successfully, but these errors were encountered: