Re: [cas-user] Cas Server 4.0 | Understanding Attribute Release

2014-10-16 Thread Daniel . CHARLOT
allowed. From: Carlos Olivera [mailto:carlosroliv...@gmail.com] Sent: Tuesday, October 14, 2014 7:45 AM To: cas-user@lists.jasig.org Cc: cas-user@lists.jasig.org; cas-user@lists.jasig.org; daniel.char...@unice.fr Subject: Re: [cas-user] Cas Server 4.0 | Understanding Attribute Release

RE: [cas-user] Cas Server 4.0 | Understanding Attribute Release

2014-10-16 Thread Misagh Moayyed
to the project when you get around to it). From: daniel.char...@unice.fr [mailto:daniel.char...@unice.fr] Sent: Thursday, October 16, 2014 1:39 AM To: cas-user@lists.jasig.org Subject: Re: [cas-user] Cas Server 4.0 | Understanding Attribute Release But now how to resolve the problem ? I have

Re: [cas-user] Cas Server 4.0 | Understanding Attribute Release

2014-10-16 Thread Daniel . CHARLOT
Subject: Re: [cas-user] Cas Server 4.0 | Understanding Attribute Release Ok, now I have more information about this issue, I know where the problem is located but I don't know why it happens. I will enumerate all relevant steps from getting the attributes to saml creation of attributes

RE: [cas-user] Cas Server 4.0 | Understanding Attribute Release

2014-10-15 Thread Misagh Moayyed
-user] Cas Server 4.0 | Understanding Attribute Release Ok, now I have more information about this issue, I know where the problem is located but I don't know why it happens. I will enumerate all relevant steps from getting the attributes to saml creation of attributes (At least how I think

RE: [cas-user] Cas Server 4.0 | Understanding Attribute Release

2014-10-13 Thread Misagh Moayyed
[mailto:carlosroliv...@gmail.com] Sent: Thursday, October 9, 2014 12:31 PM To: cas-user@lists.jasig.org Subject: [cas-user] Cas Server 4.0 | Understanding Attribute Release Hi everyone, I'm currently working with Cas server 4.0 and applying customizations, but there's still something I can't quite

Re: [cas-user] Cas Server 4.0 | Understanding Attribute Release

2014-10-13 Thread Carlos Olivera
I tried to debug the code in order to figure out when the principal was saved with all the attributes. I got the following Assertion (ImmutableAssertion) object created (ServiceValidateController): - primaryAuthentication (ImmutableAuthentication): The Principal has an empty list of

Re: [cas-user] Cas Server 4.0 | Understanding Attribute Release

2014-10-13 Thread Carlos Olivera
Sorry, the client code to retrieve the attributes is: AttributePrincipal principal = (AttributePrincipal)request.getUserPrincipal(); Map attributes = principal.getAttributes(); 2014-10-13 9:50 GMT-02:00 Carlos Olivera carlosroliv...@gmail.com: I tried to debug the code in order to figure out

RE: [cas-user] Cas Server 4.0 | Understanding Attribute Release

2014-10-13 Thread Misagh Moayyed
13, 2014 5:00 AM To: cas-user@lists.jasig.org Cc: daniel.char...@unice.fr Subject: Re: [cas-user] Cas Server 4.0 | Understanding Attribute Release Sorry, the client code to retrieve the attributes is: AttributePrincipal principal = (AttributePrincipal)request.getUserPrincipal(); Map

Re: [cas-user] Cas Server 4.0 | Understanding Attribute Release

2014-10-13 Thread Daniel . CHARLOT
attributes? From: Carlos Olivera [mailto:carlosroliv...@gmail.com] Sent: Monday, October 13, 2014 5:00 AM To: cas-user@lists.jasig.org Cc: daniel.char...@unice.fr Subject: Re: [cas-user] Cas Server 4.0 | Understanding Attribute Release Sorry, the client code to retrieve the attributes

Re: [cas-user] Cas Server 4.0 | Understanding Attribute Release

2014-10-10 Thread Daniel . CHARLOT
It’s the same, ignoreAttributes true or false doesn’t works for me. - Daniel CHARLOT D.S.I. Université de Nice Sophia-Antipolis Administrateur Systèmes et Réseaux 28, avenue de Valrose - BP 2135 - 06103 NICE Tél : 04-92-07-67-07

Re: [cas-user] Cas Server 4.0 | Understanding Attribute Release

2014-10-10 Thread Carlos Olivera
Just like Daniel's case.IgnoreAttributes doesn't work for me either. I don't know if it makes a difference, but in my case I have my own model and a class implementing the RegisteredService interface. The services are loaded without any problem but no matter what I set as availables attributes

[cas-user] Cas Server 4.0 | Understanding Attribute Release

2014-10-09 Thread Carlos Olivera
Hi everyone, I'm currently working with Cas server 4.0 and applying customizations, but there's still something I can't quite figure out yet. In the section of attribute release says: First: Attributes are controlled by the Person Directory project and returned to scoped services via the SAML

Re: [cas-user] Cas Server 4.0 | Understanding Attribute Release

2014-10-09 Thread John Gasper
Hi Carlos, This is similar to Daniel's issue. Are you setting the ignoreAttributes to true or false in the registry entry? --- *John Gasper* IAM Consultant Unicon, Inc. PGP/GPG Key: 0xbafee3ef On 10/9/14 12:31 PM, Carlos Olivera wrote: Hi everyone, I'm currently working with Cas server 4.0 and