[cas-user] Session count is huge or negative (-9223372036854776000)

2019-07-24 Thread Christian Poirier
ot;, "sessionCount":-9223372036854775808, "ticketCount":-9223372036854775808, "message":"OK" }, "diskSpace":{ "status":"UP", "total":40237273088, "free":20383211520, "threshold":104

[cas-user] Re: Login successful but service ticket not validated even if the service is the same

2019-06-07 Thread Christian Poirier
to read carefully the documentation, and the purpose of this setting is documented. But sometimes, it is not easy to understand the subtlety of a text where there is no example. Le mercredi 5 juin 2019 15:58:46 UTC-4, Christian Poirier a écrit : > > Hi > > I have 4 stage environment

[cas-user] Login successful but service ticket not validated even if the service is the same

2019-06-05 Thread Christian Poirier
Hi I have 4 stage environments. DEV, TEST, PREPROD and PROD The authentification works on first 2 but not on the last 2. The error code I recieved is INVALID_SERVICE as show in the following xml response Ticket ST-2-NebQkEA0E-s5uqwpvia2zg1RbtUtlqauth-l-prod1 does not match

[cas-user] Re: CAS 6.0.3 - The request was rejected because the URL was not normalized.

2019-05-02 Thread Christian Poirier
: - search = th:(href|src|data-ref)="(@[^"]+)" - replace = th:with="url=$2" th:$1="url.replaceFirst\(';jsessionid=.+',''\)" Le mercredi 1 mai 2019 12:12:26 UTC-4, Christian Poirier a écrit : > > I have the same problem but in

[cas-user] LDAP Connexion to real servers instead of the ldapurl

2019-05-01 Thread Christian Poirier
Hi I configured a load balancing ldap service behind a Kemp LoadMaster but the ldap authentication try to use all the real servers configured for my Active Directory. Let me explain precisely. Our real Active Directory Servers IP are: 192.168.1.1 192.168.1.2 192.168.1.3 192.168.1.4 My

[cas-user] Re: CAS 6.0.3 - The request was rejected because the URL was not normalized.

2019-05-01 Thread Christian Poirier
I have the same problem but in the 5.3 version. It is related of Tomcat or Spring rendering URL where it adds ;JSESSIONID=... after the URL for webjars, js, css files. I try to find the solution also. Some people say that we should implement a WebSecurityConfigurerAdapter @Configuration

[cas-user] CAS 5.3.x CAS Services Management and attribute uir like urn:oid:...

2019-03-22 Thread Christian Poirier
Hi everybody I have an error using CAS Services Management 5.3.x when I try to save a SAML2 service containing "attributeFriendlyNames": { "@class": "java.util.HashMap", "urn:oid:1.3.6.1.4.1.5923.1.1.1.10": "eduPersonTargetedID", "urn:oid:1.3.6.1.4.1.5923.1.1.1.6":

[cas-user] Re: EhCache does not start correctly

2019-02-18 Thread Christian Poirier
Did you solve your problem because I have the same problem? Le mercredi 12 juillet 2017 15:44:25 UTC-4, Song, Doe-Hyun a écrit : > > Hello Caser, > > > > EhCache does not start correctly at Cas 5.1.0. The followings are my > configurations and logs. > > > > Cas.properties > >

Re: [cas-user] Force service to authenticate every time from server side?

2018-11-02 Thread Christian Poirier
. If you're renew for the follwoing tab, you will lose the authentication of the first tab. Christian Poirier Université TÉLUQ Québec, QC CANADA Le ven. 2 nov. 2018, à 10 h 41, David Curry a écrit : > > Can I force a service to authenticate every time from the CAS server side, > e.g., b

Re: [cas-user] Re: SPNEGO Client Selection Strategy

2018-05-23 Thread Christian Poirier
ges I made to the code. There was no way to choose to go directly to SPNEGO or evaluate the client before starts SPNEGO. Christian Poirier Mobile: 418-473-2824 2018-05-23 1:58 GMT-04:00 Charles Le Gallic <char...@amoae.com>: > Ok thanks. Let me know if you can confirm that current nati

Re: [cas-user] Re: SPNEGO Client Selection Strategy

2018-05-22 Thread Christian Poirier
Hi Charles Yes I did, but with my own development and my properties. I will check if I can implement with Client Access Strategy by implementing my own SPNEGO Service Access Strategy Christian Poirier Mobile: 418-473-2824 2018-05-22 1:58 GMT-04:00 Charles Le Gallic <char...@amoae.com>:

Re: [cas-user] Re: SPNEGO Client Selection Strategy

2018-05-18 Thread Christian Poirier
Hi Charles I am using the 5.3.0-RC3. I illustrated the webflow to see the logic. The webflow logic is built in the code. I will check if the implementation based on a RegisteredServiceAccessStrategy is possible. Christian Poirier Mobile: 418-473-2824 2018-05-18 1:28 GMT-04:00 Charles Le Gallic

[cas-user] Re: SPNEGO Client Selection Strategy

2018-05-17 Thread Christian Poirier
Hi Nicolas, In our organization, we need to let the user choose between the default login and SPNEGO upon a list of criteria and sometimes we need to go directly to the SPNEGO authentication upon other criteria. For this feature, I extended the SPNEGO module. I show a button with the label

[cas-user] Re: Surrogate module execution problem: @Autowired Set<Class>

2018-05-15 Thread Christian Poirier
public void init() { this.handledAuthenticationExceptions = new HashSet<Class>(); this.handledAuthenticationExceptions.add(SurrogateAuthenticationException.class); } Le vendredi 11 mai 2018 09:05:00 UTC-4, Christian Poirier a écrit : > > Hi > > Look at the error I re

[cas-user] Surrogate module execution problem: @Autowired Set<Class>

2018-05-11 Thread Christian Poirier
Hi Look at the error I receive when I start CAS after I add the Surrogate module: 2018-05-10 14:58:34,029 ERROR [org.springframework.boot.SpringApplication] - org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name

[cas-user] Extending Ldap Authentication with new properties

2018-05-10 Thread Christian Poirier
- Change the @Configuration("ldapAuthenticationConfiguration") by @Configuration("ldapdevAuthenticationConfiguration") - Add the ldapdev section in the configuration model or use the current ldap section? Thanks in advance Christian Poirier -- - Web

Re: [cas-user] LDAP gradle-overlay setup not working

2018-05-09 Thread Christian Poirier
registered and will accept a Username/Password authentication. I hope this will help you. Christian Poirier Mobile: 418-473-2824 2018-05-08 13:54 GMT-04:00 Spider Main <spidermai...@gmail.com>: > Hello, > > I generated a war file from cas-gradle-overlow and deployed on to Tomcat9. &g

RE: [cas-user] Deploying CAS5.2.X to Tomcat servers

2018-04-28 Thread Christian Poirier
d=true spring.cloud.config.watch.initialDelay=3 spring.cloud.config.watch.delay=1000 spring.cloud.config.fail-fast=true health.config.enabled=true Christian Poirier Provenance : Courrier pour Windows 10 De : Jay Envoyé le :28 avril 2018 01:09 À : CAS Community Objet :[cas-user] Deploying CA

[cas-user] Re: CAS 5.0.2 and customized theme

2018-04-27 Thread Christian Poirier
Thanks to Jonathan for giving us a hint that it works. Indeed, I added the name of the theme in prefix to the path in the clause "th:replace" and in the clause "href". The loginView.html file for my theme was used, but the inclusion of the loginform.html file was the default theme. Le

[cas-user] Re: CAS 5.0.2 and customized theme

2018-04-27 Thread Christian Poirier
I am using the 5.3 RC3 and I have the same problem. The theme css and javascript are loaded and I have an error when I change the path of inclusion (th:replace href) by prefixing with the , ex.: /fragments/loginform.html, I still not see my changes made from fragments/loginform.html. Le mardi