RE: [cas-user] CAS server with API

2011-11-17 Thread Gasper, John
, November 16, 2011 9:50 PM To: cas-user@lists.jasig.org Subject: Re: [cas-user] CAS server with API Hi Greg, We have an API from the vendor, but it looks like the below solution is more geared towards Stored procedures. Or am i missing something? On Wed, Nov 16, 2011 at 5:19 PM, Gasper, John m

RE: [cas-user] CAS server with API

2011-11-16 Thread Abdellatif HAROUS
hi Faisal Just wanted to ask u where r u from, am assuming u r from a country in North Africa Date: Thu, 17 Nov 2011 00:49:57 -0500 From: fmemo...@gmail.com Subject: Re: [cas-user] CAS server with API To: cas-user@lists.jasig.org Hi Greg, We have an API from the vendor, but it looks like

Re: [cas-user] CAS server with API

2011-11-16 Thread Faisal Memon
mailto:mmoay...@asu.edu] > *Sent:* Tuesday, November 15, 2011 9:59 AM > *To:* cas-user@lists.jasig.org > *Subject:* RE: [cas-user] CAS server with API > > ** ** > > Hi Faisal, > > ** ** > > Have you reviewed the QueryDatabaseAuthenticationHandler class?

Re: [cas-user] CAS server with API

2011-11-16 Thread Faisal Memon
t; > *From:* Misagh Moayyed [mailto:mmoay...@asu.edu] > *Sent:* Tuesday, November 15, 2011 9:59 AM > *To:* cas-user@lists.jasig.org > *Subject:* RE: [cas-user] CAS server with API > > ** ** > > Hi Faisal, > > ** ** > > Have you reviewed the QueryDataba

Re: [cas-user] CAS server with API

2011-11-16 Thread Faisal Memon
Hi Marvin, I hear you loud and clear, we continue to press the vendor on this information. I am planning to avoid any schedule delays. Thanks On Tue, Nov 15, 2011 at 12:42 PM, Marvin Addison wrote: > > The vendor has provided us with an Authentication API. > > Red flag. The vendor ought to do

RE: [cas-user] CAS server with API

2011-11-16 Thread Gasper, John
asig.org Subject: RE: [cas-user] CAS server with API Hi Faisal, Have you reviewed the QueryDatabaseAuthenticationHandler class? With that, you should be able to provide your own password encoder by extending the DefaultPasswordEncoder using the authentication API to possible encrypt the passwo

RE: [cas-user] CAS server with API

2011-11-15 Thread Misagh Moayyed
Hi Faisal, Have you reviewed the QueryDatabaseAuthenticationHandler class? With that, you should be able to provide your own password encoder by extending the DefaultPasswordEncoder using the authentication API to possible encrypt the password before the query is executed. Please see this lin

Re: [cas-user] CAS server with API

2011-11-15 Thread Marvin Addison
> The vendor has provided us with an Authentication API. Red flag. The vendor ought to document the encryption system used to secure credentials. Anything based on a standard ought not need a proprietary third party API. You should press your vendor a bit for more information. > Has anyone eve