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)
parent
16b0f62f73
commit
f4bd6fa030
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue