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

FR: Enable anonymous authentication when creating and updating a tenant #411

Open
sonatard opened this issue Nov 9, 2020 · 1 comment
Open

Comments

@sonatard
Copy link
Contributor

sonatard commented Nov 9, 2020

It can solve to add enableAnonymousUser param to CreateTenant and UpdateTenant.

API

CreateTenant and UpdateTennant request body have Tenant.

https://cloud.google.com/identity-platform/docs/reference/rest/v2/projects.tenants/create
https://cloud.google.com/identity-platform/docs/reference/rest/v2/projects.tenants/patch

Tenant type has enableAnonymousUser.

https://cloud.google.com/identity-platform/docs/reference/rest/v2/projects.tenants#Tenant

@bojeil-google
Copy link
Contributor

We are already working on this. @rsgowman is leading that work in all the major languages:

firebase/firebase-admin-node#802

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

No branches or pull requests

4 participants