-
Notifications
You must be signed in to change notification settings - Fork 692
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
Silent Refresh does not work in Safari #1441
Comments
I have found some references about this issue:
The second one talks about deploying ForgeRock on subdomain and keeping application on TLD. |
@bkrajendra , still having this issue ? |
@Sathasivamthirumoorthi yes issue still persists, I dont think there is any alternative to running silent refresh in inframe on Safari. Its a browser security related issue and soon will stop working on Chrome once chrome implements ITP strictly. We have relied on not choosing the silent refresh in production and using token rotation with refresh token. |
We are using latest library version with Angular 15
Our configuration is:
PKCE with Code flow and Silent Refresh.
Everything works great in Chrome Browser.
All flows work in Safari browser except silent refresh flow does not work.
The silent refresh call redirects with following in Safari when timeout is reached:
Following are the content of silent refresh html page:
The text was updated successfully, but these errors were encountered: