1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-11-09 09:50:01 +00:00

Updated Using nginx sso with haproxy and SPOE (markdown)

mjbnz 2020-06-22 17:54:03 +12:00
parent 16b0f62f73
commit f4bd6fa030

@ -71,6 +71,10 @@ def check_sso_auth(args):
spoa.register_message("check-sso-auth", check_sso_auth)
```
### nginx-sso config
Configuration of nginx-sso is beyond the scope of this short howto - there's nothing special required from it, so you should configure it as you please.
### haproxy config
The following contains the absolute basics, you should ensure that the rest of the configuration is fleshed out how you need it for your environment. It covers the configuration for SPOE, and how to deal with the redirects to nginx-sso for the login form. It also doesn't have any SSL configuration, that's left up to you.