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

defaultSupportedIdpConfigs.list is not implemented in the Auth Emulator #555

Open
rafaelvanoni opened this issue May 1, 2023 · 1 comment

Comments

@rafaelvanoni
Copy link

  • Operating System version: Ubuntu 22.04
  • Firebase SDK version: 11.29.1
  • Library version: firebase.google.com/go/v4 v4.11.0
  • Firebase Product: emulators:auth

Steps to reproduce:

Using the Go SDK, I created a tenant, enabled the "google.com" auth provider and added a user to it. I then tried listing the configured providers for the users with a GET to the following endpoint

http://127.0.0.1:33167/identitytoolkit.googleapis.com/v2/projects/[tenantID]/defaultSupportedIdpConfigs?key=[apikey]

But receive:

error:501 message:identitytoolkit.projects.defaultSupportedIdpConfigs.list is not implemented in the Auth Emulator. reason:unimplemented

How can I list the enabled providers for a particular tenant/user?

Thanks in advance.

@google-oss-bot
Copy link
Collaborator

I found a few problems with this issue:

  • I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
  • This issue does not seem to follow the issue template. Make sure you provide all the required information.

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

2 participants