A cloud-based identity and access management service for securing user authentication and resource access
Hello Neeraj gautam,
No, setting up multiple Application ID URIs for a single app registration is not supported by Microsoft Entra ID (Azure AD). Only one Application ID URI, which serves as the aud (audience) claim in access tokens and uniquely reflects the API resource, may be assigned to each app.
- Use a single Application ID URI for multiple customers, and use scopes and/or app roles to manage access.
- Different environments (Dev, UAT, and Prod): Create different app registrations with unique Application ID URIs for each environment.
- Multiple access paths (URLs, gateways): The networking or routing layer handles access paths, not identity; maintain the same app registration and Application ID URI.
If the resolution was helpful, kindly take a moment to click on
and click on Yes for was this answer helpful. And, if you have any further query do let us know