Azure AD Application identifier_uri prefix

Philipp Müller 1 Reputation point
2022-12-16T07:26:08.703+00:00

Hello,
we can not create Apps with identifier_uri with a prefix other than https:// or api:// with the API.
With the GUI it works.
The application we want to connect to the AAD Application does not support identifier_uris startin with those prefix.
Whats the recommendation here from Microsoft? Why doesnt the API allow arbitrary prefixes?
kind regards
Philipp

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

1 answer

Sort by: Most helpful
  1. Alfredo Revilla - Upwork Top Talent | IAM SWE SWA 27,521 Reputation points Moderator
    2022-12-16T19:00:54.79+00:00

    Hello @Philipp Müller , the Azure AD Portal and some other clients or tools impose their own limits on the Application Id URI. Try adding or updating it with PowerShell:

       Connect-AzureAD -TenantId # tenant id  
       Set-AzureADApplication -IdentifierUris "string or string array" -ObjectId # application object (not app) id  
    

    Let us know if you need additional assistance. If the answer was helpful, please accept it and complete the quality survey so that others can find a solution.

    0 comments No comments

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.