Re: [cas-user] How to remove TARGET parameter

2014-09-05 Thread Baldur Dae
...@lafayette.edu: Baldur, If you want to use the CAS protocol (no TARGET) and not SAML (uses TARGET), then initialize your client like: // Initialize phpCAS #phpCAS::client(SAML_VERSION_1_1, $cas_host, $cas_port, $cas_uri); # This uses SAML - TARGET param phpCAS::client(CAS_VERSION_3_0

Re: [cas-user] How to remove TARGET parameter

2014-09-03 Thread Baldur Dae
in CAS, so it's naturally present until you authenticate. That's to say you can't and shouldn't remove it. M -- You are currently subscribed to cas-user@lists.jasig.org as: baldur@gmail.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG

[cas-user] How to remove TARGET parameter

2014-09-02 Thread Baldur Dae
Hi community, I've used CAS for several java web applications and the results are great so far. Now I'd like to configure one of them to use gateway feature. I've set gateway init-param to true and the protocol is SAML like the rest of my applications. However I always get the TARGET parameter

[cas-user] Client redirection with SAML 1.1 protocol

2014-08-29 Thread Baldur Dae
Hi all, I've just configured a webapp using gateway feature and SAML 1.1 protocol. It seems to work fine with a simple change in web.xml: filter filter-nameCAS Authentication Filter/filter-name filter-classorg.jasig.cas.client.authentication.Saml11AuthenticationFilter/filter-class

[cas-user] Gateway feature

2014-08-28 Thread Baldur Dae
Hi, I'm using CAS distribution based on version 3.4.1. So far client webapps have used CAS in non gateway mode. I'd like to configure gateway mode for a new webapp which serves public pages. However I can't make it run correctly. I paste my current configuration. *web.xml:* filter

Re: [cas-user] Gateway feature

2014-08-28 Thread Baldur Dae
Thank you very much for your quick response. For the time being, I only get the following log: [org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service ticket [ST-12-XX] for service [https://localhost:8043/portal/cms] for user [baldur] 2014-08-28 10:47:10,648 INFO

Re: [cas-user] Gateway feature

2014-08-28 Thread Baldur Dae
=http://schemas.xmlsoap.org/soap/envelope/ SOAP-ENV:Bodysaml1p:Response. 12:07:39,901 org.jasig.cas.client.validation.AbstractTicketValidationFilter DEBUG: Successfully authenticated user: baldur 12:07:39,901 org.jasig.cas.client.validation.AbstractTicketValidationFilter DEBUG: Redirecting after

[cas-user] User and services management

2014-05-21 Thread Baldur
Hi all, I'd like to rephrase my last question to add some more information. Currently we use CAS 3.4.1 to provide authorization based on X509 certificates and LDAP. We also use JPA Registry to maintain tickets and Inspktr to provide some monitoring info. I can find out which users have

[cas-user] Administration tool

2014-05-15 Thread Baldur Dae
Hi community, Sorry if this question is duplicated but I can't find it. I'm really happy with cas because it fulfills my current needs. However I'd like to have an webapp providing the following functions: - Force logout for a certain user - Show authenticated users: username, logon