The Shibboleth IdP V3 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only. See the IDP4 wiki space for current documentation on the supported version.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

The predicate named shibboleth.Conditions.FALSE always returns false, regardless of input. 

The predicate named shibboleth.Conditions.TRUE always returns true, regardless of input. 

They require no parameterization and hence can be used by name.

Example

Meaningless Examples
<resolver:AttributeDefinition xsi:type="Simple" xmlns="urn:mace:shibboleth:2.0:resolver:ad" id="never resolved"
        sourceAttributeID="attr1source" activationConditionRef="shibboleth.Conditions.FALSE"/>

<resolver:AttributeDefinition xsi:type="Simple" xmlns="urn:mace:shibboleth:2.0:resolver:ad" id="always resolved"
        sourceAttributeID="attr1source" activationConditionRef="shibboleth.Conditions.TRUE"/>



  • No labels