authelia/internal/oidc
James Elliott fcac438637
feat(commands): enhance crypto generation capabilities (#2842)
This expands the functionality of the certificates and rsa commands and merges them into one command called cypto which can either use the cert or pair subcommands to generate certificates or key-pairs respectively. The rsa, ecdsa, and ed25519 subcommands exist for both the cert and pair commands. A new --ca-path argument for the cert subcommand allows Authelia to sign other certs with CA certs.

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-06-27 18:27:57 +10:00
..
amr_test.go feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00
amr.go feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00
client_test.go fix(handler): oidc two factor handling (#3512) 2022-06-14 15:17:11 +10:00
client.go feat(oidc): pre-configured consent (#3118) 2022-04-08 15:35:21 +10:00
const.go feat(oidc): provide cors config including options handlers (#3005) 2022-04-07 10:58:51 +10:00
discovery_test.go feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +10:00
discovery.go feat(oidc): client id claims (#3150) 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 (#2965) 2022-04-07 15:33:53 +10:00
hasher.go feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +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
keys.go feat(commands): enhance crypto generation capabilities (#2842) 2022-06-27 18:27:57 +10:00
provider_test.go feat(oidc): client id claims (#3150) 2022-04-09 16:55:24 +10:00
provider.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
store.go feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +10:00
types_test.go fix(oidc): subject generated for anonymous users (#3238) 2022-04-25 10:31:05 +10:00
types.go feat(oidc): client id claims (#3150) 2022-04-09 16:55:24 +10:00