mirror of https://github.com/authelia/authelia.git
1.9 KiB
1.9 KiB
title | description | summary | date | draft | images | weight | toc | support | seo | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Organizr | Trusted Header SSO Integration for Organizr | 2022-06-15T17:51:47+10:00 | false | 420 | true |
|
|
Introduction
This is a guide on integration of Authelia and Organizr via the trusted header SSO authentication.
As with all guides in this section it's important you read the introduction first.
Tested Versions
- Authelia:
- v4.35.5
- Organizr:
- 2.1.1890
Before You Begin
This example makes the following assumptions:
- Application Root URL:
https://organizr.{{< sitevar name="domain" nojs="example.com" >}}/
- Authelia Root URL:
https://{{< sitevar name="subdomain-authelia" nojs="auth" >}}.{{< sitevar name="domain" nojs="example.com" >}}/
- Reverse Proxy IP:
172.16.0.1
Some of the values presented in this guide can automatically be replaced with documentation variables.
{{< sitevar-preferences >}}
Configuration
To configure Organizr to trust the Remote-User
and Remote-Email
header do the following:
- Visit System Settings
- Visit Main
- Visit Auth Proxy
- Fill in the following information:
- Auth Proxy:
Enabled
- Auth Proxy Whitelist:
172.16.0.1
- Auth Proxy Header Name:
Remote-User
- Auth Proxy Header Name for Email:
Remote-Email
- Override Logout:
Enabled
- Logout URL:
https://{{< sitevar name="subdomain-authelia" nojs="auth" >}}.{{< sitevar name="domain" nojs="example.com" >}}/logout
- Auth Proxy:
{{< picture src="organizr.png" alt="Organizr" width="736" style="padding-right: 10px" >}}
See Also
Organizr does not appear to have documentation around their Auth Proxy
configuration.