1
General Discussion / Re: Captive Portal on the WAN interface
« on: August 08, 2017, 08:18:48 am »
Update:
I've been using nginx as a reverse proxy with LDAP since posting. Seems pretty basic and undeveloped, e.g. using example code.
I am investigating setting up a shibboleth instance to add SAML support to web authentication and SSO (Single Sign On) for services i am hosting:
https://github.com/nginx-shib/nginx-http-shibboleth
https://shibboleth.net/about/
Two things to note: backend services are unencrypted until i get letsencrpt set up for each service instead of just on the nginx frontend, and backend services will be unauthenticated since authentication will happen at the webauth proxy. All services are on a private VLAN so users typically would not be able to access directly on the LAN.
Anyone else doing anything similiar?
I've been using nginx as a reverse proxy with LDAP since posting. Seems pretty basic and undeveloped, e.g. using example code.
I am investigating setting up a shibboleth instance to add SAML support to web authentication and SSO (Single Sign On) for services i am hosting:
https://github.com/nginx-shib/nginx-http-shibboleth
https://shibboleth.net/about/
Two things to note: backend services are unencrypted until i get letsencrpt set up for each service instead of just on the nginx frontend, and backend services will be unauthenticated since authentication will happen at the webauth proxy. All services are on a private VLAN so users typically would not be able to access directly on the LAN.
Anyone else doing anything similiar?