X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=testing%2Fshibboleth.mdwn;h=a2093bd5f0bce1138f7110a0d6f65d29b2fc4653;hb=e41052021bcfcbd96c0d47d7b4c46afe1a2dbbf6;hp=5a922f0e6ee5d3034328c623d4aad4a7e5852c83;hpb=c0c11b2aafccd2ed80643aa2383c247ecaad9592;p=devwiki.git diff --git a/testing/shibboleth.mdwn b/testing/shibboleth.mdwn index 5a922f0..a2093bd 100644 --- a/testing/shibboleth.mdwn +++ b/testing/shibboleth.mdwn @@ -1,10 +1,16 @@ +Most effort focused on the existing SAML attribute support rather than the GSS extractor. + +Copy the dictionary.ukerna file from mech_eap to /usr/share/freeradius, and edit /usr/share/freeradius/dictionary to include that dictionary file. + Testing sample assertion added to /etc/freeradius/sites-available/default update reply { SAML-AAA-Assertion = '' SAML-AAA-Assertion += 'urn:mace:incommon:osu.edu' SAML-AAA-Assertion += '' - SAML-AAA-Assertion += 'cantor.2@osu.edu' + SAML-AAA-Assertion += 'cantor.2@osu.edu' SAML-AAA-Assertion += '' SAML-AAA-Assertion += '' } + +Confirmed SAML attributes are available from GSS naming extensions as of 482459a9