react-native-azure-ad
react-native-azure-ad copied to clipboard
Any way to define scopes?
I have an application configured in the MS App center. I can successfully login and get a users calendars. However, what I want is to read a users' shared calendars. I can also see some scopes being returned. However, not all scopes I defined in the MS App are being returned (For example: Calendars.Read.Shared). Is there any way to add scopes to the API request?
Isnt resources basically scopes? So try adding your scope to the "resources" property.
Edit: i see that this is an old post, and so im guessing your found out how to do this - but it might help others.