Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a scenario with solution for cross-domain login #23

Open
fellyph opened this issue Jan 11, 2024 · 0 comments
Open

Adding a scenario with solution for cross-domain login #23

fellyph opened this issue Jan 11, 2024 · 0 comments

Comments

@fellyph
Copy link
Collaborator

fellyph commented Jan 11, 2024

Description

The current scenario for the SSO demo uses a third-party cookie to create a session between domains a and c; in this example, when the user has the 3PCD enabled, the session cannot be created. This scenario is a frequently reported issue in the Chrome issue tracker.

A demo using Related Website Sets can be created to demonstrate how to solve this issue to keep a session between cross-domains. For example:

domain-ccc.com

  • domain-ddd.com
  • domain-eee.com

Once the user is logged in at domain-aaa.com, he/she will have a link to navigate between the other subdomains and keep the session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant