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
When we define a variable in Environments (e.g. SCOPES = api://dbf86d30-1ec4-4abe-b8e8-e6ef62145b83/.default) and use it in the "Auth" tab via ${SCOPES} and then click "Generate Token", after success token generation, the "SCOPE" value gets cleared and is not remembered anymore.
Expected:
The Scope value in the "Auth" tab stays after "Generate Token"
The text was updated successfully, but these errors were encountered:
When we define a variable in Environments (e.g.
SCOPES
=api://dbf86d30-1ec4-4abe-b8e8-e6ef62145b83/.default
) and use it in the "Auth" tab via${SCOPES}
and then click "Generate Token", after success token generation, the "SCOPE" value gets cleared and is not remembered anymore.Expected:
The
Scope
value in the "Auth" tab stays after "Generate Token"The text was updated successfully, but these errors were encountered: