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
The guide said it could simulate error for non m365 API. Does it support to mock response for them?
The scenario is that,
in teams app, we will get auth code in client side and exchange OBO code in backend side before calling graph API.
Usually we will be block on the auth step due to lack of permission or etc.
Is it possible to proxy the AAD auth request to make the simulation flow better?
Thanks.