Written by Philipp on 2013-07-28
Adding LDAP Authentication to a Play! 2 Application
Hacking . Java . Play! Framework . ToolingAs of Play! 1 is not really supported anymore, i will describe the steps for accessing Data from your LDAP Directory with your Play! 2 with this Post. Prerequisites As also mentioned in my last Post, for this example we are using the Vagrant vagrant-rundeck-ldap VM, I already mentioned here. Setup After you setup a
Written by Philipp on 2013-07-28
Adding LDAP Authentication to a Play! 1 Application
Hacking . Play! Framework . ToolingYou will often find yourself in a situation where you need a public and a private (normally some Administration) Area in your application. This Post is about how easy you can access User Data stored in you companies LDAP Directory with a public availible Library in a Play! 1 Application. I will also give you