Azure B2C - Multiple Reply Url

自作多情 提交于 2019-12-10 10:04:57

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!