Skip to content

Support for other scopes than MS graph #5

@muradsater

Description

@muradsater

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"
}
]
}

Sample from UI
image

btw I talked to Truls Jørgensen last week and he told me to try to submit an issue here

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions