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 f940261 commit 32e13ae
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions shibM.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,22 @@ Edit the above file to include the below in the list of <sequence> statements th
[source,xml]
----
<sequence>
<name>admin-gui-default</name>
<description>
Special GUI authentication sequence using Shibboleth SP
</description>
<channel>
<channelId>http://midpoint.evolveum.com/xml/ns/public/common/channels-3#user</channelId>
<default>true</default>
<urlSuffix>shib</urlSuffix>
</channel>
<module>
<name>httpHeader</name>
<order>30</order>
<necessity>sufficient</necessity>
</module>
</sequence>
<sequence>
<name>admin-gui-default</name>
<description>
Default GUI authentication sequence.
</description>
<channel>
<channelId>http://midpoint.evolveum.com/xml/ns/public/common/channels-3#user</channelId>
<default>true</default>
<urlSuffix>gui-default</urlSuffix>
</channel>
<module>
<name>internalLoginForm</name>
<order>30</order>
<necessity>sufficient</necessity>
</module>
</sequence>
----


Expand Down

0 comments on commit 32e13ae

Please sign in to comment.