Skip to Content.
Sympa Menu

shibboleth-dev - RE: origin config problem?

Subject: Shibboleth Developers

List archive

RE: origin config problem?


Chronological Thread 
  • From: "RL 'Bob' Morgan" <>
  • To: Ryan Muldoon <>
  • Cc: Scott Cantor <>, "'Shib Design Team'" <>
  • Subject: RE: origin config problem?
  • Date: Wed, 18 Jun 2003 13:30:21 -0700 (PDT)


> How can I make the arp-site.xml file?

Below is my origin's arp.site.xml file, which, with the default attr
resolver, supplies
member@foo
and
eppn@foo
for all users.

- RL "Bob"

---

<?xml version="1.0" encoding="UTF-8"?>
<AttributeReleasePolicy
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns="urn:mace:shibboleth:arp:1.0"
xsi:schemaLocation="urn:mace:shibboleth:arp:1.0 shibboleth-arp-1.0.xsd" >
<Description>Simplest possible ARP.</Description>
<Rule>
<Target>
<AnyTarget/>
</Target>
<Attribute
name="urn:mace:dir:attribute-def:eduPersonScopedAffiliation">
<AnyValue release="permit"/>
</Attribute>
<Attribute
name="urn:mace:dir:attribute-def:eduPersonPrincipalName">
<AnyValue release="permit"/>
</Attribute>
</Rule>
</AttributeReleasePolicy>


------------------------------------------------------mace-shib-design-+
For list utilities, archives, subscribe, unsubscribe, etc. please visit the
ListProc web interface at

http://archives.internet2.edu/

------------------------------------------------------mace-shib-design--




Archive powered by MHonArc 2.6.16.

Top of Page