RE: [cas-user] shib-cas-authn2 plugin error

2015-03-27 Thread Niva Agmon
Hi John, Thanks a lot for your reply. The error must have been because I build the shib-cas-authn2-2.05.jar (based on article https://github.com/Unicon/shib-cas-authenticator). Once I downloaded the jar from the URL you posted the error went away. Of course we're making baby steps here - now I

Re: [cas-user] Understanding CAS and SAML

2015-03-27 Thread Marvin Addison
> > https://wiki.jasig.org/display/CAS/Shawn+CAS+and+SAML First, that document is very old. May still be relevant, but just as likely not. I was under the impression that when using SAML you initiate a SSO with a > so called authnRequest. https://wiki.jasig.org/display/CASUM/SAML+1.1 provides

[cas-user] Understanding CAS and SAML

2015-03-27 Thread Robert
I'm trying to understand how to use SAML with CAS. I'm reading the "Shawn CAS and SAML" from the below link and got stuck at the section about . https://wiki.jasig.org/display/CAS/Shawn+CAS+and+SAML I was under the impression that when using SAML you initiate a SSO with a so called authnReques

Re: [cas-user] SPNEGO and NTLM

2015-03-27 Thread Jeremie NATAF
Thanks for response, java version "1.7.0_75" Java(TM) SE Runtime Environment (build 1.7.0_75-b13) Java HotSpot(TM) 64-Bit Server VM (build 24.75-b04, mixed mode) and cas jasig -3.5.4 On Fri, Mar 27, 2015 at 4:43 PM, John Gasper wrote: > I’ve not seen this error before, but what version and ed

Re: [cas-user] SPNEGO and NTLM

2015-03-27 Thread John Gasper
Plus the instructions indicate the use of: Krb5LoginModule -- John Gasper IAM Consultant Unicon, Inc. PGP/GPG Key: 0xbafee3ef From: John Gasper Reply-To: Date: Friday, March 27, 2015 at 8:43 AM To: Subject: Re: [cas-user] SPNEGO and NTLM I¹ve not seen this error before, but what versio

Re: [cas-user] SPNEGO and NTLM

2015-03-27 Thread John Gasper
I¹ve not seen this error before, but what version and edition of Java are you using? -- John Gasper IAM Consultant Unicon, Inc. PGP/GPG Key: 0xbafee3ef From: Jeremie NATAF Reply-To: Date: Friday, March 27, 2015 at 8:25 AM To: Subject: [cas-user] SPNEGO and NTLM javax.security.auth.lo

[cas-user] SPNEGO and NTLM

2015-03-27 Thread Jeremie NATAF
Hi, I try to use SPNEGO form ntlm connection on windows 7 I read and execute the tutorial https://wiki.jasig.org/display/CASUM/SPNEGO. When i try to use it i ve got in tomcat loga error stack jcifs.spnego.AuthenticationException: Error performing Kerberos authentication: java.lang.reflect.Invocati

Re: [cas-user] shib-cas-authn2 plugin error

2015-03-27 Thread John Gasper
Hi Niva, The jars in shibboleth-idp/lib are only uses when running the scripts in shibboleth-idp/bin. The webapp has its own set of libraries. They are built from the installer directory (shibboleth-identity-privder-2.4.X/lib) when you run install.sh/.bat. Are to two logging jars in that directory

Re: [cas-user] restrict to service

2015-03-27 Thread Milt Epstein
It should be possible to do it with 3.5 -- I've done it with both 3.4.12 (which I'm pretty sure is very similar to 3.5) and 4.0.x; it was easier with 4.0.x, at least the way I did it, but with 3.4.12 it also wasn't bad. With 3.4.12, I used a JSON services registry file, and an add-on written in Gr

[cas-user] Login fails with non ASCII chars in usernames CAS 4.0.1

2015-03-27 Thread Raphaël Tournoy
Hi, Sign in with a username containing non ASCII chars always fails with CAS 4.0.1 whereas it was working well with our previous CAS install (3.5.0). For instance if I submit a form with a login like : ééé it does not work, and in the cas.log I see a failed attempt : SearchModeSearchDatabas

Re: [cas-user] SSL problem (I need tutorial!!) Cas Server on remote machine , Java Cas Client other machine

2015-03-27 Thread Dmitriy Kopylenko
Try this -> https://wiki.jasig.org/pages/viewpage.action?pageId=1194 D. Sent from my iPhone > On Mar 27, 2015, at 05:26, Gianluca Diodato > wrote: > > Hi Dmitriy, > I have created a certificate mycert.crt PEM format with xca GUI. > Which are the instruction now to import this .crt in java key

Re: [cas-user] SSL problem (I need tutorial!!) Cas Server on remote machine , Java Cas Client other machine

2015-03-27 Thread Gianluca Diodato
Hi Dmitriy, I have created a certificate mycert.crt PEM format with xca GUI. Which are the instruction now to import this .crt in java keystore? I googled but I'm very confused... Can you help me? Best Gianluca Il giorno giovedì 26 marzo 2015 19:09:10 UTC+1, Dmitriy Kopylenko ha scritto: > > Y

Re: [cas-user] restrict to service

2015-03-27 Thread Frank Van Damme
2015-03-26 16:36 GMT+01:00 Christopher Myers : > Are you basically saying that right now your CAS server is "open" and > you're wanting to lock it down to a specific list? If so, I just went > through the process on our CAS 4.0.1 server a few weeks ago, so it's still > pretty fresh in my mind (and