fixed documentation links

This commit is contained in:
HB9HIL
2026-03-19 16:42:52 +01:00
parent 271cfd54ae
commit d3f22710aa
4 changed files with 4 additions and 4 deletions

View File

@@ -117,7 +117,7 @@ $config['auth_level'][99] = 'Administrator';
| Enable SSO support via a trusted HTTP header containing a JWT access token.
| When enabled, a sso.php config file is required (see sso.sample.php).
|
| Documentation: https://docs.wavelog.org/admin-guide/configuration/third-party-authentication
| Documentation: https://docs.wavelog.org/admin-guide/configuration/thirdparty-authentication/
*/
$config['auth_header_enable'] = false;

View File

@@ -8,7 +8,7 @@
* Copy this file to sso.php and adjust the values to your environment.
* This file is loaded automatically when auth_header_enable = true in config.php.
*
* Documentation: https://docs.wavelog.org/admin-guide/configuration/third-party-authentication
* Documentation: https://docs.wavelog.org/admin-guide/configuration/thirdparty-authentication/
*/
/**

View File

@@ -28,7 +28,7 @@ class Header_auth extends CI_Controller {
* The reverse proxy validates the user's session and forwards a JWT access token containing the user's identity and claims in a trusted HTTP header. This method decodes the token, verifies it, extracts the user information
* and logs the user in. Depending on configuration, it can also automatically create a local user account if one does not exist, and update existing user data.
*
* For more information check out the documentation: https://docs.wavelog.org/admin-guide/configuration/third-party-authentication
* For more information check out the documentation: https://docs.wavelog.org/admin-guide/configuration/thirdparty-authentication/
*/
public function login() {
// Guard: feature must be enabled

View File

@@ -117,7 +117,7 @@ $config['auth_level'][99] = 'Administrator';
| Enable SSO support via a trusted HTTP header containing a JWT access token.
| When enabled, a sso.php config file is required (see sso.sample.php).
|
| Documentation: https://docs.wavelog.org/admin-guide/configuration/third-party-authentication
| Documentation: https://docs.wavelog.org/admin-guide/configuration/thirdparty-authentication/
*/
$config['auth_header_enable'] = false;