You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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
The text was updated successfully, but these errors were encountered: