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

2016-11-08 Thread Natan Zeferino
Hi, Did you resolve that problem? I want to do the same. Em quinta-feira, 8 de setembro de 2016 05:47:25 UTC-3, Gokhan Mansuroglu escreveu: > > Hi, > > Let's say I have a custom AbcAuthencticationHandler and AbcCredentials. > How can i configure this custom auhtentication handler ? In previou

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

2016-11-21 Thread Raghavendra Chary B
I had to implement custom Authentication handler where user creds are stored in Cassandra db. Followed below steps, not sure whether this is recommneded approach or not: 1. Created package org.apereo.cas..adaptors.cassandra 2. CassandraAuthenticationHandler > public class CassandraAuthenticatio

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

2016-11-09 Thread Philippe MARASSE
Hi, Not resolved yet unfortunately. Regards. Le 08/11/2016 à 16:56, Natan Zeferino a écrit : > Hi, > > Did you resolve that problem? > > I want to do the same. > > Em quinta-feira, 8 de setembro de 2016 05:47:25 UTC-3, Gokhan > Mansuroglu escreveu: > > Hi, > > Let's say I have a custom A

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

2016-11-29 Thread Misagh Moayyed
To: CAS Community Subject: [cas-user] Re: Custom Authentication Handler in version 5.0.0 I had to implement custom Authentication handler where user creds are stored in Cassandra db. Followed below steps, not sure whether this is recommneded approach or not: 1. Created package org.apereo.cas

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

2016-11-29 Thread Raghavendra Chary B
> *To:* CAS Community > > *Subject:* [cas-user] Re: Custom Authentication Handler in version 5.0.0 > > > > I had to implement custom Authentication handler where user creds are > stored in Cassandra db. > > Followed below steps, not sure whether

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

2017-06-22 Thread Raghavendra Chary B
eo.org] *On Behalf Of >> *Raghavendra >> Chary B >> *Sent:* Monday, November 21, 2016 10:28 AM >> *To:* CAS Community >> *Subject:* [cas-user] Re: Custom Authentication Handler in version 5.0.0 >> >> >> >> I had to implement custom Authent

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

2017-06-22 Thread Raghavendra Chary B
ew? >>> >>> >>> >>> --Misagh >>> >>> >>> >>> *From:* cas-...@apereo.org [mailto:cas-...@apereo.org] *On Behalf Of >>> *Raghavendra >>> Chary B >>> *Sent:* Monday, November 21, 2016 10:28 AM &

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

2017-06-23 Thread Misagh Moayyed
done with what exists and simply use “native” functionality. --Misagh From: Raghavendra Chary B [mailto:char...@gmail.com] Sent: Thursday, June 22, 2017 9:54 PM To: CAS Community Cc: mmoay...@unicon.net Subject: Re: [cas-user] Re: Custom Authentication Handler in version 5.0.0 Thanks