You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hope feature
1.ourself system use spring authorization server for user login and secure api。at the same time,in some case,our system should use another SSO(example CAS) login the system,how?
2.old spring security oauth2 token can store in redis,in spring authorization server,how to do can save token to redis?
3.Authorization Server Support Authorization Code、Client Credentials、Refresh Token,get a new token by user name and code should use form post and second browser url redirect,how to do can get a new token by user name and code on server side?
The text was updated successfully, but these errors were encountered:
beijixing1745
changed the title
How-to:use spring authoriztion server with another SSO(example CAS)?
How-to:the same time,use spring authoriztion server with another SSO(example CAS)?
Jun 5, 2022
hope feature
1.ourself system use spring authorization server for user login and secure api。at the same time,in some case,our system should use another SSO(example CAS) login the system,how?
2.old spring security oauth2 token can store in redis,in spring authorization server,how to do can save token to redis?
3.Authorization Server Support Authorization Code、Client Credentials、Refresh Token,get a new token by user name and code should use form post and second browser url redirect,how to do can get a new token by user name and code on server side?
The text was updated successfully, but these errors were encountered: