Hello, Andrew. As I said, I want to authenticate to CAS via signing some data(about server) with smartcard. So, I just pass some data (as challenge) to client, than client sign passed data and try to authenticate. Server gets signed data, check signature and authenticate(or not) the user. I know that I need to implement custom credentials, etc. Can You tell me where do I need to implement my business logic on server? I also use LDAP, and in my business logic I want to get certificate from signature(witch I know how to) and also to get certificate from LDAP(witch I don't know how to) and compare them, so can You refer me where can I find solution for that. Maybe You can recommend some better solution for that. Thanks.
On Tue, Jan 8, 2013 at 8:46 AM, Mihalj Kanzel <[email protected]> wrote: > Thanks for replay. I'll try that, hope it would be enough information for > me. I'am already made web start app to login to CAS, so their is no > changing login UI, just web flow. > Thanks again. > > On Thu, Jan 3, 2013 at 3:54 PM, Andrew Petro <[email protected]> wrote: > >> ich case there's no > > > > > -- > *Pozdrav, > Mihalj* -- *Regards, Mihalj* -- 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
