Hi again :)

I'm trying to get attributes working with openID.

I followed documentation about attributes, added a LDAP repository with some 
attributes mappings, define a service with allowedAttributes and I have the 
phpCAS SAML1.1 example working. I had some troubles with the serviceID regex 
and the evaluationOrder value, but it seems ok now.

Now, openID.

I got a example made with lightopenid et the cas-openid-demo client provided by 
Jérôme. I provide my openID id, as 
https://my.cas.server/cas/openid/vincent.hurtevent, and both sample application 
are working in authentication.

Now I'm willing to retrieve attributes. It's unclear if it's supported in CAS 
server.

When I log in my openID app, the CAS server is building the attribute map with 
the attributes I set in my service configuration, but my app doesn't receive 
any information, only authentication information.

As a log in cas-openid-demo, I got this message :

 org.openid4java.message.ParameterList - Created empty parameter list

wherease, I have the email attribute well define, in the attributeRepository, 
attributeMapping, allowed attribute and the cas-openid-demo is building an 
array withe the 'email' requested attribute.


I tried to add the property attributeRepository in the 
OpenIdCredentialsToPrincipalResolver bean, without better success.

Does anybody have a working openid setup with attributes ?

-- 
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

Reply via email to