authelia/internal/authentication
Amir Zarrinkafsh e43bc93047
[FEATURE] Add configurable display name to frontend (#1124)
* [FEATURE] Add configurable display name to frontend
This feature allows users with a LDAP backend to specify an attribute (default is "displayname") to retrieve a users name for the portal greeting.
Similarly for the file based backend a new required key "name" has been introduced.

This can also be used down the line with OIDC as a separate scope.

* Update references from Name to DisplayName
* Update compose bundles to include displayname refs
* Update LDAP automatic profile refresh
* Ensure display name is updated
* Fix bug which prevented trace logging for profile refresh to not trigger
2020-06-19 20:50:21 +10:00
..
configuration.gen.go [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
const.go [MISC] Refactor Authentication (#987) 2020-05-08 13:38:22 +10:00
file_user_provider.go [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
file_user_provider_test.go [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
ldap_connection_factory.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
ldap_connection_factory_mock.go [MISC] Update durations to notation format and housekeeping (#824) 2020-04-05 22:37:21 +10:00
ldap_user_provider.go [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
ldap_user_provider_test.go [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
password_hash.go [FIX] Hash Password Cmd Not Encoding Provided Salt (#999) 2020-05-14 15:55:03 +10:00
password_hash_test.go [FIX] Hash Password Cmd Not Encoding Provided Salt (#999) 2020-05-14 15:55:03 +10:00
types.go [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
user_provider.go Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00