Migrating 1P AAD application from V1 to V2

Geethanjali 41 Reputation points Microsoft External Staff
2022-05-24T01:50:39.503+00:00

We are migrating our 1P application from V1 to V2 version. While doing this, we see that when we create an application by selecting "Who can use this account or api?" as AAD Users, we are able to switch between V1 and V2 versions. But in case if I select the option as AAD and MSA Account and Version as V2, we are not able to revert back to V1 version.

Question: If say an application is created by selecting this "AAD and MSA Account", Is there a way to switch the version to V1? If not, why cannot we switch.

How does it allow to switch between V1 and V2 versions when we create the application by selecting AAD Users option alone?

Microsoft Security Microsoft Entra Microsoft Entra ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alfredo Revilla - Upwork Top Talent | IAM SWE SWA 27,526 Reputation points Moderator
    2022-05-24T02:29:15.8+00:00

    Hello @Geethanjali , if you need to make an application V1 compliant the easiest way is to update the Azure Active Directory app manifest and ensure the following:

    • signInAudience is set to AzureADMyOrg or AzureADMultipleOrgs
    • accessTokenAcceptedVersion is set to null or 1

    Let us know if this answer was helpful to you or if you need additional assistance. If it was helpful, please remember to accept it so that others in the community with similar questions can more easily find a solution.


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.