Are ID Tokens DPoP bound if DPoP binding is configured #44899
Unanswered
EthanHeilman
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
@EthanHeilman Could you please help clarify and expand on the threat scenarios you’re considering? My understanding is that an id_token is typically intended for use by the client itself. Are there any additional use cases you have in mind where an id_token might commonly be used with other resource servers/APIs? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Do ID Tokens get a DPoP (RFC 9449)
cnfclaim with the JKT(JSON Key Thumbprint)? Or are ID Tokens excepted from DPoP? Are there any cases in which ID Tokens get cnf claims in keycloak?There is no member for the
cnfclaim on the ID Token class but access token class which extends ID token has functionality for acnfclaim.This suggests to me that
cnfis only supported in access tokens, but then in many places in key cloak configuration the term access token is inclusive of ID Tokens and Access Tokens.This discussion here suggests that DPoP ID Tokens will be a supported feature. It is from 2022 so maybe it got added?
Beta Was this translation helpful? Give feedback.
All reactions