joscha / play-authenticate

An authentication plugin for Play Framework 2.x (Java)
http://joscha.github.com/play-authenticate/
Other
807 stars 366 forks source link

Add simple Active Directory Negotiate Authentication support #157

Closed fhars closed 10 years ago

fhars commented 10 years ago

This adds elementary logic to authenticate using an existing AD kerberos ticket.

It handles this by authenticating when a user visits a specific login page, not by wrapping the whole app in the authentication logic (so it operates like the other play-authenticate mechanisms, not like a usual HTTP authenticated application).

joscha commented 10 years ago

uh, swanky, I like it :) Will have a look, thank you!

joscha commented 10 years ago

Thanks!