authelia/internal/session
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
..
mocks [FEATURE] Bump to fasthttp/session/v2 to support redis unix socket. (#1001) 2020-05-18 12:45:47 +10:00
const.go [CI] Add goconst linter (#961) 2020-05-02 18:20:40 +02:00
encrypting_serializer.go [FEATURE] Bump to fasthttp/session/v2 to support redis unix socket. (#1001) 2020-05-18 12:45:47 +10:00
encrypting_serializer_test.go [FEATURE] Bump to fasthttp/session/v2 to support redis unix socket. (#1001) 2020-05-18 12:45:47 +10:00
provider.go [MISC] Fix linting error introduced in #1001 (#1028) 2020-05-19 07:50:50 +10:00
provider_config.go [FEATURE] Bump to fasthttp/session/v2 to support redis unix socket. (#1001) 2020-05-18 12:45:47 +10:00
provider_config_test.go [FEATURE] Bump to fasthttp/session/v2 to support redis unix socket. (#1001) 2020-05-18 12:45:47 +10:00
provider_test.go [CI] Add goconst linter (#961) 2020-05-02 18:20:40 +02:00
types.go [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
user_session.go [FEATURE] Automatic Profile Refresh - LDAP (#912) 2020-05-04 21:39:25 +02:00