From 24ce1fca70197426e6db4966fd1cb812eb714109 Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Fri, 2 Jul 2021 09:55:04 -0500 Subject: [PATCH] Update shibM.adoc --- shibM.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]