【发布时间】:2021-10-13 11:35:50
【问题描述】:
我正在尝试使用 expo-auth-session 实现 Azure b2c。在浏览器上登录并重定向回应用程序后,我收到以下错误。
"error": "redirect_uri_mismatch",
"error_description": "AADB2C90006: The redirect URI 'https://auth.expo.io/@username/app-slug' provided in the request is not registered for the client id 'XXXXXXXX-XXXX-XXXXX-XXXXX
Timestamp: 2021-10-13 11:08:53Z
当我尝试在重定向 Uri 下添加它时,我收到了附件图像中显示的错误。
从用户名中删除 @ 可以修复错误,但不会重定向回应用程序。
提前致谢!!!
【问题讨论】:
标签: azure react-native expo azure-ad-b2c