I have developed an application which will be consumed by more than 500 customers. The application is deployed in the IIS and configured subdomain for each customer to access the application, like
I have integrated the Azure AD B2C authentication to the application, all the users of the customer will be in the single AD B2C tenant.
I need to add the redirect url in the App for all the customers, so that after authentication the user will be navigate back to the respective sub domains.
There is a restriction in the limit of the redirect url, only 256 urls can be added in the App.
The app is created with account type "Accounts in any identity provider or organizational directory (for authenticating users with user flows)" as I have integrated Azure AD federated authentication.
Is there any way to add wildcard urls in the app like https://*.demo.com? or
Is there any way to Azure team can explictly increase the limit for my app?
I tried to reproduce the same in my environment and got below results:
I registered one Azure AD B2C application with same account type and tried to add wildcard URLs in it from Portal, where I got error like this:
Now, I registered another application with Supported account type as
Multi-tenantand got same error when I tried to add wildcard URLs from Portal like this:I ran below CLI commands to add wildcard URLs in that application like this:
Response:
When I checked the same in Portal, wildcard URL added successfully to application under
Redirect URIslike below:If you want to explicitly increase the limit, you can reach out to Azure Support team with proper justification.