Getting "No matching state found in storage" error
YogiDhingani27 opened this issue · 2 comments
YogiDhingani27 commented
When I'm trying to visit a url which has a code as a query param then authentication is failing and giving this error.
Other urls are working fine for ex: http://localhost:3004/integration
Not working url:
Note: Excluding url having code as a query parameter other urls are working fine.
I want a code query parameter in my url for OAuth related authentication.
YogiDhingani27 commented
UserManager Configuration:
export const userManager = new UserManager({ authority: authority, client_id: clientId, redirect_uri: window.location.origin + window.location.pathname, post_logout_redirect_uri: window.location.origin, monitorSession: true });
I'm using keycloak for authentication.
zach-betz-hln commented
Possible duplicate of authts/oidc-client-ts#1487