 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
citrusoft Guest
|
Posted: Fri Jan 07, 2005 8:26 pm Post subject: Single SignOn to Windows propagates to Java Applications |
|
|
Hello!!!
I would like to propagate a user's credentials to my java application
so that it can control access to resources without asking the user to
sign on a second time.
Can anyone point me in the right direction?
What credentials are available in Windows?
thanks,
tommy~
|
|
| Back to top |
|
 |
Harish Guest
|
Posted: Fri Jan 07, 2005 9:12 pm Post subject: Re: Single SignOn to Windows propagates to Java Applications |
|
|
how about jaas?
http://java.sun.com/products/jaas/
"citrusoft" <thunt01 (AT) harris (DOT) com> wrote
| Quote: | Hello!!!
I would like to propagate a user's credentials to my java application
so that it can control access to resources without asking the user to
sign on a second time.
Can anyone point me in the right direction?
What credentials are available in Windows?
thanks,
tommy~
|
|
|
| Back to top |
|
 |
citrusoft Guest
|
Posted: Tue Jan 11, 2005 7:32 pm Post subject: Re: Single SignOn to Windows propagates to Java Applications |
|
|
JAAS, Java Authentication & Authorzation Service, is a component-based
framework that allows pluggable implementations of Authentication and
Authorization policies and technologies. Yes, I intend to use JAAS.
However, Single SignOn begins when someone signs onto the Network
and/or OS. I want to pick up the Network or OS credentials and forward
them to
Once a user has signed on Windows, what Credentials are available?
Credentials uniquley identify the user and authenticate the user.
How do I access or read those credentials so that I can forward them
with subsequent requests for Application Services and Functions which
is where Authorization will be performed.
|
|
| Back to top |
|
 |
Harish Guest
|
Posted: Tue Jan 11, 2005 7:48 pm Post subject: Re: Single SignOn to Windows propagates to Java Applications |
|
|
http://www-106.ibm.com/developerworks/java/library/j-gss-sso/
http://www.devx.com/Java/Article/7865
"citrusoft" <thunt01 (AT) harris (DOT) com> wrote
| Quote: | JAAS, Java Authentication & Authorzation Service, is a component-based
framework that allows pluggable implementations of Authentication and
Authorization policies and technologies. Yes, I intend to use JAAS.
However, Single SignOn begins when someone signs onto the Network
and/or OS. I want to pick up the Network or OS credentials and forward
them to
Once a user has signed on Windows, what Credentials are available?
Credentials uniquley identify the user and authenticate the user.
How do I access or read those credentials so that I can forward them
with subsequent requests for Application Services and Functions which
is where Authorization will be performed.
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|