grahamr975 / EWS-Office365-Contact-Sync

Uses Exchange Web Services to synchronize a Global Address List in Office 365 to a user's mailbox
MIT License
94 stars 21 forks source link

Better details in docs #87

Closed buzzzo closed 11 months ago

buzzzo commented 11 months ago

Hi

in the readme the manifesto said: " "requiredResourceAccess": [ { "resourceAppId": "00000002-0000-0ff1-ce00-000000000000", "resourceAccess": [ { "id": "dc50a0fb-09a3-484d-be87-e023b12c6440", "type": "Role" }, { "id": "dc890d15-9560-4a4c-9b7f-a736ec74ec40", "type": "Role" } ] } ]"

But where this id coming from ?, are they hardcoded (eg: static) or do we need to fetch from other part of app conf ?

It's not reported in docs.

Thx

buzzzo commented 11 months ago

My bad, misunderstood