There was an error while loading. Please reload this page.
1 parent ec9f71e commit 236da57Copy full SHA for 236da57
1 file changed
docs/client-examples/dawarich.md
@@ -31,7 +31,7 @@ This is the minimal configuration needed to setup Pocket ID OIDC with Dawarich
31
```bash
32
OIDC_CLIENT_ID=<your_client_id_from_above>
33
OIDC_CLIENT_SECRET=<your_client_secret_from_above>
34
- OIDC_ISSUER=https://<pocketid-domain.tld>.well-known/openid-configuration
+ OIDC_ISSUER=https://<pocketid-domain.tld>/.well-known/openid-configuration
35
OIDC_REDIRECT_URI=https://<dawarich-domain.tld>/users/auth/openid_connect/callback
36
```
37
2. Save and restart the dawarich docker-compose stack.
0 commit comments