Skip to content
Snippets Groups Projects

Slack Attribute Filter

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Scotty Logan

    Shibboleth IdP Attribute Filter Policy definition for Slack.

    slack-attribute-filter.xml 545 B
    <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>
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment