docs: fix miniflux oauth example (#2046)

This commit is contained in:
greizgh 2023-08-30 01:24:06 +02:00 committed by GitHub
parent 5bd69b81b8
commit a185763176
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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_rs_basic_secret>";
OAUTH2_REDIRECT_URL = "https://feeds.example.com/oauth2/kanidm/callback";