dex/connector
Stephan Renatus fa69c918b2 password connectors: allow overriding the username attribute (password prompt)
This allows users of the LDAP connector to give users of Dex' login
prompt an idea of what they should enter for a username.

Before, irregardless of how the LDAP connector was set up, the prompt
was

    Username
    [_________________]

    Password
    [_________________]

Now, this is configurable, and can be used to say "MyCorp SSO Login" if
that's what it is.

If it's not configured, it will default to "Username".

For the passwordDB connector (local users), it is set to "Email
Address", since this is what it uses.

Signed-off-by: Stephan Renatus <srenatus@chef.io>
2017-11-15 13:49:42 -08:00
..
authproxy authproxy: update docs and set a userID 2017-10-26 10:47:16 -07:00
github Implement the “authproxy” connector (for Apache2 mod_auth etc.) 2017-10-25 21:53:51 +02:00
gitlab Implement the “authproxy” connector (for Apache2 mod_auth etc.) 2017-10-25 21:53:51 +02:00
ldap password connectors: allow overriding the username attribute (password prompt) 2017-11-15 13:49:42 -08:00
linkedin connector/linkedin: implement RefreshConnector interface 2017-10-27 12:54:28 +03:00
mock password connectors: allow overriding the username attribute (password prompt) 2017-11-15 13:49:42 -08:00
oidc connector/oidc: remove test that talks to the internet 2017-10-27 13:40:50 -07:00
saml Implement the “authproxy” connector (for Apache2 mod_auth etc.) 2017-10-25 21:53:51 +02:00
connector.go password connectors: allow overriding the username attribute (password prompt) 2017-11-15 13:49:42 -08:00