[cas-user] Attributes via CAS 2.0 protocol

2013-03-27 Thread Stephen More
According to the Client Feature Matrix ( https://wiki.jasig.org/display/CASC/Client+Feature+Matrix ) Attributes are available by using either protocol SAML1.1 or CAS 2.0 support via known server sided extension point. I see the SAML1.1 example here: https://wiki.jasig.org/display/CASC/Saml11Ticket

Re: [cas-user] Attributes via CAS 2.0 protocol

2013-03-27 Thread Robert Oschwald
See https://wiki.jasig.org/display/CASUM/Attributes#Attributes-AccessingattributesusingtheCASclientforjava how to release attributes to the client. If you use the SAML ticket validator, it works out of the box. If you want to release the attributes using the /serviceValidate url, you must add a

Re: [cas-user] Attributes via CAS 2.0 protocol

2013-03-27 Thread Dmitriy Kopylenko
There is one other option that would eliminate the need to "hack" casServiceValidationSuccess.jsp: https://github.com/Unicon/cas-addons/wiki/Configuring-JSON-Validation-Response Cheers, Dmitriy. On Mar 27, 2013, at 12:23 PM, Robert Oschwald wrote: > See > https://wiki.jasig.org/display/CASU

Re: [cas-user] Attributes via CAS 2.0 protocol

2013-04-10 Thread Stephen More
I am trying to get the unicon addon to work..the first thing I am struggling with is version compatibility. What version of the addon is compatible with what version of cas ? I am currently running 3.4.12. I added cas-addons 1.2 now I have conflicting jars in my lib dir: spring-security-core-3.0.

Re: [cas-user] Attributes via CAS 2.0 protocol

2013-04-10 Thread Dmitriy Kopylenko
Hi Stephen, as mentioned here: https://github.com/Unicon/cas-addons/blob/master/README.md the minimum supported version of CAS for cas-addons 1.0+ is 3.5.1 Dmitriy. On Apr 10, 2013, at 10:01 AM, Stephen More wrote: > I am trying to get the unicon addon to work..the first thing I am struggling

RE: [cas-user] Attributes via CAS 2.0 protocol

2013-04-10 Thread Misagh Moayyed
The minimum supported version is 3.5.1: https://github.com/Unicon/cas-addons/blob/master/README.md From: Stephen More [mailto:stephen.m...@gmail.com] Sent: Wednesday, April 10, 2013 7:01 AM To: cas-user@lists.jasig.org Subject: Re: [cas-user] Attributes via CAS 2.0 protocol I am trying

Re: [cas-user] Attributes via CAS 2.0 protocol

2013-04-10 Thread Stephen More
5.1: > > https://github.com/Unicon/cas-addons/blob/master/README.md > > ** ** > > *From:* Stephen More [mailto:stephen.m...@gmail.com] > *Sent:* Wednesday, April 10, 2013 7:01 AM > *To:* cas-user@lists.jasig.org > *Subject:* Re: [cas-user] Attributes via CAS 2.0 p

Re: [cas-user] Attributes via CAS 2.0 protocol

2013-04-10 Thread Dmitriy Kopylenko
n Wed, Apr 10, 2013 at 11:53 AM, Misagh Moayyed wrote: > The minimum supported version is 3.5.1: > > https://github.com/Unicon/cas-addons/blob/master/README.md > > > > From: Stephen More [mailto:stephen.m...@gmail.com] > Sent: Wednesday, April 10, 2013 7:01 AM > To:

Re: [cas-user] Attributes via CAS 2.0 protocol

2013-04-10 Thread Stephen More
> > > On Wed, Apr 10, 2013 at 11:53 AM, Misagh Moayyed wrote: > >> The minimum supported version is 3.5.1: >> >> https://github.com/Unicon/cas-addons/blob/master/README.md >> >> ** ** >> >> *From:* Stephen More [mailto:stephen.m...@

Re: [cas-user] Attributes via CAS 2.0 protocol

2013-04-10 Thread Dmitriy Kopylenko
dation.Cas20ProxyTicketValidator; overridden method >> is final >> >> >> -Stephen More >> >> >> >> On Wed, Apr 10, 2013 at 11:53 AM, Misagh Moayyed wrote: >> The minimum supported version is 3.5.1: >> >> https://github.co

Re: [cas-user] Attributes via CAS 2.0 protocol

2013-04-13 Thread Dmitriy Kopylenko
ons.jasig.validation.ClearPassProxyTicketValidator >>> cannot override setAcceptAnyProxy(boolean) in >>> org.jasig.cas.client.validation.Cas20ProxyTicketValidator; overridden >>> method is final >>> >>> >>> -Stephen More >

Re: [cas-user] Attributes via CAS 2.0 protocol

2013-04-17 Thread Stephen More
oxyTicketValidator >> cannot override setAcceptAnyProxy(boolean) in >> org.jasig.cas.client.validation.Cas20ProxyTicketValidator; overridden >> method is final >> >> >> -Stephen More >> >> >> >> On Wed, Apr 10, 2013 at 11:53 AM, Misagh

Re: [cas-user] Attributes via CAS 2.0 protocol

2013-04-17 Thread Dmitriy Kopylenko
ns/src/main/java/net/unicon/casclients/addons/jasig/validation/ClearPassProxyTicketValidator.java:[29,14] >>>> setAcceptAnyProxy(boolean) in >>>> net.unicon.casclients.addons.jasig.validation.ClearPassProxyTicketValidator >>>> cannot override setAcceptAnyProx