On Tue, Jun 5, 2012 at 2:53 PM, Nagarjun M <[email protected]> wrote:
> Hi Scott, > Thanks very much for the quick response. We are currently using OAM > (oblix) and trying to evaluate CAS to replace the OAM. We have some simple > custom plugin's and workflows created for authentication. Does CAS support > custom plugins and workflows for authentication. > Yes. > Does it conect to DB for some services and LDAP for some services. > Fall-thru authN is support ootb. Other behaviors can be implemented. > example : > > We migrated all the upper case passwords from DB to LDAP and implemented > case senstive passwords authentication. If the authentication fails we > convert the user entered password in the plugin to upper case and then > reauthenticate. > I wouldn't recommend it from a security perspective, but CAS could be extended to upper case the password. Best, Bill > > Thanks > Nag > On Tue, Jun 5, 2012 at 2:34 PM, Scott Battaglia <[email protected] > > wrote: > >> The only way to retrieve the principal is to validate the ticket with the >> CAS server. >> >> Cheers, >> Scott >> >> >> On Tue, Jun 5, 2012 at 2:27 PM, Nagarjun <[email protected]> wrote: >> >>> Is it possible to decode the CAS Security Ticket and retrieve the user >>> principal from it >>> -- >>> You are currently subscribed to [email protected] as: >>> [email protected] >>> >>> To unsubscribe, change settings or access archives, see >>> http://www.ja-sig.org/wiki/display/JSG/cas-user >>> >> >> -- >> You are currently subscribed to [email protected] as: >> [email protected] >> >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-user >> >> > -- > You are currently subscribed to [email protected] as: [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
