Skip to content
Baggerone edited this page Apr 11, 2016 · 11 revisions

Overview

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 need to implement the interfaces found in this github repo.

Clone this wiki locally