Session state is not properly reduced
/v2/sessions
response because sessions8
still lists them as active, even though there is a session.terminated
event in the event log.
There are no related errors/warnings in the log so I'm not sure what's happening.
I'm running self-hosted 2.70.14 with PostgreSQL...
Actions V2 - An internal error occurred

Device Authorization has no PKCE Support
rp.DeviceAuthorization
and rp.DeviceAccessToken
don't support PKCE for OPs that require PKCE for device authorization. rp.DeviceAuthorization
does support a custom authFn
, so you can pass a custom http.FormAuthorization
function that adds the code_challenge
and code_challenge_method
. However, rp.DeviceAccessToken
doesn't support an auth function. We worked around this limitation by creating a custom http RoundTripper that adds code_verifier
to the form data and then...SMTP on Digital Ocean Blocked
Using the self built zitadel service, the front-end project opens a log message with HTTP 404
zitadel-rust needs updates
Docker Compose from Documentation is Broken
Could not get the context of the user and Could not verify password
Could not get the context of the user. Make sure to enter the username first or provide a loginName as searchParam.
Could not get the context of the user. Make sure to enter the username first or provide a loginName as searchParam.

Change password API call
https://$CUSTOM-DOMAIN/v2/users/:userId/password
is deprecated, it suggesting to use a PATCH
on the user instead, but I just want to change the password, is that correct?
Thanks!...domain per organization
ZITADEL_EXTERNALDOMAIN=accounts.company.com
- I'm using nginx proxy manager...
Password Grant Type capability?
User not found?
What is this use of subcommands
Migration failed. Permission denied

Zitadel - 503 issue
Help on OIDC logout to terminate session on OpenID Provider
Issue with Bitbucket OAuth Integration in ZITADEL

Zitadel v4 High memory usage

Actions v2 - Function PreUserinfo
can zitadel selfhost do multiple domain?
accounts.domain1.site
and I want to add accounts.domain2.com
which is same zitadel instance but other organization not same as accounts.domain1.site
how do I do it?
I using nginx and npm (nginx proxy manager) with docker compose of zitadel...