Browse Source

Bugfix/fix table formatting

pull/6189/head
wolfgang101 4 weeks ago
parent
commit
73cdc817c8
  1. 2
      README.md

2
README.md

@ -108,7 +108,7 @@ We provide official container images hosted on [Docker Hub](https://hub.docker.c
#### OpenID Connect OIDC (Experimental)
| Name | Type | Default Value | Description |
| --------------------------- | --------------------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------ |
| --------------------------- | --------------------- | ------------------------------------ | ---------------------------------------------------------------------------------------------------- |
| `ENABLE_FEATURE_AUTH_OIDC` | `boolean` (optional) | `false` | Enables _OpenID Connect_ authentication |
| `ENABLE_FEATURE_AUTH_TOKEN` | `boolean` (optional) | `true` | Enables auth token login and might be disabled with OIDC authentication enabled |
| `OIDC_AUTHORIZATION_URL` | `string` (optional) | | Manual override for the OIDC authorization endpoint (falls back to the discovery from the issuer) |

Loading…
Cancel
Save