authelia/internal/oidc
James Elliott 6810c91d34
feat(oidc): issuer jwk certificates (#3989)
This allows for JWKs to include certificate information, either signed via Global PKI, Enterprise PKI, or self-signed.
2022-10-02 13:07:40 +11:00
..
amr.go feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00
amr_test.go feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00
client.go fix(handlers): consent session prevents standard flow (#3668) 2022-07-26 15:43:39 +10:00
client_test.go fix(handler): oidc two factor handling (#3512) 2022-06-14 15:17:11 +10:00
const.go feat(oidc): provide cors config including options handlers (#3005) 2022-04-07 10:58:51 +10:00
discovery.go feat(oidc): client id claims (#3150) 2022-04-09 16:55:24 +10:00
discovery_test.go feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +10:00
errors.go feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
hasher.go feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +10:00
hasher_test.go feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +10:00
keys.go feat(oidc): issuer jwk certificates (#3989) 2022-10-02 13:07:40 +11:00
keys_test.go feat(oidc): issuer jwk certificates (#3989) 2022-10-02 13:07:40 +11:00
provider.go feat(oidc): issuer jwk certificates (#3989) 2022-10-02 13:07:40 +11:00
provider_test.go feat(oidc): issuer jwk certificates (#3989) 2022-10-02 13:07:40 +11:00
store.go refactor: clean up uri checking functions (#3943) 2022-09-03 11:51:02 +10:00
store_test.go feat(oidc): issuer jwk certificates (#3989) 2022-10-02 13:07:40 +11:00
types.go feat(oidc): issuer jwk certificates (#3989) 2022-10-02 13:07:40 +11:00
types_test.go fix(handlers): consent session prevents standard flow (#3668) 2022-07-26 15:43:39 +10:00