Slack Attribute Filter
The snippet can be accessed without any authentication.
Authored by
Scotty Logan
Shibboleth IdP Attribute Filter Policy definition for Slack.
<AttributeFilterPolicy id="Slack">
<PolicyRequirementRule xsi:type="Requester" value="https://slack.com" />
<AttributeRule attributeID="User.Email">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="User.Username">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="first_name">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="last_name">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
</AttributeFilterPolicy>
Please register or sign in to comment