Home > Back-end >  SpringSecurity role switching problem
SpringSecurity role switching problem

Time:09-24

SpringBoot + SpringSecurity, how to directly through the user name password, do it in the system to switch the function of the user

CodePudding user response:

Do you want to achieve an account after logging in, you can directly switch account rather than to lose the password, so that the permissions page menu with the role of the account change is

CodePudding user response:

SSO oauth2

CodePudding user response:

Refer to this article, I see whether there is help, https://blog.csdn.net/Grain_Rain_tx/article/details/105875025
  • Related