authelia/docs/content/en/integration/trusted-header-sso/organizr/index.md

57 lines
1.4 KiB
Markdown
Raw Normal View History

---
title: "Organizr"
description: "Trusted Header SSO Integration for Organizr"
lead: ""
date: 2022-05-16T16:34:50+10:00
draft: false
images: []
menu:
integration:
parent: "trusted-header-sso"
weight: 420
toc: true
community: 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](../introduction.md) 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.example.com`
* __Authelia Root URL:__ `https://auth.example.com`
* __Reverse Proxy IP:__ `172.16.0.1`
## Configuration
To configure [Organizr] to trust the `Remote-User` and `Remote-Email` header do the following:
1. Visit System Settings
2. Visit Main
3. Visit Auth Proxy
4. Fill in the following information:
1. Auth Proxy: `Enabled`
2. Auth Proxy Whitelist: `172.16.0.1`
3. Auth Proxy Header Name: `Remote-User`
4. Auth Proxy Header Name for Email: `Remote-Email`
5. Override Logout: `Enabled`
6. Logout URL: `https://auth.example.com/logout`
{{< figure 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.
[Organizr]: https://organizr.app/