|
|
|
@ -13,9 +13,11 @@ Make sure to renew the cert in ten years. |
|
|
|
|
Add the following snippet to /etc/apache2/sites-real/csc (and make sure mod_proxy_fcgi is enabled): |
|
|
|
|
``` |
|
|
|
|
<Location /keycloak/saml/ > |
|
|
|
|
SetHandler "proxy:unix:/run/saml-passthrough/server.sock|fcgi://localhost" |
|
|
|
|
</Location> |
|
|
|
|
<Location /keycloak/saml/sso > |
|
|
|
|
AuthType Mellon |
|
|
|
|
MellonEnable auth |
|
|
|
|
Require valid-user |
|
|
|
|
SetHandler "proxy:unix:/run/saml-passthrough/server.sock|fcgi://localhost" |
|
|
|
|
</Location> |
|
|
|
|
``` |
|
|
|
|