Replies: 1 comment
-
Anybody? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am following the guidance in this link in a multi-tenant scenario (using Google Cloud Identity Platform). I am using the v9 (modular) version but get the following error: auth/tenant-id-mismatch.
I can get around it by explicitly setting auth.tenantId like so:
auth.tenantId = tenantId;
This, however, pins the SW to only be able to handle that specific tenant which is less than ideal. The session management logic doesn't have anything that is tenant-specific so I am hoping there is a different way to make this work.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions