Adding a note to the Azure provider documentation to mention issues with the size of the cookie session storage
This commit is contained in:
		
							parent
							
								
									b4afbae0d3
								
							
						
					
					
						commit
						21aba50ea5
					
				| 
						 | 
					@ -80,6 +80,8 @@ Note: The user is checked against the group members list on initial authenticati
 | 
				
			||||||
   --client-secret=<value from step 6>
 | 
					   --client-secret=<value from step 6>
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Note: When using the Azure Auth provider with nginx and the cookie session store you may find the cookie is too large and doesn't get passed through correctly.. Increasing the proxy_buffer_size in nginx or implementing the redis session storage (see https://pusher.github.io/oauth2_proxy/configuration#redis-storage) should resolve this.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Facebook Auth Provider
 | 
					### Facebook Auth Provider
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1.  Create a new FB App from <https://developers.facebook.com/>
 | 
					1.  Create a new FB App from <https://developers.facebook.com/>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue