English 中文(简体)
Using Active Directory and Open ID to authenticate a Play Framework based application
原标题:

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

问题回答

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

I m not aware of an Active Directory related module or lib in Play!. The Play! community is friendly so try asking your question on the dedicated Google group.

You ll probably have some additional work (and security concerns) if you want to integrate multiple identification schemes.

Edit: there s a thread about LDAP integration in Play!

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





相关问题
Authlogic-oid with ONLY OpenID

I am implementing an internal site, for which I want our company s OpenID server to be the only means of registering and logging in. To be more specific, I don t even want a normal email and password/...

Best Coldfusion Library for OpenID [closed]

I am getting ready to start a project that requires using OpenID within Coldfusion 8. I have found a number of different options and was wondering what has worked the best, get s the most support, ...

authlogic auto_register feature using my options

I have auto registration working with authlogic using gaizka s version of authlogic_openid which I found on Github since pelle s original addition of the feature seemed to cause issues. http://...

Requesting email address from OpenID provider in PHP

What s the simplest way to request an email address from an OpenID provider? Is there a good PHP library that simplifies this problem? I know that providers implement things differently. I ve heard ...

Got a strange OpenID. How can I change it?

(I am sorry, I wanted to ask this question on "meta" first, but it says there that I "can t post my question there because I don t have an OpenID") Hello, I am just a new user here and don t ...

热门标签