Reverse Proxy Authentication ============================ This authentication method is often used for [SSO](http://en.wikipedia.org/wiki/Single_sign-on) (Single Sign-On) especially for large organizations. The authentication is done by another system, Kanboard doesn't know your password and suppose you are already authenticated. Requirements ------------ - A well configured reverse proxy or - Apache auth on the same server How does this work? ------------------- 1. Your reverse proxy authenticates the user and send the username through a HTTP header. 2. Kanboard retreive the username from the request - The user is created automatically if necessary - Open a new Kanboard session without any prompt assuming it's valid Installation instructions ------------------------- ### Setting up your reverse proxy This is not in the scope of this documentation. You should check the user login is sent by the reverse proxy using a HTTP header, and find which one. ### Setting up Kanboard Create a custom `config.php` file or copy the `config.default.php` file: ```php