SAML authentication with firebase

后端 未结 2 485
臣服心动
臣服心动 2021-02-06 09:10

Is there a way to authenticate a user with SAML token using firebase as a backend? The company I am working with requires that SAML is used within the authentication system and

2条回答
  •  一整个雨季
    2021-02-06 09:31

    Maybe new GCP service "Cloud Identity for Customers and Partners" (in beta for now) could help you.

    Cloud Identity for Customers and Partners (CICP) provides an identity platform that allows users to authenticate to your applications and services, like multi-tenant SaaS applications, mobile/web apps, games, APIs and more. CICP is built on an enhanced Firebase Authentication infrastructure, so it's perfect if you're building a service on Firebase, Google Cloud Platform (GCP), or on another platform, and need secure, easy-to-use authentication.

    You can check SAML provider, Firebase is behind the scene.

    This guide shows how to enable an existing web application for Security Assertion Markup Language (SAML) 2.0, with Cloud Identity for Customers and Partners (CICP). This will include accepting SAML assertions from identity providers (IdP) as a SAML service provider, verifying their contents, and producing a lightweight JWT that you can use in your application to verify authentication and perform authorization.

    Hope it will help.

    Updated on February 25th, 2020 :

    I published a tutorial on how to integrate SAML authentication with Firebase and Angular app.

提交回复
热议问题