get access token for multiple scopes

i am using expo auth session to get token from my azure active directory. it works great and i can call the secure api. but if i want to call two secure api, how is that possible…when i pass multiple scopes, i get error while getting token that it is not allowed. i could make two calls but i obviously dont want users to go through the browser opening experience two times. is there a method in auth request which can be used to get tokens silently once user has signed in.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.