<?xml version="1.0" encoding="UTF-8"?>
<!-- 
    This file is an EXAMPLE policy file.  While the policy presented in this 
    example file is illustrative of some simple cases, it relies on the names of
    non-existent example services and the example attributes demonstrated in the
    default attribute-resolver.xml file.
    
    Deployers should refer to the documentation for a complete list of components
    and their options.
-->
<AttributeFilterPolicyGroup id="ShibbolethFilterPolicy"
        xmlns="urn:mace:shibboleth:2.0:afp"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="urn:mace:shibboleth:2.0:afp http://shibboleth.net/schema/idp/shibboleth-afp.xsd">


  <AttributeFilterPolicy id="freshdesk">

        <PolicyRequirementRule xsi:type="Requester" value="https://wikitudegmbh.freshdesk.com/login/saml" />



	<!-- Attribute rule for the firstName attribute -->
    	<AttributeRule attributeID="transientId">
        	<!-- Deny value rule that denies the release of any value. -->
        	<DenyValueRule xsi:type="ANY" />
    	</AttributeRule>

        <AttributeRule attributeID="User.email">

            <PermitValueRule xsi:type="ANY" />

        </AttributeRule>


        <AttributeRule attributeID="User.FirstName">

            <PermitValueRule xsi:type="ANY" />

        </AttributeRule>


        <AttributeRule attributeID="User.LastName">

            <PermitValueRule xsi:type="ANY" />

        </AttributeRule>

	<AttributeRule attributeID="User.Username">

            <PermitValueRule xsi:type="ANY" />

        </AttributeRule>



        <AttributeRule attributeID="NameID">

            <PermitValueRule xsi:type="ANY" />

        </AttributeRule>



    </AttributeFilterPolicy>


</AttributeFilterPolicyGroup>