Service User - Oauth token fetch Fails with 500 Internal Error
Use-case: A multitenant SaaS solution where a tenant superuser can manage users from their own application through the SaaS platform. The Admin API will be handled via my Service account and it will manage the users on the super user's request
Environment: Zitadel Cloud
Version: V2 (for the Admin API requests)
Stack: Python + React
I want to test my service account for which I granted all rights at the instance level. See screenshot. I'm following the guide described in https://zitadel.com/docs/guides/integrate/service-users/private-key-jwt
I succeed in creating the JWT but as soon as I request the Oauth token, I get a 500. If my credentials were wrong, I would expect a 4XX.
Attached, you can find my Python script that I used for debugging.
Is there a way for me to see the server logs to understand the "Errors.Internal" ?
Could there be an issue at Zitadel's side?
Environment: Zitadel Cloud
Version: V2 (for the Admin API requests)
Stack: Python + React
I want to test my service account for which I granted all rights at the instance level. See screenshot. I'm following the guide described in https://zitadel.com/docs/guides/integrate/service-users/private-key-jwt
I succeed in creating the JWT but as soon as I request the Oauth token, I get a 500. If my credentials were wrong, I would expect a 4XX.
Attached, you can find my Python script that I used for debugging.
Is there a way for me to see the server logs to understand the "Errors.Internal" ?
Could there be an issue at Zitadel's side?

test_zitadel_jwt.py5.21KB
