id_token_hint
with encrypted JWT
#3320
Unanswered
istibekesi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Meanwhile I've checked the source code and it seems Is it a valid feature request to have the option to pass an encrypted id_token_hint? Do I misunderstand how the jwt id token should be handled in a secure way? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As per the documentation, the
id_token_hint
holds a previously issued ID Token.Is there a way to use encrypted token?
Background:
AFAIK, the signed but unencrypted ID token can be retrieved from Hydra via back channel, but then the
id_token_hint
is supposed to be used on front channel.If
id_token_hint
encryption is not supported, what can be a safe alternative for this scenario?Beta Was this translation helpful? Give feedback.
All reactions