ZITADEL — authentication
zitadel/auth · version 1
envs add zitadel/auth
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
ZITADEL_ISSUER |
required | config | Issuer address, published in the OIDC discovery document.. Shape ^https://\S+$. where to get it |
ZITADEL_CLIENT_ID |
required | config | Client id for the OIDC flow.. where to get it |
ZITADEL_CLIENT_SECRET |
optional | secret | Only for confidential clients.. where to get it |