Skip to main content
Version: QB15

SSO via Trusted Http Header

How it works​

QuickBuild supports single sign-on by trusting specified http header from specified ip address like below:

In this case, you should configure a front end such as Apache httpd to actually authenticate users and then forward the request to QuickBuild via mechanisms such as reverse proxy. The front-end should be configured appropriately to contain user logon name in specified http header, and QuickBuild will use that to identify authenticated user.

Examples​

Check here for an example setup.

Impacts on user agent, RESTful API access, and tray monitor​

SSO only takes effect when visit the web UI. User agent, RESTful API access and tray monitor have to authenticate to QuickBuild with normal user name and password.