简体   繁体   中英

Kerberos authentication in Play framework 2.1

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM