[cas-user] Re: CAS 5.1.4 Server with JDBC and SAML - Deployment error on Wildfly 10

2017-12-07 Thread Abylay
On Tuesday, September 26, 2017 at 2:26:02 AM UTC+6, SebastianU wrote: > > Hi, > > I'm migrating to Wildfly 10 and CAS 5.x and I'm getting errors deploying > default overlay template... > > My pom.xml includes: > > > > org.apereo.cas > cas-server-support-jdbc > ${cas.version} > > >

[cas-user] Custom Webflow

2018-05-03 Thread Abylay
I found how one can extend existing Login and Logout webflows here . But is it possible to add new web flow to CAS 5.2.X ? If so how can it be done? -- - Website: https://apereo.github.io/cas - Gitter

[cas-user] Spnego ERROR on CAS 5.2.0

2018-01-09 Thread Abylay
Hello! I'm trying to configure Spnego on CAS 5.2.0 I added required dependency to pom file: org.apereo.cas cas-server-support-spnego-webflow ${cas.version} I have an SPN account and working keytab file. I've configured krb5.conf and login.conf as it says in here

[cas-user] Re: Extends LdapAuthenticationHandler in cas 5.2

2018-01-12 Thread Abylay
> > Did you try to add the dependency with NotFound class? > 1. Find the class in your IDE. 2. Add the dependency in which this class is located. For AbstractUsernamePasswordAuthenticationHandler it would be org.apereo.cas cas-server-core-authentication ${cas.version} compile

[cas-user] Re: CAS 5.2. Custom login page. Add more required item login

2017-12-26 Thread Abylay
You can redefine file login-webflow.xml and bind new property to credential. Just like properties "username", "password" are done already. Then new property will be available from "credential" to use whenever you choose to. On Monday, December 25, 2017 at 1:04:51 PM UTC+6, J0ny Trinh wrote: > >

[cas-user] Re: CAS 5.2. Custom login page. Add more required item login

2017-12-26 Thread Abylay
Though first you need to add new field in "loginform.html". On Tuesday, December 26, 2017 at 6:04:58 PM UTC+6, Abylay wrote: > > You can redefine file login-webflow.xml and bind new property > to credential. Just like properties "username", "password"

[cas-user] Re: After a month, no tickets created in 4.2.2?

2019-02-14 Thread Abylay
Hi. I'm getting the same exception on CAS 5.2.0. Does anyone know the solution? On Wednesday, July 20, 2016 at 4:09:59 AM UTC+6, Jeffrey Wong wrote: > > After about a month of working perfectly on 4.2.2 deployed to tomcat7, > running under java8, randomly the in-memory ticketing system would not

Re: [cas-user] Re: CAS + Oauth2.0 + Redirect

2019-01-30 Thread Abylay
SessionAction, I thought > it was made prior to 5.2.5 but maybe not. > > > https://github.com/apereo/cas/blob/master/support/cas-server-support-actions/src/main/java/org/apereo/cas/web/flow/logout/TerminateSessionAction.java > > > > On Jan 28, 2019, at 9:45 PM, Abyl

[cas-user] Incorrect RequiredHandlers

2019-02-04 Thread Abylay
Hello, we are using CAS 5.2.0 We need to filter some Auth handlers by service definitions. As it says here https://apereo.github.io/cas/5.2.x/installation/Configuring-Service-Required-AuthN.html we are using requiredHandlers property. But when RegisteredServiceAuthenticationHandlerResolver

[cas-user] Re: jboss-eap-7.1.0 stops logging serverstartup logs once it starts deploying cas.war of version 5.3.8

2019-10-10 Thread Abylay
We've got the same issue. Did someone find a solution? On Thursday, May 9, 2019 at 6:32:01 PM UTC+6, P Shreyas Holla wrote: > > I have deployed CAS 5.3.8 WAR file in JBOSS EAP 7.1.0. But on > serverstartup once the JBOSS starts deployment of CAS WAR it stops logging > the startup information,