Azure AD B2C iOS应用程序令牌错误

时间:2017-06-20 12:24:46

标签: azure-ad-b2c msal

这是我的应用程序的配置:

enter image description here

这是登录和注册政策

enter image description here

现在,当我使用我的配置运行以下代码时,这是它给出的错误:https://github.com/Azure-Samples/active-directory-b2c-ios-swift-native-msal

错误如下:

Could not acquire token: Error Domain=MSALErrorDomain Code=-42105 "(null)" UserInfo={MSALErrorDescriptionKey=Token response is missing the access token}

enter image description here

1 个答案:

答案 0 :(得分:0)

请检查 sample on my GitHub.

您必须添加适当的范围:

让kScopes:[String] = [“https://YOUR_TENANT/api/user_impersonation”]

如果您能够解决问题,请告诉我。