[cas-user] warning no match for this type name: org.jasig.cas.ticket.registry.AbstractDistributedTicketRegistry$TicketGrantingTicketDelegator [Xlint:invalidAbsoluteTypeName]

2016-07-27 Thread Gokhan Mansuroglu
Hi, I'm trying to install Cas 4.2.3 with jpa ticket registry. I configured as written in the installation document but I got into trouble with AbstractDistributedTicketRegistry and DefaultBeanFactoryPointcutAdvisor. The ticketRegistry.xml and error log is below. What could be the problem ? Tha

[cas-user] Help For Jpa Ticket Registry - 4.2.5

2016-09-06 Thread Gokhan Mansuroglu
Hi, I need to use jpa ticket registry in my Cas 4.2.5 installation. Unfortunately there is so little documentation on configuration and I need some answers. 1. I need to use a predefined datasource and transaction manager for the ticket registry. How is that possible ? 2. In previous

[cas-user] Custom Authentication Handler in version 5.0.0

2016-09-08 Thread Gokhan Mansuroglu
Hi, Let's say I have a custom AbcAuthencticationHandler and AbcCredentials. How can i configure this custom auhtentication handler ? In previous versions this can be handled in deployerConfigContext.xml, but how it is done in version 5.0.0 ? Thanks. -- You received this message because you

Re: [cas-user] Custom Authentication Handler in version 5.0.0

2016-09-09 Thread Gokhan Mansuroglu
ntication/src/main/java/org/apereo/cas/digest/config/DigestAuthenticationConfiguration.java#L128 > > -- > Misagh > > From: Gokhan Mansuroglu > Reply: Gokhan Mansuroglu > Date: September 8, 2016 at 1:17:32 PM > To: CAS Community > Subject: [cas-user] Custom Aut

Re: [cas-user] Custom Authentication Handler in version 5.0.0

2016-09-20 Thread Gokhan Mansuroglu
I have a problem with this configuration. I have a MyUsernamePasswordCredential that extends UsernamePasswordCredential, but unfortunately I can't bind this model in the flow. How is that possible ? Thank you. 9 Eylül 2016 Cuma 15:18:03 UTC+3 tarihinde Gokhan Mansuroglu yazdı: > >

Re: [cas-user] Custom Authentication Handler in version 5.0.0

2016-11-15 Thread Gokhan Mansuroglu
e/v5.0.0/support/cas-server-support-yubikey > > > 在 2016年9月20日星期二 UTC+8下午10:08:53,Gokhan Mansuroglu写道: >> >> I have a problem with this configuration. I have a >> MyUsernamePasswordCredential that extends UsernamePasswordCredential, but >> unfortunately I can'

[cas-user] Cas 5.x Target Application Selection

2016-12-07 Thread Gokhan Mansuroglu
Hi, I have the following scenario : 1. In the login page, user enters her username. 2. The list of granted applications are filled from a service in the login page. 3. User select the application (s)he wants to login. 4. Enters her password and redirected to that application. Does Cas cover suc

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

2016-12-21 Thread Gokhan Mansuroglu
Hello, In the following default flow I need to change the viewGenericLoginSuccess transition. As far as I can see, I can only add new transtions and modifying an existing one is not possible. Is there any solution ? Thank you. 2016-12-22 09:36:03,065 DEBUG [DecisionState] - 2016-12-22 09:36:0

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

2016-12-22 Thread Gokhan Mansuroglu
phase and modify the webflow.xml to point to your classes. > @see > https://apereo.github.io/cas/4.1.x/installation/Webflow-Customization.html > and > https://apereo.github.io/cas/5.0.x/installation/Webflow-Customization.html > > Ray > > On 2016-12-21 23:41, Gokhan Mansuroglu

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

2016-12-23 Thread Gokhan Mansuroglu
ring())) > { > it.remove(); > } > } > final Transition t = createTransition("AccountLockedException", > "initializeLoginForm"); > ts.add(t); > > > So I removed old default transition and added my custom one. > > Regards, > Yauheni >

[cas-user] Cas 5 : How to configure Jpa Ticket Registry with jndi datasource ?

2016-12-26 Thread Gokhan Mansuroglu
Hello, I am trying to configure jpa ticket registry. Firstly I added the following dependency : org.apereo.cas cas-server-support-jpa-ticket-registry ${cas.version} Then I checked the documentation at https://apereo.github.io/cas/5.0.x/in

[cas-user] What is your suggestion for ticket registry ?

2016-12-29 Thread Gokhan Mansuroglu
Hi, I would like to learn your opinions about ticket registry. I used to use jdbc ticket registry and I am trying to upgrade to Cas 5. In the documentation it is stated that "*Using a RDBMS as the back-end persistence choice for Ticket Registry state management is a fairly unnecessary and comp

[cas-user] Service Ticket Validation

2017-01-05 Thread Gokhan Mansuroglu
Hi, I have an additional requirement for Cas protocol. I will simplify the protocol just to explain my case; 1. Client tries to access *https://app.example.com* 2. Browser redirected to *https://cas.example.com/cas/login?service=https://app.example.com* 3. User authenticates with username and p

Re: [cas-user] Service Ticket Validation

2017-01-05 Thread Gokhan Mansuroglu
lifetime is short (10 seconds by default, I > think). Once a ST has been submitted to CAS for validation (step 4 below) > or ticket lifetime has passed, CAS will mark the ST as expired and it can > no longer be used. > > Ray > > On 2017-01-05 04:14, Gokhan Mansuroglu wrote: &g

Re: [cas-user] Service Ticket Validation

2017-01-09 Thread Gokhan Mansuroglu
: > > As defined by the CAS protocol, Service Tickets can only be validated > once. They cannot be reused. > > Andy > > On Thu, 5 Jan 2017, Gokhan Mansuroglu wrote: > > > I am asking how to prevent someone reusing a ST from a different client > IP. >

Re: [cas-user] Service Ticket Validation

2017-01-11 Thread Gokhan Mansuroglu
gt; changed on your production CAS server. > > Andy > > On Mon, 9 Jan 2017, Gokhan Mansuroglu wrote: > > > Hi Morgan, > > > > Setting *cas.ticket.st.numberOfUses* property a value bigger than 1 > makes > > it possible to reuse the service ticket.

[cas-user] Cas 5.x on WildFly

2017-02-23 Thread Gokhan Mansuroglu
Hi everybody, I want to run Cas 5.0.0 on WildFly server but it doesn't start. There are many spring boot related errors as below. Is there anybody working with wildfly or any idea about this ? Thank you. 16:15:10,183 ERROR [org.springframework.boot.SpringApplication] (ServerService Thread Poo

[cas-user] Re: Cas 5.x on WildFly

2017-02-23 Thread Gokhan Mansuroglu
io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187) at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198) ... 8 more 23 Şubat 2017 Perşembe 17:17:04 UTC+3 tarihinde Gokhan Mansuroglu yazdı: > > Hi everybody, > > I

[cas-user] Cas 5 on WebLogic 12c - Could not open ServletContext resource [/WEB-INF/dispatcherServlet-servlet.xml]

2017-04-06 Thread Gokhan Mansuroglu
Hi, I can deploy and run Cas 5 on Tomcat succesfully but when I try to deploy Cas 5 on WebLogic 12c server, I get the following error. Any idea will be helpful for me. Thank you. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletConte