使用Outlook成功登录,但成功登录后重定向URL不起作用-本机响应

时间:2019-04-01 13:44:54

标签: android ios react-native

我正在研究React本机应用程序,并使用带有Outlook的react-native-app-auth库登录名, 当我在ios设备上运行应用程序时,重定向网址工作正常。 但是当我在android设备上运行应用程序时,然后成功登录,但重定向url不起作用。 我的redirectUrl是:'urn:ietf:wg:oauth:2.0:oob', 我尝试了这个但是没用。

manifestPlaceholders = [`enter code here`
appAuthRedirectScheme: 'com.googleusercontent.apps.urn:ietf:wg:oauth:2.0:oob'
]

1 个答案:

答案 0 :(得分:0)

遇到同样的问题。发布一些阅读,遇到了这个。 https://github.com/openid/AppAuth-iOS/issues/194 将我们重定向到 RFC 8252 Section 7.1

请按照建议将其更改为您控制的域。为我工作!