Salesforce error when authing against Shibboleth

Cantor, Scott cantor.2 at osu.edu
Fri Aug 8 18:20:54 EDT 2014


On 8/8/14, 6:04 PM, "Ben Branch" <BBranch at uco.edu> wrote:

>So, then how do I get attributes to release then?  Understand, this is my
>first time ever setting this up. I've been pouring over the wiki to try
>and find something to help me but I have been very unsuccessful in that
>endeavor.

A basic release rule for attribute foo to an SP looks like:

<AttributeFilterPolicy id="foorule">
	<PolicyRequirementRule xsi:type="basic:AttributeRequesterString"
		value="https://service.example.edu/shibboleth-sp" />

 
	<AttributeRule attributeID="foo">
		<PermitValueRule xsi:type="basic:ANY" />
	</AttributeRule>
</AttributeFilterPolicy>



https://wiki.shibboleth.net/confluence/display/SHIB2/IdPAddAttributeFilter
https://wiki.shibboleth.net/confluence/display/SHIB2/IdPFilterRequirementAt
tributeRequesterString

-- Scott



More information about the users mailing list