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
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Steps to reproduce the behavior
1. Open your browser and add some custom query parameters
2. Add some logging: console.log("URL-Before", window.location.href);
3. Call the function `this.oidcSecurityService.checkAuth`
4. Add another logging: console.log("URL-After", window.location.href);
You can see that href url has changed and that the query params are gone.
A clear and concise description of what you expected to happen.
We use query params to store the current table state (searching, sorting). With the query params it is possible that you can bookmark the current page including the table state.
However, after calling `checkAuth` - all query params are lost and I get redirected to the root page.
Version
18.0.2
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Steps to reproduce the behavior
A clear and concise description of what you expected to happen.
Additional context
Our auth implementation:
Our OpenIdConfigutation:
The text was updated successfully, but these errors were encountered: