Skip to content

Commit

Permalink
Update shibM.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored Jul 2, 2021
1 parent 81d6ec3 commit 24ce1fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shibM.adoc
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -27,7 +27,7 @@ ProxyPass /midpoint ajp://localhost:9090/midpoint secret=s3cr3t timeout=2400 ret
</Location>
----

* 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]
Expand All @@ -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 +
#### Set Shibboleth as the authentication method for the midPoint admin GUI +
Edit the above file to include the below in the list of <sequence> statements that follow after </modules>

[source,xml]
Expand Down

0 comments on commit 24ce1fc

Please sign in to comment.