DNS URLs in Azure AD B2C don't work

与世无争的帅哥 提交于 2019-12-08 03:54:43

问题


The app only accepts localhost URLs, and anything else will give an error and refuses to save the app.

This issue makes the app only works when trying it on the hosting machine, but not on any other device.


回答1:


You need to enter a HTTPS url, otherwise you will see this error: "Please enter a valid Url string"

You are allowed to use 1 domain name and localhost.

This will work:

https://my.dummy.site
https://localhost

This will not work:

https://my.dummy.site
https://my.other.domain
https://localhost

In this last example the error being displayed is: "You may not use more than 1 external domain(s)"



来源:https://stackoverflow.com/questions/36408950/dns-urls-in-azure-ad-b2c-dont-work

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