RE: [cas-user] CAS and autoauthentication (with AD)

2010-06-01 Thread Bracco Stefano
Pasi, We had the same request. To accomplish this kind of things you can use CAS and SPNEGO. SPNEGO will accomplish the possibility to retrieve your identity after the login in your Windows PC (thru AD), CAS will implement the SSO on all the Web Sites you need to have access. I have implemented

RE: [cas-user] CAS and autoauthentication (with AD)

2010-06-01 Thread Bracco Stefano
I started a project like this in Filand :) I think the matter itself can be very complex if you are not familiar with part of them, but believe me, I moved from test to production last week in 2 hours reconfiguring everything from scratch. If you need help, we are here, this community is very

[cas-user] mail attribute

2010-06-01 Thread McKennon, Robert
I think I'm getting closer... I have 3 entries in the Services Management: Services Management http://localhost:8080/cas/services/* SharePoint http*://192.168.169.72:11123/* Test http*://192.168.167.74* If I put this url (

[cas-user] Please help. Unable to configure for cluster. jBoss CAS docs incompatible with jBoss 5. Being asked to abandon CAS after using for a year.

2010-06-01 Thread Bruno Melloni
We enjoyed CAS for over a year but we had a nightmare trying to configure it to operate on our new jBoss 5 cluster. We've been trying full time for 2 weeks and now I'm faced with having to drop CAS and go back to vanilla Spring Security. I hope there is someone here that can help before it

Re: [cas-user] Please help. Unable to configure for cluster. jBoss CAS docs incompatible with jBoss 5. Being asked to abandon CAS after using for a year.

2010-06-01 Thread Marvin Addison
Failed: ticket 'ST-2-3VLTJeYvjeAfx5NutNPO-cas' not recognized.  No errors show in the logs. This means the ticket cannot be found in the ticket registry. No error is logged, but an INFO message like the following is logged: 2010-06-01 12:00:00 org.jasig.cas.CentralAuthenticationServiceImpl

Re: [cas-user] Please help. Unable to configure for cluster. jBoss CAS docs incompatible with jBoss 5. Being asked to abandon CAS after using for a year.

2010-06-01 Thread Marvin Addison
By the way, I do not see a log entry saying that the ServiceTicket does not exist.  Instead I see: 2010-06-01 11:22:39,557 INFO  [org.jasig.cas.CentralAuthenticationServiceImpl] (ajp-0.0.0.0-8009-1) Granted service ticket [ST-1-WRTb79rYMnwdPIyistzg-ceadavap29] for service

[cas-user] samlValidate

2010-06-01 Thread McKennon, Robert
Is a samlValidate only good for a one-time check? I was using SOAP-UI to check for returned attributes and noticed that if I re-post the same samlValidate message, it comes back ticket # not recognized. Rob. Unix Admin (fish out of water) -- You are currently subscribed to

Re: [cas-user] samlValidate

2010-06-01 Thread Scott Battaglia
Yes, it operates the same way other validations do. Cheers, Scott On Tue, Jun 1, 2010 at 2:53 PM, McKennon, Robert robert.mcken...@idea.comwrote: Is a samlValidate only good for a one-time check? I was using SOAP-UI to check for returned attributes and noticed that if I re-post the same

Re: [cas-user] mail attribute

2010-06-01 Thread Scott Battaglia
Did you choose the attribute in the multi-select field for the service? On Tue, Jun 1, 2010 at 10:37 AM, McKennon, Robert robert.mcken...@idea.comwrote: I think I’m getting closer… I have 3 entries in the “Services Management”: Services Management http://localhost:8080/cas/services/*

[cas-user] timeouts?

2010-06-01 Thread Jeremy Bennett
Has anyone seem timeouts in CAS before? 2010-06-01 11:34:56,034 WARN [org.jasig.cas.util.HttpClient] - Socket Timeout Detected while attempting to send message to [https://portal.nbic.com/login/default.aspx]. Is there a place to change the timeout values? Thanks, Jeremy Jeremy R. Bennett

Re: [cas-user] timeouts?

2010-06-01 Thread Marvin Addison
Has anyone seem timeouts in CAS before? Yes. 2010-06-01 11:34:56,034 WARN [org.jasig.cas.util.HttpClient] - Socket Timeout Detected while attempting to send message to  [https://portal.nbic.com/login/default.aspx]. We see messages like this often where the SAML LogoutRequest message can't

[cas-user] Banner INB Client

2010-06-01 Thread David Wolowicz
Hi all, I'm looking for a school that has implemented a Banner INB CAS client. Has anyone done this? Can you share your code or tell us how it was done? Thanks in advance. Dave Wolowicz Manager of Web Services University of Victoria Systems wolow...@uvic.camailto:wolow...@uvic.ca | (250)

RE: [cas-user] Please help. Unable to configure for cluster. jBoss CAS docs incompatible with jBoss 5. Being asked to abandon CAS after using for a year.

2010-06-01 Thread Bruno Melloni
I was looking at both logs already. I configured log4j myself and it is of course identical on both the active and standby boxes. With very few exceptions (class specific), all CAS INFO messages are displayed. In particular org.jasig.cas.CentralAuthenticationServiceImpl is set to info, as

Re: [cas-user] Banner INB Client

2010-06-01 Thread Eric Pierce
What version of Banner? CAS is supported natively in Banner 8 for SSB, INB Luminis(We're currently in the middle of Banner 8 migration testing) -Eric On Tue, Jun 1, 2010 at 3:14 PM, David Wolowicz wolow...@uvic.ca wrote: Hi all, I’m looking for a school that has implemented a Banner

RE: [cas-user] Banner INB Client

2010-06-01 Thread David Wolowicz
We are moving to Banner 8. We are investigating the BEIS solution, but for SSB I like the JASIG Wiki’s SSB solution better. It supports deep linking from what I can see, and it is pretty simple to install. I’m hoping for something equally simple for INB. We can always adapt a Banner 7 solution

RE:[cas-user] Banner INB Client

2010-06-01 Thread Bob Finch
We've implemented CAS SSO in Banner 7 INB. Our implementation has three pieces: Configuring CAS to return the user's password in the serviceValidate response. In the Oracle Forms ear, add a CAS authentication filter and servlet to return the user's password. In the Oracle Forms applet,

Re: [cas-user] more cas errors in log

2010-06-01 Thread Marvin Addison
I wonder if there is a way to see the returned HTTP resource code? Put org.jasig.cas.util.HttpClient in TRACE in the log4j.properties/log4j.xml file (requires server restart). That dumps the request and I believe response. M -- You are currently subscribed to cas-user@lists.jasig.org as: