Closed fwitkowski closed 3 years ago
I'm going to guess your cookie is not being sent in the iframe. Possibly due to same site or ITP issues?
So do you think it might be caused by VPN settings? Here is extended question in Stackoverflow: https://stackoverflow.com/questions/66590538/login-required-error-oidc-client-with-angular
No idea, just a guess based on common issues I've seen before.
So do you think it might be caused by VPN settings? Here is extended question in Stackoverflow: https://stackoverflow.com/questions/66590538/login-required-error-oidc-client-with-angular
I have the same issues but it just happens on chrome version 85 and above (the newest version of Microsoft edge is the same), it does not happen on firefox. I guest it related to the Referrer Policy had change to "strict-origin-when-cross-origin". Changelog of chrome 85 Could you check again your issue by Firefox ?
So do you think it might be caused by VPN settings? Here is extended question in Stackoverflow: https://stackoverflow.com/questions/66590538/login-required-error-oidc-client-with-angular
I have the same issues but it just happens on chrome version 85 and above (the newest version of Microsoft edge is the same), it does not happen on firefox. I guest it related to the Referrer Policy had change to "strict-origin-when-cross-origin". Changelog of chrome 85 Could you check again your issue by Firefox ?
Update: The exact reason for my issue is Reject insecure SameSite=None cookies
Update: The exact reason for my issue is Reject insecure SameSite=None cookies
@ngoanhtan can you explain your solution please?
am connecting to keycloak IdP from angular using OIDC-CLIENT-JS.
When connecting to keycloak on my localhost (in docker) and getting session status using querySessionStatus(), everything is fine.
When trying to do the same to keycloak on remote server, (connected through VPN) I am getting error: login_required
Both keycloak servers run on docker, and both have same configuration.