mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-05 16:45:04 +02:00
docs: miniflux added pkce support (#2352)
From Miniflux 2.0.48, released in September 2023, it added support for Oauth2 PKCE. https://github.com/miniflux/v2/releases/tag/2.0.48
This commit is contained in:
parent
9a464c653c
commit
7d7e3b5478
|
@ -303,10 +303,6 @@ OAUTH2_REDIRECT_URL = "https://feeds.example.com/oauth2/kanidm/callback";
|
|||
OAUTH2_OIDC_DISCOVERY_ENDPOINT = "https://idm.example.com/oauth2/openid/<oauth2_rs_name>";
|
||||
```
|
||||
|
||||
Currently Miniflux [does not support PKCE](https://github.com/miniflux/v2/issues/1910) and Kanidm
|
||||
will prevent logins until you [disable PKCE](#extended-options-for-legacy-clients) for the resource
|
||||
server.
|
||||
|
||||
### Nextcloud
|
||||
|
||||
Install the module [from the nextcloud market place](https://apps.nextcloud.com/apps/user_oidc) - it
|
||||
|
|
Loading…
Reference in a new issue