i think 2 factor authentication means, 2-way ssl, that is client certificate verification and ssl. in order to achieve these, you must configure server.xml . put your certificates and keystore in a folder and write this path in server.xml. dont forget to enable client authentication=true.
On Thu, Apr 29, 2010 at 9:26 PM, Mike <[email protected]> wrote: > I have a requirement in my project to implement two factor authentication > for a system developed using JBoss portal server configured with CAS. > > Is anybody who did this kind of integration ? And if yes, can you point me > on the right direction where I can read more about this ? > -- > 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 > -- n.o.t. -- 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
