aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar aftix <aftix@aftix.xyz> 2024-12-23 15:16:07 -0600
committerGravatar GitHub <noreply@github.com> 2024-12-23 22:16:07 +0100
commit84f75e487c16d98a4c1c458fa314f565bedd65cf (patch)
treea8ce20c3bc80192cb7f5d7a411872fe7b596059e /docs
parent477374747949d502be4f29d8b57d0ad8d8257f30 (diff)
doc(openid-connect): clarify that OIDC is only supported for the Apache web server (#7135)
* doc(openid-connect): clarify that OIDC is only supported for the Apache web server Fixes: https://github.com/FreshRSS/FreshRSS/issues/7134 * Update docs/en/admins/16_OpenID-Connect.md --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'docs')
-rw-r--r--docs/en/admins/16_OpenID-Connect.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/en/admins/16_OpenID-Connect.md b/docs/en/admins/16_OpenID-Connect.md
index 9192bfba4..283b2ffdb 100644
--- a/docs/en/admins/16_OpenID-Connect.md
+++ b/docs/en/admins/16_OpenID-Connect.md
@@ -4,7 +4,8 @@ See: [What is OpenID Connect?](https://openid.net/connect/).
This is one of the [access control methods](09_AccessControl.md) supported by FreshRSS.
-OIDC support is provided by [mod_auth_openidc](https://github.com/OpenIDC/mod_auth_openidc).
+OIDC support is provided by the Apache module [mod_auth_openidc](https://github.com/OpenIDC/mod_auth_openidc).
+This documentation is about OIDC as available in our official Docker image, or when using an Apache Web server.
Additional documentation can be found in that project.
The callback URL is `https://<your-domain>/i/oidc/`.