authelia/internal
James Elliott c427b8f920
fix(authentication): err when user/display name same ldap attribute (#3364)
This fixes an issue when both the username and display name attributes are the same. If the username attribute is the same as the display name attribute previously we only set the display name profile value which is incorrect. We should set the username profile value instead and allow the display name to be blank.
2022-05-15 16:37:23 +10:00
..
authentication fix(authentication): err when user/display name same ldap attribute (#3364) 2022-05-15 16:37:23 +10:00
authorization feat(authorization): domain regex match with named groups (#2789) 2022-04-01 22:38:49 +11:00
commands fix(commands): invalid opaque id service name (#3235) 2022-04-25 18:49:18 +10:00
configuration fix(authentication): follow ldap referrals (#3251) 2022-05-02 11:51:38 +10:00
duo refactor: apply godot recommendations (#2839) 2022-01-31 16:25:15 +11:00
handlers fix(handler): missing notification values (#3321) 2022-05-09 08:43:12 +10:00
logging feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
middlewares fix(handler): missing notification values (#3321) 2022-05-09 08:43:12 +10:00
mocks fix(oidc): subject generated for anonymous users (#3238) 2022-04-25 10:31:05 +10:00
model fix(oidc): subject generated for anonymous users (#3238) 2022-04-25 10:31:05 +10: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 fix(oidc): subject generated for anonymous users (#3238) 2022-04-25 10:31:05 +10:00
regulation refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
server fix(server): missing cache and xss headers (#3289) 2022-05-04 14:47:23 +10:00
session feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +10:00
storage refactor: exclude id from sqlite3 migration (#3242) 2022-04-25 21:11:56 +10:00
suites build(deps): update dependency golang to v1.18.2 (#3345) 2022-05-11 10:23:48 +10:00
templates refactor(templates): utilize more accurate naming (#3125) 2022-04-07 13:05:20 +10:00
totp feat(totp): secret customization (#2681) 2022-04-08 09:01:01 +10:00
utils fix(configuration): sector identifier not parsed correctly (#3142) 2022-04-08 17:38:38 +10:00