IdP v3 intercept flow that restricts /some/ users

Liam Hoekenga liamr at umich.edu
Wed Jul 15 14:25:40 EDT 2015


On Wed, Jul 15, 2015 at 10:41 AM, Cantor, Scott <cantor.2 at osu.edu> wrote:

> If you wanted to get fancier and avoid the quotes in the property file,
> handle whitespace better, etc., you can embed this bean as the value:
>
> <bean parent="shibboleth.CommaDelimStringArray" c:_0="#{ '%{
> your.property.name}'.trim() }" />
>

Where?

This parses but does not work..

<bean parent="shibboleth.Conditions.RelyingPartyId">
    <constructor-arg>
        <list>
            <bean parent="shibboleth.CommaDelimStringArray" c:_0="#{
'%{idp.friend.services}'.trim() }" />
        </list>
    </constructor-arg>
</bean>


idp.properties:
idp.friend.services = https://sp1.example.edu, https://sp2.example.edu

Liam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150715/11d120a0/attachment.html>


More information about the users mailing list