firebase-authentication - 移动应用程序的 Google Identity Platform SAML 设置

标签 firebase-authentication single-sign-on saml google-identity

我已经在我的 React Web 应用程序上成功设置了 SAML Google Identity Platform当使用 Okta(身份提供商)使用我的测试帐户登录时,重定向有效。没有适用于 Google Identity Platform 的移动 SAML 设置的文档。有什么方法可以设置或自定义重定向行为,以便它重定向到移动 URL 方案? (例如,my-apps-bundle-id://saml-sign-in)

最佳答案

这是 not yet supported由 Firebase 用于 native 应用程序。 “经典”方法是使用 Web View 的安全等效项:iOS9+ 中的 SFSafariViewController 或 Chrome 45+ 中的 Chrome 自定义选项卡

关于firebase-authentication - 移动应用程序的 Google Identity Platform SAML 设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57455448/

相关文章:

android - 链接电话和电子邮件的多个身份验证提供商

amazon-web-services - Cognito 身份验证和单点登录

.net - WIF 4.5 BootstrapContext 安全 token null

Jenkins 与 Auth0 集成

swift - Googlemaps 不允许我定位用户位置?

ios - Firebase UI电子邮件链接打开应用程序,并通过适当的方法处理,但未登录用户

ruby-on-rails - Rails 检测 session 是否由 SSO/SAML 创建

single-sign-on - 使用 wso2is 的 SLO,idp 不包括 LogoutRequests 中的 Issuer

c# - Identity Server 3 作为 SharePoint 2013/2016 的 Ws-Fed 身份提供者

Swift 3 在解包 Optional 值时意外发现 nil