Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update shibM.adoc
khazelton committed Aug 4, 2021
1 parent 1a9974d commit 4665696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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
</Location>
----

#### 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
</modules>...
----

#### 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 <sequence> statements that follow after </modules>

[source,xml]

0 comments on commit 4665696

Please sign in to comment.