authelia/internal/oidc
James Elliott 2dcfc0b04c
feat(handlers): authz authrequest authelia url (#5181)
This adjusts the AuthRequest Authz implementation behave similarly to the other implementations in as much as Authelia can return the relevant redirection to the proxy and the proxy just utilizes it if possible. In addition it swaps the HAProxy examples over to the ForwardAuth implementation as that's now supported.

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2023-04-08 14:48:55 +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): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
client_test.go feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
config.go feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
const.go feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
core_strategy_hmac.go feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
core_strategy_hmac_test.go feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
discovery.go feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
discovery_test.go feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
errors.go feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
hasher.go feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
hasher_test.go feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
keys.go build(deps): update module github.com/ory/fosite to v0.43.0 (#4269) 2022-11-13 14:26:10 +11:00
keys_test.go feat(oidc): issuer jwk certificates (#3989) 2022-10-02 13:07:40 +11:00
provider.go feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
provider_test.go feat(oidc): client_secret_jwt client auth (#5031) 2023-03-06 13:35:58 +11:00
store.go feat(handlers): authz authrequest authelia url (#5181) 2023-04-08 14:48:55 +10:00
store_test.go feat(handlers): authz authrequest authelia url (#5181) 2023-04-08 14:48:55 +10:00
types.go feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
types_test.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00