Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Channels update in midPoint configuration in demo/shibboleth
Slavek Licehammer committed Nov 19, 2020
1 parent 0a3990f commit 3929d1a
Showing 1 changed file with 4 additions and 4 deletions.
@@ -70,7 +70,7 @@
Default GUI authentication sequence.
</description>
<channel>
<channelId>http://midpoint.evolveum.com/xml/ns/public/model/channels-3#user</channelId>
<channelId>http://midpoint.evolveum.com/xml/ns/public/common/channels-3#user</channelId>
<default>true</default>
<urlSuffix>gui-default</urlSuffix>
</channel>
@@ -86,7 +86,7 @@
Special GUI authentication sequence that is using just the internal user password.
</description>
<channel>
<channelId>http://midpoint.evolveum.com/xml/ns/public/model/channels-3#user</channelId>
<channelId>http://midpoint.evolveum.com/xml/ns/public/common/channels-3#user</channelId>
<default>false</default>
<urlSuffix>emergency</urlSuffix>
</channel>
@@ -104,7 +104,7 @@
Authentication sequence for REST service.
</description>
<channel>
<channelId>http://midpoint.evolveum.com/xml/ns/public/model/channels-3#rest</channelId>
<channelId>http://midpoint.evolveum.com/xml/ns/public/common/channels-3#rest</channelId>
<default>true</default>
<urlSuffix>rest-default</urlSuffix>
</channel>
@@ -120,7 +120,7 @@
Authentication sequence for actuator.
</description>
<channel>
<channelId>http://midpoint.evolveum.com/xml/ns/public/model/channels-3#actuator</channelId>
<channelId>http://midpoint.evolveum.com/xml/ns/public/common/channels-3#actuator</channelId>
<default>true</default>
<urlSuffix>actuator-default</urlSuffix>
</channel>

0 comments on commit 3929d1a

Please sign in to comment.