summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-01-22 19:48:59 +0000
committerAndrew Dolgov <[email protected]>2024-01-22 19:48:59 +0000
commit82b6f8ccf58a5e6d53df8d53c801f03dd9e5c209 (patch)
treecd9a8ad06551311254f4d5cc35210b3405efc207
parentd8fe6bdaac881524a54f3c7b9b188b667bdf34de (diff)
Update README.md
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index f8e145c..3b4e5be 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,19 @@ you can use to log in through OpenID.
## Examples
+### Authentik
+
+Setup backend & 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