This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/docs/providers/proxy.md

17 lines
710 B
Markdown
Raw Normal View History

2020-09-09 17:21:36 +00:00
# Proxy Provider
2020-09-09 17:34:19 +00:00
!!! info
This provider is to be used in conjunction with [Outposts](../outposts/outposts.md)
2020-09-09 17:21:36 +00:00
This provider protects applications, which have no built-in support for OAuth2 or SAML. This is done by running a lightweight Reverse Proxy in front of the application, which authenticates the requests.
passbook Proxy is based on [oauth2_proxy](https://github.com/oauth2-proxy/oauth2-proxy), but has been integrated more tightly with passbook.
The Proxy these extra headers to the application:
Header Name | Value
-------------|-------
X-Auth-Request-User | The user's unique identifier
X-Auth-Request-Email | The user's email address
X-Auth-Request-Preferred-Username | The user's username