Cannot add the following API permissions to an app registration

David Kyle 96 Reputation points
2021-08-27T19:27:35.183+00:00

Using the Azure Portal, we are unable to add the following permissions to a newly created app.

  • ChannelMember.Read.All
  • ChannelMember.ReadWrite.All
  • ChannelSettings.Read.All
  • ChannelSettings.ReadWrite.All

The error message,

Unable to save changes. One or more of the following permission(s) are currently not supported: ChannelMember.Read.All, ChannelMember.ReadWrite.All, ChannelSettings.Read.All, ChannelSettings.ReadWrite.All. Please remove these permission(s) and retry your request. [hjEOij3jDVd3fEGxh0Rim8]

We created another app a few weeks ago and we did not have this problem.

I have compared the old and newly created app registration. I do not see any differences that would explain the failure of adding the above API permissions.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,446 questions
0 comments No comments
{count} votes

Accepted answer
  1. David Kyle 96 Reputation points
    2021-08-27T19:50:04.17+00:00

    Ok, my bad. I selected the incorrect supported account types. I should have selected Accounts in any organizational directory (Any Azure AD directory - Multitenant).

    I was able to fix the problem by going into the app manifest and changing signInAudience to AzureADMultipleOrgs

    "signInAudience": "AzureADMultipleOrgs",
    

    Dreadful error message.

    0 comments No comments

0 additional answers

Sort by: Most helpful