Shibboleth IDP4 Notes: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==About== Just some notes about Shibboleth IDP4 based on discussions with Texas DPS.") |
No edit summary |
||
| Line 1: | Line 1: | ||
==About== | ==About== | ||
Just some notes about Shibboleth IDP4 based on discussions with Texas DPS. | Just some notes about Shibboleth IDP4 based on discussions with Texas DPS. | ||
== Sample attribute-filter == | |||
<AttributeFilterPolicy id="releaseAll"> | |||
<PolicyRequirementRule xsi:type="ANY" /> | |||
<AttributeRule attributeID="OrgId"> | |||
<PermitValueRule xsi:type="ANY" /> | |||
</AttributeRule> | |||
<AttributeRule attributeID="empname"> | |||
<PermitValueRule xsi:type="ANY" /> | |||
</AttributeRule> | |||
<AttributeRule attributeID="LocalId"> | |||
<PermitValueRule xsi:type="ANY" /> | |||
</AttributeRule> | |||
<AttributeRule attributeID="lastname"> | |||
<PermitValueRule xsi:type="ANY" /> | |||
</AttributeRule> | |||
<AttributeRule attributeID="firstname"> | |||
<PermitValueRule xsi:type="ANY" /> | |||
</AttributeRule> | |||
<AttributeRule attributeID="mail"> | |||
<PermitValueRule xsi:type="ANY" /> | |||
</AttributeRule> | |||
<AttributeRule attributeID="gfipmmail"> | |||
<PermitValueRule xsi:type="ANY" /> | |||
</AttributeRule> | |||
<AttributeRule attributeID="fedid"> | |||
<PermitValueRule xsi:type="ANY" /> | |||
</AttributeRule> | |||
</AttributeFilterPolicy> | |||
Revision as of 20:48, 5 May 2021
About
Just some notes about Shibboleth IDP4 based on discussions with Texas DPS.
Sample attribute-filter
<AttributeFilterPolicy id="releaseAll">
<PolicyRequirementRule xsi:type="ANY" />
<AttributeRule attributeID="OrgId">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="empname">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="LocalId">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="lastname">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="firstname">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="mail">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="gfipmmail">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="fedid">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
</AttributeFilterPolicy>