Home > Back-end >  Cas after the success of the single sign-on authentication how to join his logic
Cas after the success of the single sign-on authentication how to join his logic

Time:09-27

All users have an initialization code, cas single sign-on authentication is successful I need to determine whether the user modified the password, if modified can login successfully, if not modified requires to change the password to log back in again, (has a period of storage change password number), how to implement?
AuthenticateUsernamePasswordInternal the return value of this method is only true and false, I want to return the more identified and change the password to the

CodePudding user response:

1) make the cas service, to provide an interface;
2) direct business systems on their side, do you need to add the logic is ok, as much as to say, the cas single sign-on is done, the user is legitimate, but just in cas service legal, on your side, to add your own business logic,

CodePudding user response:

Now I write is the cas server, I'd like to verify and modify the password on the server
  • Related