diff --git a/book/src/integrations/oauth2.md b/book/src/integrations/oauth2.md index 08ea3b8b0..027ac7290 100644 --- a/book/src/integrations/oauth2.md +++ b/book/src/integrations/oauth2.md @@ -295,7 +295,7 @@ Miniflux is a feedreader that supports OAuth 2.0 and OpenID connect. It automati match the `OAUTH2_PROVIDER` name. ``` -OAUTH2_PROVIDER = "kanidm"; +OAUTH2_PROVIDER = "oidc"; OAUTH2_CLIENT_ID = "miniflux"; OAUTH2_CLIENT_SECRET = ""; OAUTH2_REDIRECT_URL = "https://feeds.example.com/oauth2/kanidm/callback";