java - Automatically authenticate AD user (who is already logged in on tomcat application) in IIS application -


I have two applications running on an IIS and the second is on Tomcat, both applications certify users through Active Directory are doing. At present users must provide them in order to use both their domain, username and password separately.

What do I want - if the user logs into the Tomcat application using Admin details, then we will show a button in this application that our IIS application is already on the other tab (already done) And in that IIS application, this user will not be required to log in again using the AD details (this should be logged in automatically). As it has already used to login in another application (Tommack Application).

Is this possible? If so, please let me know how I can get it.

You want Kerberos built in IIS, available for Tomcat: (Yes, I am its author and It works great in a multimedia environment.)

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -