original address:
https://www.cnblogs.com/yubao.
the user"s request to access domain2 is forwarded to sso, by domain2 instead of being redirected.
want to know how sso knows that the user"s status is fine
original address:
https://www.cnblogs.com/yubao.
the user"s request to access domain2 is forwarded to sso, by domain2 instead of being redirected.
want to know how sso knows that the user"s status is fine
every time a user comes and has a status, go to sso to verify it
how does a project based on Java s webApi implement user authorization? How to achieve single sign-on? the project consists of two parts: webApi and the website. can these two parts use the same authority authentication single sign-on? I have refe...