react-native-azure-ad icon indicating copy to clipboard operation
react-native-azure-ad copied to clipboard

Any way to define scopes?

Open evanr91 opened this issue 6 years ago • 1 comments

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?

evanr91 avatar May 19 '18 17:05 evanr91

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.

Cnordbo avatar Mar 16 '20 07:03 Cnordbo