mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
docs: fix miniflux oauth example (#2046)
This commit is contained in:
parent
5bd69b81b8
commit
a185763176
|
@ -295,7 +295,7 @@ Miniflux is a feedreader that supports OAuth 2.0 and OpenID connect. It automati
|
||||||
match the `OAUTH2_PROVIDER` name.
|
match the `OAUTH2_PROVIDER` name.
|
||||||
|
|
||||||
```
|
```
|
||||||
OAUTH2_PROVIDER = "kanidm";
|
OAUTH2_PROVIDER = "oidc";
|
||||||
OAUTH2_CLIENT_ID = "miniflux";
|
OAUTH2_CLIENT_ID = "miniflux";
|
||||||
OAUTH2_CLIENT_SECRET = "<oauth2_rs_basic_secret>";
|
OAUTH2_CLIENT_SECRET = "<oauth2_rs_basic_secret>";
|
||||||
OAUTH2_REDIRECT_URL = "https://feeds.example.com/oauth2/kanidm/callback";
|
OAUTH2_REDIRECT_URL = "https://feeds.example.com/oauth2/kanidm/callback";
|
||||||
|
|
Loading…
Reference in a new issue