[cas-user] cas.js javascript error in certain browser

2017-09-18 Thread K S
I am getting Object does not support property or method trim() javascript error . Is there a workaround to this error in cas.js . the code is below . function disableEmptyInputFormSubmission() { $('#fm1 input[name="username"],[name="password"]').on("input", function (event) { var

Re: [cas-user] Migrating CAS 3.3.5 to 5.0.8 - Configurations

2017-09-18 Thread Micas Camela
Priit, thanks for the tip. Doug, I already have SAML included in the overlay (pom.xml), and I am using samValidate (100% working). 1 - The point is that there are some classes from the package com.csw.impression.cas.* developed in the past (around 2010) by our consultant (CSW). 2 - From

RE: [cas-user] Migrating CAS 3.3.5 to 5.0.8 - Configurations

2017-09-18 Thread Doug Campbell
Micas, Check out what Dave Curry wrote at: https://dacurry-tns.github.io/deploying-apereo-cas/building_server_ldap_resolution-release_overview.html It gives one method on how to do what you want. From: cas-user@apereo.org [mailto:cas-user@apereo.org] On Behalf Of Micas Camela

[cas-user] SAML2 delegated authentication deflate problem

2017-09-18 Thread Fabio Martelli
Hi All, is there a way to skip HTTP redirect deflate encoder working with SAML2 delegated authentiation? My CAS installation is based on 5.2.0-RC3. Please, let me know. BR, F. -- Fabio Martelli https://it.linkedin.com/pub/fabio-martelli/1/974/a44

Re: [cas-user] Migrating CAS 3.3.5 to 5.0.8 - Configurations

2017-09-18 Thread Priit Serk
Hi Forget 5.0.8 -> Take the latest 5.1.4 The only way I could swim through the bugs and lack of documentation was to get the source code and just started debugging and overwriting their code (overlay style) Take a look to ...Configuration classes. For example

[cas-user] Migrating CAS 3.3.5 to 5.0.8 - Configurations

2017-09-18 Thread Micas Camela
Hi there! I am trying to migrate from 3.3.5 to 5.0.8. In 3.3.5 the deployerConfig.xml file contains this type of configuration:

[cas-user] Re: Unable to build maven package for cas-services-management-overlay - "Failed to execute goal com.github.s4u.plugins:pgpverify-maven-plugin:1.1.0:check (default) on project cas-overlay: C

2017-09-18 Thread Edward
Hi, i am having same issue, the rootcause is because my office ISP block the site, u could try with different internet provider On Wednesday, 12 July 2017 05:24:17 UTC+8, crdaudt wrote: > > I am attempting to install the CAS Services Management webapp for the > first time on a new CAS 5.1.x

[cas-user] Re: Migrating CAS 4.x to 5.1 - Problem with jdbc attribute mapping

2017-09-18 Thread Andy Ng
Hi, Yeah I also agree that some part of the doc is still not written in depth. I actually need to understand some of the attributes by reading the source code of cas. - Andy On Monday, 18 September 2017 15:59:59 UTC+8, SebastianU wrote: > > Hi! > > thanks for the link! > > Got it to work with

[cas-user] Re: Migrating CAS 4.x to 5.1 - Problem with jdbc attribute mapping

2017-09-18 Thread SebastianU
Hi! thanks for the link! Got it to work with a little trying. First I got confused because the field and attributes names in this tutorial are the same... Lack of documentation on cas attributes... Sebastian Am Freitag, 15. September 2017 10:50:19 UTC+2 schrieb Andy Ng: > > Hi Sebastian, >