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
When using prepscopes to call graph endpoints whilst having a custom app prep scope already obtained can result in the token for the custom app/domain becoming invalid and cannot be re-requested. Reverting to v3 of MGT fixes the issues.
To Reproduce
Steps to reproduce the behavior:
Use a custom domain/app in a prepscope call
prepscope with additional graph services
attempt to call the custom domain/app api will result in a 401 error with the token being invalid
Expected behavior
Should work as with v3 of MGT, that a prepscope doesn't invalidate the custom domain/app api endpoint
Environment (please complete the following information):
OS: Windows (Web)
Browser: Edge
Framework: React
Context: Web (with mix of custom api (entra secured) and graph
Describe the bug
When using prepscopes to call graph endpoints whilst having a custom app prep scope already obtained can result in the token for the custom app/domain becoming invalid and cannot be re-requested. Reverting to v3 of MGT fixes the issues.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should work as with v3 of MGT, that a prepscope doesn't invalidate the custom domain/app api endpoint
Environment (please complete the following information):
then
and then back to the first call results in a 401 error
The same code (without the array brackets) works without issue in v3
The text was updated successfully, but these errors were encountered: