简体   繁体   English

集成 Firebase 身份验证和身份平台

[英]Integrating Firebase Auth and Identity Platform

Is there a way to combine the benefits of Identity Platform (OIDC and SAML) with Firebase Auth?有没有办法将身份平台(OIDC 和 SAML)的优势与 Firebase Auth 结合起来? A project I am working on needs sign in with Apple, which only Firebase auth supports as of right now.我正在处理的项目需要与 Apple 登录,目前只有 Firebase auth 支持。 It also requires using SAML.它还需要使用 SAML。 Thoughts?想法?

Identity Platform is an upgraded version of Firebase Auth. Identity Platform 是 Firebase Auth 的升级版本。 You can upgrade your Firebase project to an Identity Platform project.您可以将 Firebase 项目升级到 Identity Platform 项目。 Any existing supported Firebase IdP or behavior will continue to work (no changes to your code).任何现有受支持的 Firebase IdP 或行为将继续有效(您的代码无需更改)。 You will get the added benefit of SLAs, SAML, OIDC, MFA with SMS and multi-tenancy support among other, but everything should continue to work.您将获得 SLA、SAML、OIDC、MFA 以及 SMS 和多租户支持的额外好处,但一切都应该继续工作。 However, note that Identity Platform is a paid service above a certain number of monthly active users.但是请注意,Identity Platform 是一项超过一定月活跃用户数的付费服务

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 单独使用 Google Identity Platform + Firebase Auth - Use Google Identity Platform + Firebase Auth seperately 如何从使用 Identity Platform 的 Firebase 身份验证降级到旧版 Firebase 身份验证? - How to downgrade from Firebase auth with Identity Platform to Legacy Firebase Auth? Google Cloud“Cloud Identity”、“Firebase Auth”、“Identity Platform”之间的区别 - Difference between Google Cloud "Cloud Identity", "Firebase Auth", "Identity Platform" 将用户从 Firebase Auth 复制/迁移到 Google Identity Platform - Copy / migrate users from Firebase Auth to Google Identity Platform 身份平台 / Firebase 错误(身份验证/无效刷新令牌) - Identity Platform / Firebase Error (auth/invalid-refresh-token) Firebase Auth 内置身份 - Firebase Auth Built-in identity Identity Platform 和使用 Identity Platform 进行身份验证的 Firebase 有什么区别 - What is the difference between Identity Platform and Firebase Authentication with Identity Platform 在React Native中将Touch ID与Firebase Auth集成 - Integrating Touch ID with Firebase Auth in React Native 如何使用 Vue + Firebase (Google Identity Platform) 创建路由守卫 - How to create a route guard with Vue + Firebase (Google Identity Platform) Flutter:firebase_auth 取决于 firebase_auth_platform_interface 错误 - Flutter : firebase_auth depends on firebase_auth_platform_interface Error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM