RE: [cas-user] RE: Re:[cas-user] .NET CAS Client Attributes & ClearPass

2013-06-04 Thread Misagh Moayyed
The AuthenticationSuccess xml serialization class is here and it doesn't include any of those 3 formats. I'm assuming the first one is the most widely adopted? The current pending pull on github [1], which is a merge-candidate for the next release, is implemented based on that style. [1

[cas-user] Service specific login message

2013-06-04 Thread Ananda
Hi, I am running CAS 3.5.0. I would like to display a modified version of the login template if a certain app/url is requesting the login. The way I was thinking to do it is to learn some jsp, modify src/main/webapp/WEB-INF/view/jsp/default/ui/casLoginView.jsp so if ${loginUrl} = "login?servic

Re: [cas-user] RE: Re:[cas-user] .NET CAS Client Attributes & ClearPass

2013-06-04 Thread Scott
Just glancing over the current code, I don't think the .NET client does support CAS 2.0 attribute release right now. See: https://wiki.jasig.org/display/CASC/Client+Feature+Matrix The PHP client apparently accepts 3 different styles. https://github.com/Jasig/phpCAS/blob/master/source/CAS/Client.p

RE: [cas-user] RE: Re:[cas-user] .NET CAS Client Attributes & ClearPass

2013-06-04 Thread Gasper, John
Hi Brian, I’d look into the hack that Marvin referenced. You’ll have to modify your server install, but if memory serves correctly it’s pretty straight forward. I didn’t realized that the .net client supports the CAS20 attribute release, but Marvin would be in the know. John From: Brian [mail

[cas-user] RE: Re:[cas-user] .NET CAS Client Attributes & ClearPass

2013-06-04 Thread Brian
John,Thanks for the reply... If I'm reading some of the examples on the Java and PHP side right attribute release via cas20 is supported, if it an issue of the .NET client not supporting attribute release using cas20?I need to sort out a solution, and have seen a could of posts with people using c

Re: [cas-user] .NET CAS Client Attributes & ClearPass

2013-06-04 Thread Marvin S. Addison
I don’t think you can get a Proxy ticket and get attribute release from Saml11. The new CAS 3.0 protocol, which I think is slated for CAS Server v4.0, should allow you to do both. Just wanted to confirm this is correct in terms of supported features. There is a poorly documented hack you can ap

RE: Re:[cas-user] .NET CAS Client Attributes & ClearPass

2013-06-04 Thread Gasper, John
Hi Brian, I don't think I've seen anyone respond to you or not. I don't think you can get a Proxy ticket and get attribute release from Saml11. The new CAS 3.0 protocol, which I think is slated for CAS Server v4.0, should allow you to do both. John From: Brian Raymond [mailto:padrino...@email.

Re: [cas-user] wiki

2013-06-04 Thread Eddú Meléndez Gonzales
Thanks Misagh I will be sharing my code with everyone soon! :)​ Eddú Meléndez Gonzales eddu.melen...@gmail.com On Tue, Jun 4, 2013 at 12:26 AM, Misagh Moayyed wrote: > Hi Eddú, > > Thanks for volunteering! The CAS wiki has a place for sharing How-Tos and > tutorials. You’re welcome to c