mozilla / fxa-oauth-server

OAuth server for Firefox Accounts
48 stars 40 forks source link

feat(openid): add the openid connect `at_hash` value #598

Closed vbudhram closed 6 years ago

vbudhram commented 6 years ago

Fixes #509

This PR adds the at_hash claim to the ID Token.

vbudhram commented 6 years ago

@mozilla/fxa-devs Mind a review to double check that my implementation is correct per http://openid.net/specs/openid-connect-core-1_0.html#CodeIDToken?

vbudhram commented 6 years ago

@rfk I think I got everything, mind another r?