(no commit message)
authorhttps://me.yahoo.com/a/9s1IqWsahpHPqgBknM7zgI4SqW.p#29ad7 <Interested_Bystander@web>
Fri, 25 Mar 2011 09:55:12 +0000 (05:55 -0400)
committerwww-data <www-data@project-moonshot.org>
Fri, 25 Mar 2011 09:55:12 +0000 (05:55 -0400)
testing/shibboleth.mdwn [new file with mode: 0644]

diff --git a/testing/shibboleth.mdwn b/testing/shibboleth.mdwn
new file mode 100644 (file)
index 0000000..5a922f0
--- /dev/null
@@ -0,0 +1,10 @@
+Testing sample assertion added to /etc/freeradius/sites-available/default
+
+       update reply {
+               SAML-AAA-Assertion = '<saml:Assertion xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" IssueInstant="2011-03-19T08:30:00Z" ID="foo" Version="2.0">'
+               SAML-AAA-Assertion += '<saml:Issuer>urn:mace:incommon:osu.edu</saml:Issuer>'
+               SAML-AAA-Assertion += '<saml:AttributeStatement>'
+               SAML-AAA-Assertion += '<saml:Attribute Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.6"><saml:AttributeValue>cantor.2@osu.edu</saml:AttributeValue></saml:Attribute>'
+               SAML-AAA-Assertion += '</saml:AttributeStatement>'
+               SAML-AAA-Assertion += '</saml:Assertion>'
+       }