1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/oidc
James Elliott abf1c86ab9
fix(oidc): subject generated for anonymous users ()
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_test.go feat(oidc): implement amr claim () 2022-04-01 22:18:58 +11:00
amr.go feat(oidc): implement amr claim () 2022-04-01 22:18:58 +11:00
client_test.go feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
client.go feat(oidc): pre-configured consent () 2022-04-08 15:35:21 +10:00
const.go feat(oidc): provide cors config including options handlers () 2022-04-07 10:58:51 +10:00
discovery_test.go feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
discovery.go feat(oidc): client id claims () 2022-04-09 16:55:24 +10:00
errors.go feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
hasher_test.go feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
hasher.go feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
keys_test.go feat(oidc): add additional config options, accurate token times, and refactoring () 2021-07-04 09:44:30 +10:00
keys.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
provider_test.go feat(oidc): client id claims () 2022-04-09 16:55:24 +10:00
provider.go feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
store_test.go test(oidc): fix disabled tests () 2022-04-12 13:02:12 +10:00
store.go feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
types_test.go fix(oidc): subject generated for anonymous users () 2022-04-25 10:31:05 +10:00
types.go feat(oidc): client id claims () 2022-04-09 16:55:24 +10:00