authelia/internal/oidc
James Elliott abf1c86ab9
fix(oidc): subject generated for anonymous users (#3238)
Fix and issue that would prevent a correct ID Token from being generated for users who start off anonymous. This also avoids generating one in the first place for anonymous users.
2022-04-25 10:31:05 +10: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 feat(oidc): pre-configured consent (#3118) 2022-04-08 15:35:21 +10:00
client_test.go feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +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 fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
keys_test.go feat(oidc): add additional config options, accurate token times, and refactoring (#1991) 2021-07-04 09:44:30 +10:00
provider.go feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +10:00
provider_test.go feat(oidc): client id claims (#3150) 2022-04-09 16:55:24 +10:00
store.go feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +10:00
store_test.go test(oidc): fix disabled tests (#3173) 2022-04-12 13:02:12 +10:00
types.go feat(oidc): client id claims (#3150) 2022-04-09 16:55:24 +10:00
types_test.go fix(oidc): subject generated for anonymous users (#3238) 2022-04-25 10:31:05 +10:00