Tim Möhlmann

Results 284 comments of Tim Möhlmann

Closing after internal discussion: already outdated.

We are open for a PR that upgrades the module.

Just looking at the string, it might come from an authentication error of some sorts. There are some cases where the OIDC standard specifies a `server_error` to be returned. We...

Seems the test now passed, however I'm afraid it's still flaky looking at past errors for witch I didn't push a fix.

Question. Currently we do not enforce uniqueness of emails because we allow users with the same email to be created in multiple orgs. Once a users become unique within an...

@stebenz the endpoint naivly appends a unique constraint removal for each resource under the org: https://github.com/zitadel/zitadel/blob/c0615e95e2edad361d3ca37e7e24929a5cc5de70/internal/repository/org/org.go#L291-L308 > Did you already try to up the "--max-sql-memory" as described [here](https://www.cockroachlabs.com/docs/stable/common-errors#memory-budget-exceeded)? If that...

Thanks for reporting. We could use https://pkg.go.dev/io#LimitReader instead,

Thanks for the report. Introspection takes the `client_id` from the token storage. I recently found we didn't set the `client_id` to the token for JWT Profile grant. This was fixed...

We are lagging a bit with deployments at the moment. The latest one was also rolled back today due to some other issues.

Rolled out. I will close this now. Let me know if there are still issues.