From 46656960fc7de0c831e257ac6162a448d9dbf091 Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Wed, 4 Aug 2021 13:29:36 -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 e27c442..5db79da 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 + +#### 1) 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 + +#### 2) 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 + +#### 3) Set Shibboleth as the authentication method for the midPoint admin GUI + Edit the above file to include the following snippet in the list of statements that follow after [source,xml]