I created a Native Client App with Web/WebAPI in Azure B2C
I want to add multiple reply urls with the same domains for testing and qa etc.
e.g.
https://site.domain.com https://site-qa.domain.com/
But got error: Cannot update Application: One of the reply URLs provided for application 'My App' is on a domain different from other reply URL(s). Plese make sure all reply URLs other than localhost are on the same root domain.
Also note: 'Plese' is miss-spelled
The Reply URL is used by the app to redirect users to the portal after the authentication succeeds. If your portal uses a custom domain name, you might have a different URL than the one provided here.
A redirect URI, or reply URL, is the location where the authorization server sends the user once the app has been successfully authorized and granted an authorization code or access token.
It seems to be an issue, I have created a request on the feedback portal. You can vote it and wait for the Development Team to fix it.
[Update]: As explained in the updated documentation about restrictions on redirect URIs, there is a quick workaround: first add the domain as a redirect URI and then add the sub-domains, like so:
https://example.com
https://client1.example.com
https://client2.example.com
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With