summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-02-21 22:18:33 +0300
committerAndrew Dolgov <[email protected]>2024-02-21 22:18:33 +0300
commita5f8c7ba0d8d3a7e9e0124e8409c6cdc3645b379 (patch)
treeb85124f0ffdd9511f116c25f15ca585985778c84
parent7ed2364a6f317a2a51ee5c0dfffcb021bda8c0c1 (diff)
parenta1f03443e581729932791ca389d29123a6035e3e (diff)
Merge branch 'master' of gitlab.tt-rss.org:tt-rss/plugins/ttrss-auth-oidc
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index f8e145c..dacaaa0 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,19 @@ you can use to log in through OpenID.
## Examples
+### Authentik
+
+Setup provider & application in the Authentik admin UI as usual. Example uses `tt-rss` slug.
+
+Plugin settings (`.env`):
+
+```properties
+TTRSS_AUTH_OIDC_NAME: Authentik
+TTRSS_AUTH_OIDC_URL: https://auth.example.com/application/o/tt-rss/
+TTRSS_AUTH_OIDC_CLIENT_ID: client-id
+TTRSS_AUTH_OIDC_CLIENT_SECRET: client-secret
+```
+
### Authelia
```yml