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"
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"