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
Describe the bug
The federation service sends a jwt token in the query params to login to instance automatically, the token is not being saved in the local/session storage
To Reproduce
Steps to reproduce the behavior:
Login and get any token and in a private tab use open directly for example: https://host?token=<any valid jwt tojem>&url=<any application url>
Expected behavior
The instance should check if can access to the current account with the token provided, saved in the local/session storage and continue to the url