1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/oidc
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
..
amr_test.go feat(oidc): implement amr claim () 2022-04-01 22:18:58 +11:00
amr.go feat(oidc): implement amr claim () 2022-04-01 22:18:58 +11:00
client_test.go feat(oidc): implement amr claim () 2022-04-01 22:18:58 +11:00
client.go feat(oidc): implement amr claim () 2022-04-01 22:18:58 +11:00
const.go feat(oidc): provide cors config including options handlers () 2022-04-07 10:58:51 +10:00
errors.go feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
hasher_test.go feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
hasher.go feat(oidc): add additional config options, accurate token times, and refactoring () 2021-07-04 09:44:30 +10:00
keys_test.go feat(oidc): add additional config options, accurate token times, and refactoring () 2021-07-04 09:44:30 +10:00
keys.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
provider_test.go feat(oidc): provide cors config including options handlers () 2022-04-07 10:58:51 +10:00
provider.go feat(oidc): oauth2 discovery support () 2022-03-04 14:09:27 +11:00
store_test.go feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
store.go feat(oidc): implement amr claim () 2022-04-01 22:18:58 +11:00
types_test.go feat(oidc): implement amr claim () 2022-04-01 22:18:58 +11:00
types.go feat(oidc): implement amr claim () 2022-04-01 22:18:58 +11:00