我正在为我的应用程序使用Azure中的B2C租户研究身份验证。我一直被指出以下github示例:
https://github.com/Azure-Samples/active-directory-b2c-xamarin-native
该示例开箱即用,我可以使用ApiEndpoint调用该示例API:
public static string ApiEndpoint = "https://fabrikamb2chello.azurewebsites.net/hello";
使用我自己的ADD租户部署iOS应用程序时,我如何将其用作自己的ApiEndpoint?
我尝试了各种排列,但不断得到“找不到主机名”。
非常感谢。