Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

[openid-connect] Add at_hash claim in JWT token #509

Closed
leplatrem opened this issue Dec 17, 2017 · 1 comment
Closed

[openid-connect] Add at_hash claim in JWT token #509

leplatrem opened this issue Dec 17, 2017 · 1 comment
Assignees
Labels

Comments

@leplatrem
Copy link

leplatrem commented Dec 17, 2017

It is possible to verify a JWT id token at_hash claim using an access token
http://openid.net/specs/openid-connect-core-1_0.html#CodeIDToken

We discovered that python-jose was expecting it when providing both the id and access tokens in decode()
mpdavis/python-jose#30
mpdavis/python-jose#75

Maybe it would be an interesting feature to support. It's not blocking us though ;)

@rfk rfk self-assigned this Dec 20, 2017
@rfk
Copy link
Contributor

rfk commented Dec 20, 2017

Assigning to myself so I don't lose track of this, because I'm generally in favour of adding more OIDC spec compliance that helps us work with existing libraries. I probably won't prioritize it until sometime next year tho...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants