authelia/internal
James Elliott a283fda6d6
fix(oidc): handle authorization post requests (#4270)
This fixes an issue where the authorization endpoint was not handling post requests as per the specification. It also fixes the missing CORS middleware on the authorization endpoint.
2022-10-26 19:14:43 +11:00
..
authentication refactor: update users_database examples (#4240) 2022-10-23 08:12:16 +11:00
authorization feat(authorization): query parameter filtering (#3990) 2022-10-19 14:09:22 +11:00
commands refactor: close database connections on shutdown (#4255) 2022-10-25 16:12:42 +11:00
configuration refactor: fix misc alignment issues and gen (#4239) 2022-10-23 07:42:19 +11:00
duo fix(notification): text emails not encoded properly (#3854) 2022-08-27 07:39:20 +10:00
handlers fix(oidc): handle authorization post requests (#4270) 2022-10-26 19:14:43 +11:00
logging feat(oidc): issuer jwk certificates (#3989) 2022-10-02 13:07:40 +11:00
metrics refactor(metrics): simplify names (#3515) 2022-06-14 21:51:33 +10:00
middlewares fix(oidc): handle authorization post requests (#4270) 2022-10-26 19:14:43 +11:00
mocks feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
model feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
notification feat(configuration): mtls clients (#4221) 2022-10-21 19:41:33 +11:00
ntp refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
oidc feat(oidc): hashed client secrets (#4026) 2022-10-20 14:21:45 +11:00
regulation feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
server fix(oidc): handle authorization post requests (#4270) 2022-10-26 19:14:43 +11:00
session feat(configuration): mtls clients (#4221) 2022-10-21 19:41:33 +11:00
storage fix(storage): postgresql default port incorrect (#4251) 2022-10-24 06:09:38 +11:00
suites build(deps): update node.js to v19 (#4203) 2022-10-21 20:34:44 +11:00
templates fix(notification): text emails not encoded properly (#3854) 2022-08-27 07:39:20 +10:00
totp feat(totp): secret customization (#2681) 2022-04-08 09:01:01 +10:00
utils feat(storage): tls connection support (#4233) 2022-10-22 19:27:59 +11:00