Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Google identity platform multi-tenancy #293

Open
kshitij-enable opened this issue Jul 20, 2023 · 0 comments
Open

Support for Google identity platform multi-tenancy #293

kshitij-enable opened this issue Jul 20, 2023 · 0 comments

Comments

@kshitij-enable
Copy link

kshitij-enable commented Jul 20, 2023

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 -

  1. Get access token
  2. Validate token
  3. refresh token
  4. Signup or register users
  5. Admin - manage tenant, manage providers

Is there any mechanism in the library to connect to google cloud identity platform ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant