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
We can do so. What is your use-case? Why do you need it?
We are just migrating from old oidc-client.
Current implementation lets our user click on the login button from every page after any in-browser route change, so we are calling userManager.signinRedirect() on user demand and returning to the same url after login.
Following the same fashion as: #436
I think we are missing the
redirect_uri
property in typeExtraSigninRequestArgs
atsrc/UserManager.ts
The text was updated successfully, but these errors were encountered: