Re: [Geoserver-users] Using CAS an option with Geoserver?

2012-09-03 Thread christian . mueller
Hi Garey, answers inside Zitat von Garey Mills gmi...@library.berkeley.edu: Christian - One of my clients will be using proxy tickets. It is using the Java CAS filters for webapps from JASIG, and we plan to simply append the proxy ticket that we get when authorizing to the Geoserver

Re: [Geoserver-users] Using CAS an option with Geoserver?

2012-08-30 Thread Garey Mills
Christian - One of my clients will be using proxy tickets. It is using the Java CAS filters for webapps from JASIG, and we plan to simply append the proxy ticket that we get when authorizing to the Geoserver URLs, so I would guess that it will reuse the proxy tickets. What would be the

Re: [Geoserver-users] Using CAS an option with Geoserver?

2012-08-29 Thread christian . mueller
Hi Garey This should work out of the box since the code uses the CAS 2.0 URI proxyValidate According to the spec, this URI does the same as serviceValidate and validates proxy tickets additionally. I think there is no need to change your configuration. Please try and inform me about the

Re: [Geoserver-users] Using CAS an option with Geoserver?

2012-08-29 Thread Garey Mills
Christian - I am trying to fill in the fields to configure CAS in Geoserver. When I save the configuration and move CAS up to the top in the filter list, I am not seeing any authentication behavior when I, for example, preview layers. Here are the values I am entering for

Re: [Geoserver-users] Using CAS an option with Geoserver?

2012-08-28 Thread Garey Mills
Christian - I have another question. I am setting up a Geoserver to use CAS proxy tickets. But I also want to access the same layers in a protected manner from OpenLayers. As far as I can see, that would require regular CAS tickets. Can I use CAS proxy tickets and regular CAS tickets to

Re: [Geoserver-users] Using CAS an option with Geoserver?

2012-06-26 Thread christian . mueller
Hi Garey I think we should stay on the user mailing list, this could be of interest for other users too. Regular CAS tickets are making sense if you want to authenticate to the GeoServer GUI. The core code is already finished but you cannot configure this scenario on the GUI. At the moment

Re: [Geoserver-users] Using CAS an option with Geoserver?

2012-06-22 Thread christian . mueller
Hi Garey There will be a Geoserver version 2.2.0-RC1 soon. I do not know about your CAS architecture, but if you can manage to send CAS proxy tickets to Geoserver OGC services, this will work. If you want to login into the Geoserver GUI using CAS, work is still in progress. The

Re: [Geoserver-users] Using CAS an option with Geoserver?

2011-08-18 Thread Andrea Aime
On Wed, Aug 17, 2011 at 11:24 PM, Garey Mills gmi...@library.berkeley.edu wrote:     I am setting up a GeoServer in the context of a university campus. I would like to hide the reading of some layers behind a CAS Single Sign On authentication. There is a Java CAS client that consists of a set

Re: [Geoserver-users] Using CAS an option with Geoserver?

2011-08-18 Thread christian . mueller
I am currently working on the security subsystem and additional authentication possibilities are on my TODO list. (including CAS). This will not help at the moment but perhaps this information is interesting. Cheers Christian Zitat von Andrea Aime andrea.a...@geo-solutions.it: On Wed,

Re: [Geoserver-users] Using CAS an option with Geoserver?

2011-08-18 Thread Stephen V. Mather
: christian.muel...@nvoe.at [mailto:christian.muel...@nvoe.at] Sent: Thursday, August 18, 2011 11:25 AM To: Andrea Aime Cc: geoserver-users@lists.sourceforge.net; gmi...@library.berkeley.edu Subject: Re: [Geoserver-users] Using CAS an option with Geoserver? I am currently working on the security

Re: [Geoserver-users] Using CAS an option with Geoserver?

2011-08-18 Thread Garey Mills
; gmi...@library.berkeley.edu Subject: Re: [Geoserver-users] Using CAS an option with Geoserver? I am currently working on the security subsystem and additional authentication possibilities are on my TODO list. (including CAS). This will not help at the moment but perhaps this information

Re: [Geoserver-users] Using CAS an option with Geoserver?

2011-08-18 Thread Stephen V. Mather
: [Geoserver-users] Using CAS an option with Geoserver? Perhaps this is of interest http://docs.geoserver.org/latest/en/user/services/virtual-services.html Maybe you can protect and authenticate based on URL Patterns. I never examined it, only an idea. About the time frame. Since I am a volunteer

Re: [Geoserver-users] Using CAS an option with Geoserver?

2011-08-18 Thread christian . mueller
: geoserver-users@lists.sourceforge.net; gmi...@library.berkeley.edu Subject: Re: [Geoserver-users] Using CAS an option with Geoserver? I am currently working on the security subsystem and additional authentication possibilities are on my TODO list. (including CAS). This will not help