diff --git a/book/src/integrations/oauth2.md b/book/src/integrations/oauth2.md index afdfd58fc..f1a02c95e 100644 --- a/book/src/integrations/oauth2.md +++ b/book/src/integrations/oauth2.md @@ -369,7 +369,7 @@ match the `OAUTH2_PROVIDER` name. OAUTH2_PROVIDER = "oidc"; OAUTH2_CLIENT_ID = "miniflux"; OAUTH2_CLIENT_SECRET = ""; -OAUTH2_REDIRECT_URL = "https://feeds.example.com/oauth2/kanidm/callback"; +OAUTH2_REDIRECT_URL = "https://feeds.example.com/oauth2/oidc/callback"; OAUTH2_OIDC_DISCOVERY_ENDPOINT = "https://idm.example.com/oauth2/openid/"; ```