This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/storage
Eric Chiang 1eda382789 server: add at_hash claim support
The "at_hash" claim, which provides hash verification for the
"access_token," is a required claim for implicit and hybrid flow
requests. Previously we did not include it (against spec). This
PR implements the "at_hash" logic and adds the claim to all
responses.

As a cleanup, it also moves some JOSE signing logic out of the
storage package and into the server package.

For details see:

https://openid.net/specs/openid-connect-core-1_0.html#ImplicitIDToken
2017-01-13 10:05:24 -08:00
..
conformance storage: add extra fields to refresh token and update method 2017-01-11 12:07:48 -08:00
kubernetes storage: add extra fields to refresh token and update method 2017-01-11 12:07:48 -08:00
memory storage: add extra fields to refresh token and update method 2017-01-11 12:07:48 -08:00
sql storage: add extra fields to refresh token and update method 2017-01-11 12:07:48 -08:00
doc.go initial commit 2016-07-26 15:51:24 -07:00
static.go api: adding ListPasswords() method to the storage interface. 2016-11-16 17:25:38 -08:00
storage.go server: add at_hash claim support 2017-01-13 10:05:24 -08:00