问题
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
回答1:
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://domain.com
https://client1.domain.com
https://client2.domain.com
来源:https://stackoverflow.com/questions/34123640/azure-b2c-multiple-reply-url