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 toAzureADMyOrg
orAzureADMultipleOrgs
-
accessTokenAcceptedVersion
is set tonull
or1
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.