Share via

I am not able to add delegated permission for CopilotPackages.Read.All permission to my app

Rajeev Kandpal 5 Reputation points
2026-02-11T14:46:07.3333333+00:00

We are not able to add the delegated permission for CopilotPackages.Read.All User's image

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Raja Pothuraju 45,955 Reputation points Microsoft External Staff Moderator
    2026-02-13T10:13:55.0633333+00:00

    Hello @Rajeev Kandpal,

    The error you’re encountering typically occurs when your application is configured with Supported account types set to:

    • Accounts in any organizational directory (Any Microsoft Entra ID tenant – Multitenant) and personal Microsoft accounts, or
    • Personal Microsoft accounts only.

    The permission you’re trying to add CopilotPackages.Read.All is not supported for Personal Microsoft Accounts. If your application manifest has the signInAudience value set to:

    • AzureADandPersonalMicrosoftAccount or
    • PersonalMicrosoftAccount

    you will receive the error:

    "Unable to save changes. One or more of the following permission(s) are currently not supported."

    To fix this, Update the signInAudience in your app registration to one of the following values:

    • AzureADMultipleOrgs (Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant)), or
    • AzureADMyOrg (Accounts in this organizational directory only (Contoso only - Single tenant)).

    Currently, this API permission is not supported for Personal Microsoft Accounts.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.