-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We need to give API permissions for an multi tenant app other than ms graph.
Using requiredResourceAccess we need to use an additional configurable GUID (i.e. both ms graph and our own)
Sample from MANIFEST
{
"resourceAppId": "67ebb965-d8d8-43ce-8a77-651375c2017a",
"resourceAccess": [
{
"id": "8866ee4a-99df-f5cf-2778-b7fb4c92022d",
"type": "Scope"
}
]
}
btw I talked to Truls Jørgensen last week and he told me to try to submit an issue here
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request