You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google identity platform supports multi-tenancy in order to create unique silos of users, which can represent different divisions within a project. I could create a project and configure multiple tenants inside the project with different identity providers.
Google identity platform supports multi-tenancy in order to create unique silos of users, which can represent different divisions within a project. I could create a project and configure multiple tenants inside the project with different identity providers.
Structure looks like -
sample-project
--> tenant-qa
--> tenant-dev
--> tenant-prod
We are trying to connect to cloud identity platform from our FastAPI based application.
I am looking at use cases -
Is there any mechanism in the library to connect to google cloud identity platform ?
The text was updated successfully, but these errors were encountered: