Skip to content

Commit 236da57

Browse files
authored
fix: typo in dawarich client example (#292)
1 parent ec9f71e commit 236da57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/client-examples/dawarich.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This is the minimal configuration needed to setup Pocket ID OIDC with Dawarich
3131
```bash
3232
OIDC_CLIENT_ID=<your_client_id_from_above>
3333
OIDC_CLIENT_SECRET=<your_client_secret_from_above>
34-
OIDC_ISSUER=https://<pocketid-domain.tld>.well-known/openid-configuration
34+
OIDC_ISSUER=https://<pocketid-domain.tld>/.well-known/openid-configuration
3535
OIDC_REDIRECT_URI=https://<dawarich-domain.tld>/users/auth/openid_connect/callback
3636
```
3737
2. Save and restart the dawarich docker-compose stack.

0 commit comments

Comments
 (0)