Hello,
I've been trying to find a solution for passing attributes (like email
address) as username to our Student Information System (JICS), using SAML
and the Google Argument Extractor. Here is its configuration in the
argumentExtractorConfiguration.xml file:
<bean name="googleAccountsArgumentExtractor"
class="org.jasig.cas.web.support.GoogleAccountsArgumentExtractor"
p:privateKey-ref="privateKeyFactoryBean"
p:publicKey-ref="publicKeyFactoryBean"
p:alternateUsername="Email"
p:httpClient-ref="httpClient" />
I seem to be able to create a ticket and pass attributes, but I cannot seem
to get it use the email address for authenticating. The alternateUsername
does not seem to be working. I've also configured the SP settings in JICS
using this information:
https://wiki.jasig.org/display/CAS/CASifying+Jenzabar+JICS+Portal. Does
anybody have any suggestions? Has anyone ever accomplished this?
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user