SSO in WebApplication, Help

R

Rick Z

Hi!

I have to design and implement SSO(single sing-on) to webapplications
(servlet and jsp based) and I should also use JAAS or other standard API.

Does anyone know any sample application and/or documentation that could
show me how JAAS should be used in webapplicatations?

Thanks,

rz
 
O

Oscar kind

Rick Z said:
I have to design and implement SSO(single sing-on) to webapplications
(servlet and jsp based) and I should also use JAAS or other standard API.

Does anyone know any sample application and/or documentation that could
show me how JAAS should be used in webapplicatations?

SSO is specific to the application server you're using. By default, SSO is
not enabled, and every application server I've encountered handles SSO
differently.

The use of JAAS is partly application server specific:
- The JAAS modules are not, and they're documented in the JDK API.
- Using the JAAS modules is, and is documented in the documentation for your
application server (if it is supported).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,577
Members
45,054
Latest member
LucyCarper

Latest Threads

Top