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 need to add handling of 2 extra cases for Management portal Authorizer-
When the stored Access token in db is expired, use the refresh token to get a new access token. I think this is already present but double check.
If the refresh token is also expired, read the meta-token from the config to get a new one. If the meta-token is also not valid, show an error to the user to add a new meta-token from management portal and exit the application.
The text was updated successfully, but these errors were encountered:
We need to add handling of 2 extra cases for Management portal Authorizer-
The text was updated successfully, but these errors were encountered: