Not to offend you, but a simple google search for "single sign-on kerberos" reveals a lot of information on this subject. The 2nd link that came up for me was a guide to Kerberos single sign-on in Java:
http://java.sun.com/j2se/1.4.2/docs/guide/security/jgss/single-signon.html Hope this helps get you started. Best regards, -Michael --- Mukul Gandhi <[EMAIL PROTECTED]> wrote: > I am sorry that my question was quite vague.. I am > heading against a wall with my study. I'll try to > explain my requirements a bit more clearly, and hoping > for some help.. > > I have to implement a SSO (Single Sign On) > application. For this, I think Kerberos will fit into > the architecture. I am planning to use Java GSS API > between the peer applications (which will participate > for Single Sign On). The authenticiation credentials > will propagate between the peer applications using GSS > calls. Some how I think, Windows 2000 Kerberos server > (Windows Domain Controller) will fit into the > architecture. The requirement is to provide > interoperability between Java Kerberos system and > Microsoft Windows based one. The clients will be web > browser based ones. > > This is my understanding of the architecture I have in > mind. I'll appreciate any improvements to my ideas.. > Any references will surely be helpful to me.. > > Regards, > Mukul > > --- Mukul Gandhi <[EMAIL PROTECTED]> wrote: > > > Hello, > > I have to implement a Kerberos application, > > providing interoperability between Windows 2000 > > Kerberos server and Kerberos Java clients. > > > > Can someone please provide any references..? > > > > Regards, > > Mukul > > > > > > > > > > ____________________________________________________ > > > > Yahoo! Sports > > Rekindle the Rivalries. Sign up for Fantasy Football > > > > http://football.fantasysports.yahoo.com > > ________________________________________________ > > Kerberos mailing list [email protected] > > https://mailman.mit.edu/mailman/listinfo/kerberos > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > ________________________________________________ > Kerberos mailing list [email protected] > https://mailman.mit.edu/mailman/listinfo/kerberos > ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
