Enterprise Single Sign-On for All

Password Management

If authentication fails due to a rejected password policy, CAS is able to intercept that request and allow the user to update the account password in place. The password management features of CAS are rather modest, and alternatively should the functionality provide inadequate for your policy, you may always redirect CAS to use a separate and standalone application that is fully in charge of managing the account password and associated flows.

CAS may also allow users to reset their passwords voluntarily. Those who have forgotten their account password may receive a secure link with a time-based expiration policy at their registered email address and/or phone. The link will allow the user to provide answers to his/her pre-defined security questions, which if successfully done, will allow the user to next reset their password and login again. To learn more about available notification options, please see this guide or this guide.

You may also specify a pattern for accepted passwords. To see the relevant list of CAS properties, please review this guide.

LDAP

The updated password may be stored inside an LDAP server. To see the relevant list of CAS properties, please review this guide.

JDBC

The updated password may be stored inside a database. To see the relevant list of CAS properties, please review this guide.

REST

Tasks such as locating user’s email and security questions as well as management and updating of the password are delegated to user-defined rest endpoints.

To see the relevant list of CAS properties, please review this guide.

Endpoint Method Headers Expected Response
Get Email Address GET username 200. Email address in the body.
Get Security Questions GET username 200. Security questions map in the body.
Update Password POST username, password, oldPassword 200. true/false in the body.