Skip to content

Commit

Permalink
doc(openid-connect): clarify that OIDC is only supported for the Apac…
Browse files Browse the repository at this point in the history
…he web server (FreshRSS#7135)

* doc(openid-connect): clarify that OIDC is only supported for the Apache web server

Fixes: FreshRSS#7134

* Update docs/en/admins/16_OpenID-Connect.md

---------

Co-authored-by: Alexandre Alapetite <[email protected]>
  • Loading branch information
aftix and Alkarex authored Dec 23, 2024
1 parent 4773747 commit 84f75e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/en/admins/16_OpenID-Connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`.
Expand Down

0 comments on commit 84f75e4

Please sign in to comment.