Updating requestedAccessTokenVersion property in app registration manifest results in error

Georgii Bogdanov 20 Reputation points
2025-04-02T11:39:37.3433333+00:00

When i try to update the requestedAccessTokenVersion property from null to 2 in app registration Microsoft Graph App Manifest, I get the following error message:

"Failed to update 'xxxx' application. Error detail: No other properties may be modified when certification properties are being modified"

User's image

App registration is connected to Teams app published to Teams Store and currently doesn't undergo any certification/publishing process

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
24,277 questions
0 comments No comments
{count} votes

Accepted answer
  1. Obinna Ejidike 740 Reputation points
    2025-04-02T12:25:22.5833333+00:00

    Hi Georgii

    Thanks for using QandA platform.

    The requestedAccessTokenVersion specifies the access token version expected by the resource. Can you confirm if the signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount or PersonalMicrosoftAccount because this is a requirement if the value for this property must be set to 2.

    Find documentation: https://learn.microsoft.com/en-us/entra/identity-platform/reference-microsoft-graph-app-manifest

    Additionally, please ensure have no more than two key credentials and no more than two password credentials if the signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount or PersonalMicrosoftAccount before updating the requestedAccessTokenVersion property.

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Obinna

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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