-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
User is created in a specific tenant although tenantID was not specified #10748
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Hey, |
Sorry about the issue and delay. We'll try to investigate in the next week. In the meantime, a fully reproducible example would be helpful either in GitHub or email a zip to paulbeusterien at google.com |
I believe that |
@paulb777
|
@paulb777 Thanks for the fix. |
@tsahi-deri It's targeted for the week of February 27 |
Description
We configured two Firebase apps using Google Identity Platform and multi-tenancy enabled. The default Firebase app is being used with a specific tenant ID to authenticate users on the tenant level. A secondary Firebase app is being use to authenticate users on the root project level (outside all other tenants). We are using 2 different
auth
instances for the 2 Firebase apps.Everything is working fine with the default Firebase app. Although I found strange behavior using the second app.
When using the secondary
auth
(without tenant ID configured) we successfully authenticate users, theuser.tenantID
isnull
BUT its access token contains information about the tenant ID and the user is being register in the tenant level and not in the root project as it should be.Firebase app configurations
Using the
auth
instancesReproducing the issue
Firebase SDK Version
10.3.0
Xcode Version
13.3.1
Installation Method
Swift Package Manager
Firebase Product(s)
Authentication, Crashlytics, DynamicLinks
Targeted Platforms
iOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetIf using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetReplace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: