Migrate to Docusaurus (#329)
* docs: initial migration to docusaurus * website: add custom font, update blurbs and icons * website: update splash * root: update links to docs * flows: use .pbflow extension so docusaurus doesn't mangle the files * e2e: workaround prospector * Squashed commit of the following: commit1248585dcaAuthor: Jens Langhammer <jens.langhammer@beryju.org> Date: Sun Nov 15 20:46:53 2020 +0100 e2e: attempt to fix prospector error again commit1319c480c4Author: Jens Langhammer <jens.langhammer@beryju.org> Date: Sun Nov 15 20:41:35 2020 +0100 ci: install previous python version for upgrade testing * web: update accent colours and format * website: format markdown files * website: fix colours for text * website: switch to temporary accent colour to improve readability * flows: fix path for TestTransferDocs * flows: fix formatting of tests
This commit is contained in:
		
							
								
								
									
										27
									
								
								website/docs/providers/proxy.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								website/docs/providers/proxy.md
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,27 @@
 | 
			
		||||
---
 | 
			
		||||
title: Proxy Provider
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
:::info
 | 
			
		||||
This provider is to be used in conjunction with [Outposts](../outposts/outposts.md)
 | 
			
		||||
:::
 | 
			
		||||
 | 
			
		||||
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-Forwarded-User               | The user's unique identifier (**not the username**) |
 | 
			
		||||
| X-Forwarded-Email              | The user's email address                            |
 | 
			
		||||
| X-Forwarded-Preferred-Username | The user's username                                 |
 | 
			
		||||
| X-Auth-Username                | The user's username                                 |
 | 
			
		||||
 | 
			
		||||
Additionally, you can add more custom headers using `additionalHeaders` in the User or Group Properties, for example
 | 
			
		||||
 | 
			
		||||
```yaml
 | 
			
		||||
additionalHeaders:
 | 
			
		||||
    X-additional-header: bar
 | 
			
		||||
```
 | 
			
		||||
		Reference in New Issue
	
	Block a user