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
Facing this issue after loginflow is complete.
I am using client-type=public.
and implemented oauth2 with PKCE in angular web UI.
Login flow is working fine, but after login i am getting this exception continuously in Brower console.
Token is valid and I am able to use the accessToken and retrieve resource with it.
Moreover the sha256.js file is throwing 404.
I am using ForgeRock Access Management 7.4.0 Build 56df33df40977206569052a683f5317ade19ee3e (2023-October-03 21:55)
I just stumbled over the same problem. The problem disappears in Safari and probably other browsers as the event.data object is differently handled in Chrome. That's why there is an error like this.
Facing this issue after loginflow is complete.
I am using client-type=public.
and implemented oauth2 with PKCE in angular web UI.
Login flow is working fine, but after login i am getting this exception continuously in Brower console.
Token is valid and I am able to use the accessToken and retrieve resource with it.
Moreover the sha256.js file is throwing 404.
I am using ForgeRock Access Management 7.4.0 Build 56df33df40977206569052a683f5317ade19ee3e (2023-October-03 21:55)
What could be the issue here?
Reference:
openam-community-edition/openam-server-only/src/main/webapp/oauth2/checkSession.jsp
Line 44 in 46bfef3
The text was updated successfully, but these errors were encountered: