Re: [cas-user] Re: configure CAS 6.1 to operate with another application

2019-11-05 Thread Andy Ng
Hi, Taking a look at the tasks.gradle script: https://github.com/apereo/cas-overlay-template/blob/6.1/gradle/tasks.gradle#L29 you can see the working mechaism of *copyCasConfiguration*: ... task copyCasConfiguration(type: Copy, group: "build", description: "Copy the CAS configuration from

Re: [cas-user] Sample Java Web Application to test the login

2019-11-05 Thread Andy Ng
Hi Steve, What language of sample web app are you talking about, PHP? Java? Others? As you can see here: https://apereo.github.io/cas/6.1.x/integration/CAS-Clients.html#official-clients Here are many ways to connect to CAS, so it is hard to make suggestion if your target is so board :)

Re: [cas-user] Sample Java Web Application to test the login

2019-11-05 Thread Robert Oschwald
https://www.baeldung.com/spring-security-cas-sso Sent while mobile. > Am 06.11.2019 um 08:37 schrieb Steve Cheung : > >  > Hi all, > > I have setup and run a overlay cas war 6.2.0 in my local environment with > simple configuration. > > The next step I would like to setup a sample web

[cas-user] Sample Java Web Application to test the login

2019-11-05 Thread Steve Cheung
Hi all, I have setup and run a overlay cas war 6.2.0 in my local environment with simple configuration. The next step I would like to setup a sample web app to do the login via the cas server. May I know where get more sample code from the web and more instruction about it? Many thanks.

[cas-user] Radius Authentication seems not work if MFA is not enabled on CAS 6.1.x, is that intended?

2019-11-05 Thread Andy Ng
Hi all, In my quest to test out some CAS authentication, I stumble across *Radius Authentication*: https://apereo.github.io/cas/6.1.x/mfa/RADIUS-Authentication.html and want to try it out. I am using CAS 6.1.x I used freeradius docker varience (

Re: [cas-user] CAS 4.2.7 and Active Directory

2019-11-05 Thread Jacques van der Merwe
I am getting the same error but I am using UID={user} SslConfig sslConfig = new SslConfig(new AllowAnyTrustManager()); sslConfig.setHostnameVerifier(new CertVerifier()); ConnectionConfig connConfig = new ConnectionConfig("ldaps://ldapserver.com:636"); connConfig.setSslConfig(sslConfig);

Re: [cas-user] Re: configure CAS 6.1 to operate with another application

2019-11-05 Thread Ray Bon
Anthony, Good. Properties are being read from where you expect them. With the correct set of properties, is there anything in the logs that indicates where services are being read? Ray On Tue, 2019-11-05 at 09:06 -0800, ratm wrote: Thanks for help ! When i introduce an error on registry

Re: [cas-user] mod_auth_cas and attributes

2019-11-05 Thread 'Molly Kewl' via CAS Community
> > What version of mod_auth_cas are you using? > > Sorry, I didn't included it in my question: > > mod_auth_cas is 1.2, freshly cloned from > https://github.com/apereo/mod_auth_cas.git > CAS server is 5.3.12.1. > > > v1.2 supports CASv2 attributes, which should work with /serviceValidate > >

Re: [cas-user] Re: configure CAS 6.1 to operate with another application

2019-11-05 Thread ratm
Thanks for help ! When i introduce an error on registry property application doesn't start ! Le mardi 5 novembre 2019 17:50:21 UTC+1, rbon a écrit : > > Anthony, > > Verify that your properties are being read (simple approach is introduce a > spelling mistake). Turn up logging to debug at

Re: [cas-user] Re: configure CAS 6.1 to operate with another application

2019-11-05 Thread Ray Bon
Anthony, Verify that your properties are being read (simple approach is introduce a spelling mistake). Turn up logging to debug at least. Also check the tomcat settings logs. All available in catalina.out by default. Ray On Tue, 2019-11-05 at 07:47 -0800, ratm wrote: I have added

[cas-user] Re: configure CAS 6.1 to operate with another application

2019-11-05 Thread ratm
I have added cas.service-registry.json.location=file:/etc/cas/services cas.serviceRegistry.initFromJson=true to cas.properties and put the everything-1.json into the directory /etc/cas/services Problem is the same : 2019-11-05 16:34:51,426 INFO [org.apereo.cas.services.

Re: [cas-user] configure CAS 6.1 to operate with another application

2019-11-05 Thread Pol
Hello, Check your cas.properties file, it must contains: cas.serviceRegistry.initFromJson=true cas.service-registry.json.location=file:/etc/cas/services You can have a look at this: https://github.com/crpeck/cas-overlay-docker it maybe might help you. -*φol d.*- *Communications without

[cas-user] configure CAS 6.1 to operate with another application

2019-11-05 Thread ratm
Hello, I'm trying to configure jenkins to use cas 6.1 for authentification with : https://apereo.github.io/cas/6.1.x/services/Service-Management.html https://apereo.github.io/cas/6.1.x/services/JSON-Service-Management.html Under cas-overlay-template-6.1/etc/cas/services/ i have created