diff --git a/shibM.adoc b/shibM.adoc index 6e26bf0..2ff542d 100644 --- a/shibM.adoc +++ b/shibM.adoc @@ -1,6 +1,6 @@ ### Minimal configuration for midPoint to authenticate users via Shibboleth -* Protect the admin GUI with shib + +#### Protect the admin GUI with shib + Edit ...container_files/httpd/conf/midpoint.conf.auth.shibboleth to match the following [source,xml] @@ -27,7 +27,7 @@ ProxyPass /midpoint ajp://localhost:9090/midpoint secret=s3cr3t timeout=2400 ret ---- -* Set the user name header to REMOTE_USER + +#### Set the user name header to REMOTE_USER + Edit .../midpoint_server/container_files/mp-home/post-initial-objects/securityPolicy/000-security-policy.xml [source,xml] @@ -42,7 +42,7 @@ Edit .../midpoint_server/container_files/mp-home/post-initial-objects/securityPo ... ---- -* Set Shibboleth as the authentication method for the midPoint admin GUI + +#### Set Shibboleth as the authentication method for the midPoint admin GUI + Edit the above file to include the below in the list of statements that follow after [source,xml]