authelia/internal/oidc
James Elliott cf4010b4fb
fix(oidc): csp blocks form_post response form submit (#4719)
This fixes an issue where the form_post response never gets submitted.

Fixes #4669
2023-01-08 07:04:06 +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 feat(oidc): per-client pkce enforcement policy (#4692) 2023-01-04 02:03:23 +11:00
client_test.go feat(oidc): per-client pkce enforcement policy (#4692) 2023-01-04 02:03:23 +11:00
config.go fix(oidc): csp blocks form_post response form submit (#4719) 2023-01-08 07:04:06 +11:00
const.go refactor(oidc): simplify hmac core strategy (#4711) 2023-01-07 10:28:53 +11:00
discovery.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
discovery_test.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
errors.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
hasher.go build(deps): update module github.com/go-crypt/crypt to v0.2.2 (#4452) 2022-12-05 09:37:08 +11:00
hasher_test.go build(deps): update module github.com/go-crypt/crypt to v0.2.2 (#4452) 2022-12-05 09:37:08 +11:00
hmac.go refactor(oidc): simplify hmac core strategy (#4711) 2023-01-07 10:28:53 +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 fix(oidc): csp blocks form_post response form submit (#4719) 2023-01-08 07:04:06 +11:00
provider_test.go fix(oidc): csp blocks form_post response form submit (#4719) 2023-01-08 07:04:06 +11:00
store.go refactor: const int type stringers (#4588) 2022-12-17 23:39:24 +11:00
store_test.go build(deps): update module github.com/ory/fosite to v0.43.0 (#4269) 2022-11-13 14:26:10 +11:00
types.go feat(oidc): per-client pkce enforcement policy (#4692) 2023-01-04 02:03:23 +11:00
types_test.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00