1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal
James Elliott 4ebd8fdf4e
feat(oidc): provide cors config including options handlers ()
This adjusts the CORS headers appropriately for OpenID Connect. This includes responding to OPTIONS requests appropriately. Currently this is only configured to operate when the Origin scheme is HTTPS; but can easily be expanded in the future to include additional Origins.
2022-04-07 10:58:51 +10:00
..
authentication fix(web): show appropriate default and available methods () 2022-03-28 12:26:30 +11:00
authorization feat(authorization): domain regex match with named groups () 2022-04-01 22:38:49 +11:00
commands build(deps): update module github.com/valyala/fasthttp to v1.35.0 () 2022-04-06 07:57:23 +10:00
configuration feat(oidc): provide cors config including options handlers () 2022-04-07 10:58:51 +10:00
duo refactor: apply godot recommendations () 2022-01-31 16:25:15 +11:00
handlers feat(oidc): provide cors config including options handlers () 2022-04-07 10:58:51 +10:00
logging feat: webauthn () 2022-03-03 22:20:43 +11:00
middlewares feat(oidc): provide cors config including options handlers () 2022-04-07 10:58:51 +10:00
mocks refactor(authentication): simplify ldap connection interface () 2022-03-17 15:02:54 +11:00
model feat(oidc): implement amr claim () 2022-04-01 22:18:58 +11:00
notification refactor(model): rename from models () 2022-03-06 16:47:40 +11:00
ntp refactor(configuration): utilize time duration decode hook () 2022-03-02 17:40:26 +11:00
oidc feat(oidc): provide cors config including options handlers () 2022-04-07 10:58:51 +10:00
regulation refactor(model): rename from models () 2022-03-06 16:47:40 +11:00
server feat(oidc): provide cors config including options handlers () 2022-04-07 10:58:51 +10:00
session feat(notification): password reset notification custom templates () 2022-04-03 22:24:51 +10:00
storage fix(web): show appropriate default and available methods () 2022-03-28 12:26:30 +11:00
suites build(deps): update dependency alpine to v3.15.4 () 2022-04-05 11:15:43 +10:00
templates feat(notification): password reset notification custom templates () 2022-04-03 22:24:51 +10:00
totp refactor(model): rename from models () 2022-03-06 16:47:40 +11:00
utils feat(oidc): provide cors config including options handlers () 2022-04-07 10:58:51 +10:00