[cas-user] Blank screen after a failed SPNEGO negociation

2016-12-23 Thread Jean-Damien
Hi all, I'm migrating my CAS server from 3.5 to 5.0.1 I used to do a lot of webflow customisation with my old 3.5 Jasig CAS, but, during the migration, I'm trying to get rid of this. So, what I want to achieve is this : 1. try the SPNEGO negociation 2. if success, redirect to the service 3. if f

Re: [cas-user] Cas 5 : How can I modify default flow

2016-12-23 Thread dkopylenko
Just FYI, the 'org.apereo.cas.*' package scanning for configuration classes won't be a requirement any more starting from 5.1 as the mechanism has been refactored to use Boot's META-INF/spring.factories discovery facility. Happy Holidays, D. On Dec 23, 2016, 06:55 -0500, Yauheni Sidarenka , wr

Re: [cas-user] Cas 5 : How can I modify default flow

2016-12-23 Thread Yauheni Sidarenka
You are welcome! And one more thing. While writing your SomethingConfiguration class with @Configuration annotation please note that your class should be in package org.apereo.cas or its subpackages (according to this: https://groups.google.com/a/apereo.org/forum/#!topic/cas-user/WKzqlZrmvS8 )

Re: [cas-user] Cas 5 : How can I modify default flow

2016-12-23 Thread Gokhan Mansuroglu
Though expected to see more information, I am very surprised to see Turkey's Tombili in this blog :) Thank you. 23 Aralık 2016 Cuma 12:33:09 UTC+3 tarihinde Yauheni Sidarenka yazdı: > > Hello, > > Please read this https://apereo.github.io/2016/10/07/webflow-extcfg/ if > you have not read yet. I

[cas-user] Re: upgrading cas from 4.2.x to 5.0.x and getting Logging config file location '-Djava.util.logging.config.file' not found error

2016-12-23 Thread Yauheni Sidarenka
Sorry, It seems to me this is a correct path only in Gradle overlay: > >- your_overlay_project_dir/cas/src/main/resources/bootstrap.properties > > For Maven overlay I think it should be (according to this https://apereo.github.io/cas/5.0.x/installation/Maven-Overlay-Installation.html#custom

[cas-user] Re: upgrading cas from 4.2.x to 5.0.x and getting Logging config file location '-Djava.util.logging.config.file' not found error

2016-12-23 Thread Mathijs Giesbers
This is exact the configuration I'm using, but still got the error Op vrijdag 23 december 2016 11:31:34 UTC+1 schreef Yauheni Sidarenka: > > So you have your CAS 5.0.0 overlay project. You should have > bootstrap.properties in your overlay. I have Gradle overlay and my > bootstrap.properties is

[cas-user] Re: upgrading cas from 4.2.x to 5.0.x and getting Logging config file location '-Djava.util.logging.config.file' not found error

2016-12-23 Thread Yauheni Sidarenka
So you have your CAS 5.0.0 overlay project. You should have bootstrap.properties in your overlay. I have Gradle overlay and my bootstrap.properties is here (see https://github.com/apereo/cas-gradle-overlay-template for file structure): cas-gradle-overlay-template/cas/src/main/resources/bootstrap

[cas-user] Re: upgrading cas from 4.2.x to 5.0.x and getting Logging config file location '-Djava.util.logging.config.file' not found error

2016-12-23 Thread Mathijs Giesbers
I'm on a Linux server (and locally on MacOS). On the Linux env. I've specified the properties like below, I tried multiple configurations in all possible combinations of values below: spring.cloud.config.server. native.searchLocations=file:///var/tcserver/current/ spring.cloud.config.serve

[cas-user] Re: upgrading cas from 4.2.x to 5.0.x and getting Logging config file location '-Djava.util.logging.config.file' not found error

2016-12-23 Thread Yauheni Sidarenka
Hello. When I deploy the instance on a TC server instance on our production > servers above mentioned issue emerges So, you are using Windows OS on production server, aren't you? Because it looks like the issue appears only using Tomcat on Windows OS. Then how and where do you specify your lo

Re: [cas-user] Cas 5 : How can I modify default flow

2016-12-23 Thread Yauheni Sidarenka
Hello, Please read this https://apereo.github.io/2016/10/07/webflow-extcfg/ if you have not read yet. I believe it may help you. As far as I can see, I can only add new transtions and modifying an > existing one is not possible. I am using CAS 5.0.0 and I have this in my web flow configurer: