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

After OIDC login page is not redirecting when use routing service go() #18452

Open
printuidocs opened this issue Feb 6, 2024 · 0 comments
Open

Comments

@printuidocs
Copy link

Describe the bug
After adding items to cart , signing from OIDC page and redirect URI is https://localhost:4200/pageredirect#id_token=${id_token}&code=${code}
Which includes hash in url , when trying to navigate to using routing service go() , above url is not updating and page is not rendering too.

And also merge cart should happens

Tell us the version of Spartacus

  • Library version: 5.2

To Reproduce
Steps to reproduce the behavior:
1.Add items to cart as anonymous user
2. Login with OIDC integration
3. After login OIDC redirect uri is https://localhost:4200/pageredirect#id_token=${id_token}&code=${code}
Which includes hash in url
4. When use Spartacus routing service go() , it should navigate to corresponding route which we will mentioned in go()

Expected behavior
Spartacus should support redirection when OIDC login redirect uri contains hash(#) in url

Desktop (please complete the following information):
All versions

Smartphone (please complete the following information):
All versions

@printuidocs printuidocs changed the title After OIDC login page is not redirecting After OIDC login page is not redirecting when use routing service go() Feb 6, 2024
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