File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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` ` `
You can’t perform that action at this time.
0 commit comments