dex/static/html
Frode Nordahl 4d970d5fc4 connector: add LDAP connector
Authentication is performed by binding to the configured LDAP server using
the user supplied credentials. Successfull bind equals authenticated user.

Optionally the connector can be configured to search before authentication.
The entryDN found will be used to bind to the LDAP server.

This feature must be enabled to get supplementary information from the
directory (ID, Name, Email). This feature can also be used to limit access
to the service.

Example use case: Allow your users to log in with e-mail address instead of
the identification string in your DNs (typically username).

To make re-use of HTTP form handling code from the Local connector possible:
- Implemented IdentityProvider interface
- Moved the re-used functions to login_local.go

Fixes #119
2016-02-11 18:30:16 +01:00
..
footer.html static: update all templates to be generic 2015-08-25 09:42:43 -07:00
header.html static: use --issuer-name as title for public facing pages 2015-12-16 10:56:13 -08:00
ldap-login.html connector: add LDAP connector 2016-02-11 18:30:16 +01:00
local-login.html static: update all templates to be generic 2015-08-25 09:42:43 -07:00
login.html server,cmd: Add flag for disabling registation 2015-09-30 16:35:58 -07:00
register.html server: better UX when remote ID already exists 2015-12-23 17:11:03 -08:00
reset-password.html server: make reset password pass tests 2015-08-26 15:45:15 -07:00
send-reset-password.html static: update all templates to be generic 2015-08-25 09:42:43 -07:00
verify-email.html static: update all templates to be generic 2015-08-25 09:42:43 -07:00