Why can SSO1 obtain user information normally, but SSO2 still needs to log in? #152
-
Version: v0.4.2 I have created three websites: The configuration is as follows:
When accessing SSO2, userInfo can be obtained normally. When accessing SSO1 again, I think that Please share your information for me. Thank you. @jasny 访问sso2时可正常获取userInfo,再对sso1进行访问时,我认为通过 why they get the diffrent session
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Look at the 'attach' calls made to sso.xxx.com, are the session cookies sent and are they the same? If not, make sure the |
Beta Was this translation helpful? Give feedback.
Thank you very much for your reply, but the issue is not related to
samesite
.It's necessary to ensure that the
Server
withhttps
.If not, the server-side 'attach' can only obtain "security_session_verify" data, "PHPSESSID" can only be obtained in https mode.