Status Update
Comments
gu...@google.com <gu...@google.com> #2
Hi,
Thanks for contacting Google Support Team,
This issue was reported before and engineering team is already working on this issue, However there is not an ETA yet.
All the updates will be posted here. Please feel free to add any questions or additional information.
External link to get more details
Thanks and regards
Google Support Team
co...@andreagiardini.com <co...@andreagiardini.com> #3
Hi
Do you have any updates about this issue? An approximate ETA would be helpful.
Andrea
sc...@huvrdata.com <sc...@huvrdata.com> #4
Any update on this issue?
ma...@fourthwall.com <ma...@fourthwall.com> #5
I am experiencing the same issue using
also tried testing it using both
and
in all cases I am getting
{
"error": {
"code": 400,
"message": "UNSUPPORTED_TENANT_OPERATION",
"errors": [
{
"message": "UNSUPPORTED_TENANT_OPERATION",
"domain": "global",
"reason": "invalid"
}
]
}
}
ry...@gmail.com <ry...@gmail.com> #6
Hi there. I'm also running into this issue. From the Node.js docs it looks like this exists , but I get an error from this API about it not existing for multi tenants.
FirebaseAuthError: This operation is not supported in a multi-tenant context.
errorInfo: {
code: 'auth/unsupported-tenant-operation',
message: 'This operation is not supported in a multi-tenant context.'
},
codePrefix: 'auth'
to...@google.com <to...@google.com> #7
Hello,
I'm closing this Public Issue Tracker as the internal issue has been marked as fixed. If you believe this is an error please
For Googlers: Please refer to the internal issue if you need further clarification.
Regards.
Description
Problem you have encountered:
When trying to create a session cookie for a tenant. The API returns:
Error while calling Auth service (UNSUPPORTED_TENANT_OPERATION).
This is the message for the Python client library.
Here is the documented API we are calling:https://cloud.google.com/identity-platform/docs/reference/rest/v1/projects/createSessionCookie
What you expected to happen: The API should return a cookie.
Steps to reproduce:
Other information (workarounds you have tried, documentation consulted, etc):
There is an issue on the client library, but it appears the backend is failing even if you send the correct payload. We are using the Client Library with a work around for this issue.