Re: [cas-user] phpCAS support for CAS Server issue

2012-03-06 Thread Joachim Fritschi
Hi Khurram, Matthew has already spotted the error in your debug log. You seem to have some SSL error during the callback to the cas server to validate the ticket. This is usually cause by not setting the CA certificate which signed the CAS server SSL certificate: phpCAS::setCasServerCACert($

RE: [cas-user] CAS client login error

2012-03-06 Thread Darouichi, Aziz
Thanks Andrew. I looked at BEIS documentation after Marvin pointed out to me and scratched my head..!!!. I will check with our Banner team on the upgrade plans. Aziz -Original Message- From: Andrew Morgan [mailto:mor...@orst.edu] Sent: Tuesday, March 06, 2012 4:19 PM To: cas-user@lis

Re: [cas-user] Base64DecodingException and xmlsec-1.4.3

2012-03-06 Thread Bill Scully
Ooops, should've know better, I guess. Think I'll try the Sun! :) Thanks a lot! On Mar 6, 2012, at 3:21 PM, "Marvin S. Addison" wrote: >> I'm not sure what a full stack trace is, but if you need more than this, >> please let me know. > > The following is what I'd asked for, thanks. > >> 2012-

Re: [cas-user] CAS client login error

2012-03-06 Thread Andrew Morgan
On Tue, 6 Mar 2012, Marvin S. Addison wrote: You don't need any customizations to CAS with BEIS 8.1.5+. You can configure the SSOManager component of BEIS to call CAS's normal /samlValidate URL instead of the custom /bannerValidate URL. *facepalm* _Now_ you tell me. I don't know who will be

Re: [cas-user] CAS client login error

2012-03-06 Thread Marvin S. Addison
You don't need any customizations to CAS with BEIS 8.1.5+. You can configure the SSOManager component of BEIS to call CAS's normal /samlValidate URL instead of the custom /bannerValidate URL. *facepalm* _Now_ you tell me. I don't know who will be sadder when I share that insight, me or the Ba

Re: [cas-user] Base64DecodingException and xmlsec-1.4.3

2012-03-06 Thread Marvin S. Addison
I'm not sure what a full stack trace is, but if you need more than this, please let me know. The following is what I'd asked for, thanks. 2012-03-06 14:07:50,235 ERROR [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/cas].[cas]] - java.lang.ClassNotFoundException: com.sun.o

RE: [cas-user] CAS client login error

2012-03-06 Thread Andrew Morgan
Tell your developers to use BEIS 8.1.5.1!!! You don't need any customizations to CAS with BEIS 8.1.5+. You can configure the SSOManager component of BEIS to call CAS's normal /samlValidate URL instead of the custom /bannerValidate URL. Andy On Tue, 6 Mar 2012, Darouichi, Aziz wrote:

Re: [cas-user] Base64DecodingException and xmlsec-1.4.3

2012-03-06 Thread Mike Zupper
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities

RE: [cas-user] CAS client login error

2012-03-06 Thread Darouichi, Aziz
Thanks Marvin. I know the problem had nothing to do with CAS server. And definitely I will relay your message to the developers. -Original Message- From: Marvin S. Addison [mailto:marvin.addi...@gmail.com] Sent: Tuesday, March 06, 2012 2:30 PM To: cas-user@lists.jasig.org Subject: Re:

Re: [cas-user] Base64DecodingException and xmlsec-1.4.3

2012-03-06 Thread Marvin S. Addison
2012-03-06 10:37:40,526 ERROR [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/cas].[cas]] - java.lang.ClassNotFoundException: com.sun.org.apache.xml.internal.security.exceptions.Base64DecodingException Can you share the full stack trace? Also, this only happens with a the Googl

[cas-user] Call for proposals for 2012 Jasig-Sakai Conference

2012-03-06 Thread Marvin S. Addison
2012 Call for Proposals Now Open -- Deadline March 18 https://www.concentra-cms.com/cfp/p/2012-jasig-sakai Share your successes at the inaugural Jasig-Sakai conference! Something special is happening in Atlanta, June 10-15. Jasig and Sakai, two of the pioneers of open source software in higher

Re: [cas-user] CAS client login error

2012-03-06 Thread Marvin S. Addison
All the developers had to do is go to some of their programs take out link to vendor's CAS and replaced it with Local CAS. On what basis do you make this comment? From our experience integrating Banner with CAS, and moreover from Sungard's own BEIS documentation, there are CAS customizations an

[cas-user] CAS client login error

2012-03-06 Thread Darouichi, Aziz
Hi, After I setup a local CAS with LDAP- authentication . I hand it over to our Oracle developers to test SCT banner Web application. - We already use a SSO hosted with the vendor and all the applications use Vendor's CAS. All the developers had to do is go to some of their programs take ou

RE: [cas-user] Storing tickets in DB

2012-03-06 Thread Rex Posadas
Thanks Matt. Following the instructions in the link allowed me to store the STs and the TGTs, but not PGTIOUs. How would I store the PGTIOU? I can verify that my proxy application is receiving the PGTIOU, but CAS is not storing it in the DB. From: Matthew Selwood [mailto:selw...@u

Re: [cas-user] Storing tickets in DB

2012-03-06 Thread Matthew Selwood
Good documentation: https://wiki.jasig.org/display/CASUM/JpaTicketRegistry Matt -- Matthew Selwood selw...@uvic.ca 250-472-5565 On 03/06/2012 09:01 AM, Rex Posadas wrote: > > To All, > > Where does CAS store all the tickets it creates? > > The database I have setup for CAS has a “SERVICETICKET

Re: [cas-user] phpCAS support for CAS Server issue

2012-03-06 Thread Matthew Selwood
Hi Khurram, I think this is the interesting part of your log: F3DE .|||could not open URL 'https://localhost:8443/cas-server-webapp-3.4.11/proxyValidate?service=http%3A%2F%2Flocalhost%2FtestApp%2Findex.php&ticket=ST-29-1fcy5UPRwNcc7sve4c1L-cas

[cas-user] Storing tickets in DB

2012-03-06 Thread Rex Posadas
To All, Where does CAS store all the tickets it creates? The database I have setup for CAS has a "SERVICETICKET" and "TICKETGRANTINGTICKET" table but nothing gets inserted in these tables. How do I configure CAS to store it's tickets in the DB? Thanks. -- You are currently

Re: [cas-user] phpCAS support for CAS Server issue

2012-03-06 Thread Khurram Shahzad
Thanks for all your help, I am looking more into this according to instructions from 'Joachim' and 'Fredrik', meanwhile may be you can have a look on my logs to find if something seriously wrong there. So following are my logs. E375 .START phpCAS-1.2.2 ** [CAS.php:478] > E375 .=> C