-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Baggerone edited this page Apr 11, 2016
·
11 revisions
This is a web app designed to allow users to reset their Identity Provider (IDP) password. It includes functionality that allows users to register different means of contact (e.g. email address or phone number), in order to ensure secure processes.
The web app relies on various plug-able components/modules. These are ...
- An authentication module
- A password store module (e.g. ldap)
- A personnel store module
- A phone verification module
These modules can be customized on a per-instance basis but need to implement the interfaces found in this github repo.