set up stalwart as oidc provider

This commit is contained in:
2026-07-19 03:52:57 +01:00
parent 4abf2a060c
commit 4443926ca4
3 changed files with 16 additions and 4 deletions
+8
View File
@@ -69,6 +69,14 @@ specifics for everything
- added `172.18.0.0/24`; reason: `internal`
- settings -> network -> http -> security
- permissive cors policy: `true` **[restart needed]**
- settings -> authentication -> oidc provider
- oauth settings
- key: `secret read from environment variable`
- variable name: `OIDC_KEY`
- openid connect
- signature algorithm: `ECDSA using P-384 and SHA-384`
- signature key: `secret read from environment variable`
- variable name: `OIDC_SIGNATURE_KEY`
**useful links**