Hi @Bella
Thank you for posting this in Microsoft Q&A.
I understand you've updated the accessTokenAcceptedVersion property from "null" to 2 and now wish to revert the changes but are encountering the error: "Failed to update xxx application. Error detail: Values of Identifier Uris property must use a verified domain of the organization or its subdomain."
Please check the identifier URI in your application.
For single tenant applications, adding or updating the AppId URI validates that the domain in the HTTPS scheme URI is listed in the verified domain list in the customer tenant or that the value uses the default scheme (api://{appId}
) provided by Microsoft Entra ID. This could prevent applications from adding an AppId URI if the domain isn't in the verified domain list, or the value doesn't use the default scheme.
If you are using non verified domain, make sure app's manifest to have "signInAudience": "AzureADMyOrg" and "accessTokenAcceptedVersion": 2.If you are not prepared to modify any application properties, such as IdentifierUris, there is no feasible workaround to revert the accessTokenAcceptedVersion to its original value.
Hope this helps. Do let us know if you any further queries.
Thanks,
Navya
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.