joscha / play-authenticate

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

How to use SpnegoAuthProvider? #266

Open ghost opened 9 years ago

ghost commented 9 years ago

Question : Can you please explain how to use SpnegoAuthProvider?

For e.g. if i need to enable Spnego authentication for a particular Controller's action method should i use any annotation ? I am sorry, I have been stumbling on this for while, could not figure out.

Thank you.