You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Otherwise Shibboleth SP AttrChecker will apply this rule in /etc/shibboleth/attribute-policy.xml
Shared rule for all "scoped" attributes, but you'll have to manually apply it inside
an AttributeRule for each attribute you want to check.
<afp:PermitValueRule id="ScopingRules" xsi:type="AND">
<Rule xsi:type="NOT">
<Rule xsi:type="AttributeValueRegex" regex="@"/>
</Rule>
<Rule xsi:type="saml:AttributeScopeMatchesShibMDScope"/>
</afp:PermitValueRule>
Comment it as a workaround or disable AttrChecker (not recommended)
The text was updated successfully, but these errors were encountered:
http://shibboleth.net/pipermail/users/2013-July/010958.html
Otherwise Shibboleth SP AttrChecker will apply this rule in
/etc/shibboleth/attribute-policy.xml
Comment it as a workaround or disable AttrChecker (not recommended)
The text was updated successfully, but these errors were encountered: