4

I went through the Play Framework for rapid prototyping of Java web apps. The project seems to be just what I need for rapidly building a Java based CRUD application at my work. However, one critical requirement is that the app must support Kerberos authentication.

I can't seem to find documentation of whether this is possible at all. Any clues?

Thanks! Raj

ragebiswas
  • 3,818
  • 9
  • 38
  • 39

1 Answers1

0

As stated in this question. You can use the following plugin: https://github.com/SlyngDK/play-module-ad-sso

If you don't want the LDAP part you can modify the plugin to leave that part out of it.

Community
  • 1
  • 1
Jasper Siepkes
  • 1,412
  • 16
  • 25