I just want to know how to extend CAS on Java SpringBoot
using pom.xml.
Here are the things I want to do.
Whenever I click the Forgot password link in CAS login page, it would redirect it to my custom forgot password site. Same goes to change the password.
Create Password management base on my existing policy.
Having user locked out after unsuccessful attempts.
I want to use Java spring-boot with maven.
An example project will be appreciated.
Thanks a lot.