Difference between revisions of "Windows Authentication"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
old>Admin
Line 2: Line 2:
== Understanding AD integration ==
== Understanding AD integration ==


== Method 1: SPNEGO filter ==
== Recommended: SPNEGO filter ==


=== Installation guide ===
=== Installation part 1 ===
# Run pre flight checklist
# Run pre flight checklist
# Run installation
# Run installation


=== Troubleshooting ===
Troubleshooting
* Check Tomcat is running in the same context as the domain user
* Check Tomcat is running in the same context as the domain user
* Ensure only one SPN exists (with fully qualified name)
* Ensure only one SPN exists (with fully qualified name)
=== Installation part 2 ===
== Other methods ==
* Waffle
* Tomcat 7 native SPNEGO

Revision as of 01:34, 11 December 2014

Understanding AD integration

Recommended: SPNEGO filter

Installation part 1

  1. Run pre flight checklist
  2. Run installation

Troubleshooting

  • Check Tomcat is running in the same context as the domain user
  • Ensure only one SPN exists (with fully qualified name)

Installation part 2

Other methods

  • Waffle
  • Tomcat 7 native SPNEGO