You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.
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...
It is possible to verify a JWT id token
at_hash
claim using an access tokenhttp://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 ;)
The text was updated successfully, but these errors were encountered: