Skip to content

Commit ecdce26

Browse files
committed
fix: add redirect url to pocket id and zitadel guides
1 parent 7905c30 commit ecdce26

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

content/docs/community/zitadel-oauth.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ services:
4545
- PROVIDERS_ZITADEL_AUTH_URL=https://zitadel.example.com/oauth/v2/authorize
4646
- PROVIDERS_ZITADEL_TOKEN_URL=https://zitadel.example.com/oauth/v2/token
4747
- PROVIDERS_ZITADEL_USER_INFO_URL=https://zitadel.example.com/oidc/v1/userinfo
48+
- PROVIDERS_ZITADEL_REDIRECT_URL=https://tinyauth.example.com/api/oauth/callback/zitadel
4849
- PROVIDERS_ZITADEL_CLIENT_ID=your-zitadel-client-id
4950
- PROVIDERS_ZITADEL_CLIENT_SECRET=your-zitadel-client-secret
5051
- PROVIDERS_ZITADEL_NAME=Zitadel

content/docs/guides/pocket-id.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ services:
4545
- PROVIDERS_POCKETID_AUTH_URL=https://pocket-id.example.com/authorize
4646
- PROVIDERS_POCKETID_TOKEN_URL=https://pocket-id.example.com/api/oidc/token
4747
- PROVIDERS_POCKETID_USER_INFO_URL=https://pocket-id.example.com/api/oidc/userinfo
48+
- PROVIDERS_POCKETID_REDIRECT_URL=https://tinyauth.example.com/api/oauth/callback/pocketid
4849
- PROVIDERS_POCKETID_SCOPES=openid email profile groups
4950
- PROVIDERS_POCKETID_NAME=Pocket ID
5051
```

0 commit comments

Comments
 (0)