I have a web app deployed in Google Cloud Platform
In this web app, we need to setup authenticate users on google identity and authorize them based on their roles.
We tookup SAML based approach which involves
- Creating a SAML App to act as an Identity Provider
- Setup an SAML Assertion Consumer Service (ACS)
- Consume the Identities in the webapp via ACS
Now rather than developing an explicit ACS, can we
- Enable the Identity Platform in GCP
- Setup a SAML Provider and use it as an ACS with Google IDP
Is using Identity Platform with SAML App(Google IDP) is an established GCP Pattern????