authelia/internal
James Elliott 3c1bb3ec19
feat(authorization): domain regex match with named groups (#2789)
This adds an option to match domains by regex including two special named matching groups. User matches the username of the user, and Group matches the groups a user is a member of. These are both case-insensitive and you can see examples in the docs.
2022-04-01 22:38:49 +11:00
..
authentication fix(web): show appropriate default and available methods (#2999) 2022-03-28 12:26:30 +11:00
authorization feat(authorization): domain regex match with named groups (#2789) 2022-04-01 22:38:49 +11:00
commands fix(commands): explicitly close files (#3031) 2022-03-17 16:53:07 +11:00
configuration feat(authorization): domain regex match with named groups (#2789) 2022-04-01 22:38:49 +11:00
duo refactor: apply godot recommendations (#2839) 2022-01-31 16:25:15 +11:00
handlers feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00
logging feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
middlewares fix(web): show appropriate default and available methods (#2999) 2022-03-28 12:26:30 +11:00
mocks refactor(authentication): simplify ldap connection interface (#3026) 2022-03-17 15:02:54 +11:00
model feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00
notification refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
ntp refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
oidc feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00
regulation refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
server fix(web): show appropriate default and available methods (#2999) 2022-03-28 12:26:30 +11:00
session feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00
storage fix(web): show appropriate default and available methods (#2999) 2022-03-28 12:26:30 +11:00
suites feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00
templates fix(web): improve 2fa enrollment process (#1706) 2021-02-12 16:59:42 +11:00
totp refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
utils refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00