dorianim / mrbs-docker

Docker image for the meeting-room-booking-system including my modern-mrbs-theme
https://hub.docker.com/r/dorianim/mrbs
GNU Affero General Public License v3.0
19 stars 6 forks source link

Set the application baseURL to allow the use of SSL-terminating reverse proxies with SAML SSO #6

Closed loelkes closed 9 months ago

loelkes commented 9 months ago

From the SimpleSAMLphp config

The 'baseURL' configuration option allows you to specify a protocol, host and optionally a port that serves as the canonical base for all your application's URLs. This is useful when the environment observed in the server differs from the one observed by end users, for example, when using a load balancer to offload TLS.

In my case it was impossible to use MRBS with a loadbalancer to offload TLS and there was possibility to enable this easily.

dorianim commented 9 months ago

Thanks, I wonder why I commented that part out.