Hi,
I have a web application (django on Apache) and I want to add authentication (login) page.
I don't want that the users will send me their plain password and I'll send them to the LDAP server.
I'm looking for something like Facebook Connect that uses LDAP instead of facebbok.
I want to add iframe to "Crowd Connect" and I'll get the username and some token to prove that the user did authentication.
Is this possible?
thanks
Hi there, if I'm not mistaken, applications that use Facebook authentication use oauth, which is an open standard. Crowd doesn't provide oauth authentication by default, but it provides openID that works in a similar way.
You mentioned that your application is behind Apache, I know that there's a module for Apache that provides openID capability, you may want to check this out.
I hope it helps.
Cheers
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.