我通过SAML从原生ionic iOS应用程序的firebase中的AzureAD对用户进行身份验证。由于firebase JS SDK不支持直接登录到原生层,因此我使用ionic-native inAppBrowser将用户指向一个html页面。我让他们登录,并将令牌传回我的原生应用程序。在iOS16.0之前,这一直运行良好在iOS 16.2中,用户还可以使用AzureAD进行身份验证(填写电子邮件和密码,然后获得重定向),但它会停止:
Failed to load resource: the server responded with a status of 404 ().
从
https://aadcdn.msftauth.net/shared/1.0/content/js/oneDs_641b1cf809bdc17b42ab.js.map
上面写着:
BlobNotFoundThe specified blob does not exist. RequestId:...
有人知道iOS16.2中有什么新功能吗?要么阻止这里的东西,要么不加载?
1条答案
按热度按时间3j86kqsm1#
让它在ios浏览器中与customAuthDomain一起工作,就像这里的选项1:https://firebase.google.com/docs/auth/web/redirect-best-practices?hl=en