Getting error when changing "accessTokenAcceptedVersion" in app registration manifest

Bert Boonstra 26 Reputation points
2023-09-12T09:55:19.24+00:00

We have an app registered that is related to a Microsoft certified Teams app.

Because we want to make use of the latest authentication, we need to update the "accessTokenAcceptedVersion" to value "2". When we try to do so in Azure portal an error is returned

"Failed to update xxxxxxxxx application. Error detail: No other properties may be modified when certification properties are being modified. [A01k6USZeGTJvPhKc8extJ]"

Is this a known limitation? Is there any way to get around this error?

Microsoft Teams Development
0 comments No comments
{count} vote

Accepted answer
  1. LETLHOGONOLO MOSENEKE 80 Reputation points
    2023-09-12T13:53:57.85+00:00

    Yes, this error is a known limitation when updating the "accessTokenAcceptedVersion" property for a Microsoft certified Teams app in the Azure portal.

    To work around this error, you can follow these steps:

    1. Go to the Microsoft Teams Developer Portal at https://dev.teams.microsoft.com/.
    2. Sign in using your Microsoft account that is associated with your app's registration.
    3. Navigate to your app registration in the Teams Developer Portal.
    4. Look for the "Manifest editor" section or a similar option to edit the manifest of your app.
    5. Locate the "accessTokenAcceptedVersion" property in the manifest and change its value to "2".
    6. Save the changes to the manifest.
    7. Once you have made the necessary changes, you can proceed with updating the manifest package or submitting the updated manifest for certification. Follow the instructions provided in the Teams Developer Portal for the specific steps to update your app.

    By updating the manifest directly in the Teams Developer Portal, you should be able to change the "accessTokenAcceptedVersion" property without encountering the error you experienced in the Azure portal.

    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.