Hi, You'll need a custom Credentials implementation representing your credentials, in this case the signed chunk of data.
You'll need a custom CredentialsToPrincipalResolver to determine whom your Credentials are trying to authenticate (username). You'll need a custom AuthenticationHandler to accept or reject the presented Credentials. You'll need to wire these pieces up in Spring and you'll need to customize the login UI JSPs and web flow to provide the user experience for soliciting and accepting your signed data credential, unless we're talking only applications logging in in this way, in which case there's no UI as such. Hope this helps, Andrew On Thu, Jan 3, 2013 at 9:05 AM, kanzel <[email protected]> wrote: > Can anybody tell me what are the steps to create custom credentials? > I want to login only by signing some data with certificate and authenticate > in that way. > Thanks in advance... :) > > > > -- > View this message in context: > http://jasig.275507.n4.nabble.com/Custom-Credentials-tp4657409.html > Sent from the CAS Users mailing list archive at Nabble.com. > > -- > 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
