Using Active Directory and Open ID to authenticate an application based on the Play Framework

I have an application that I create using the Play Framework . I would like this application to authenticate users using Open ID and Active Directory. Is it possible? Please excuse my ignorance as I am not a J2EE expert, but I came from deep knowledge of the .Net framework and some experience writing Java applications. Any guidance would be greatly appreciated. Thanks in advance.

+4
source share
2 answers

There is an existing play.lib file for openid integration in your application and Play! module for OAuth .

I am not aware of a module connected to Active Directory or lib in Play !. The game! The community is friendly, so try asking your question in a dedicated Google group .

You will probably have additional work (and security issues) if you want to integrate multiple authentication schemes.

Edit: stream on integrating LDAP into Play!

+4
source

There is an article (in French) here that shows how to authenticate using Spring LDAP and Play! framework.

+1
source

Source: https://habr.com/ru/post/1304736/


All Articles