Single Sign-On for openLDAP
Asked Answered
R

1

7

first of all, I'm pretty much of a beginner in this area. I'm supposed to find a real Single Sign-On solution for multiple websites (that use shared openLDAP user and pw data) we use inside our company. Meaning: you login one time and are connected to all of the supposed sites and don't have to re-enter the login credentials again and again.

I read a bit into that stuff, finding pretty much information about SSO, different solutions and the combination with openLDAP. Most of what I read tended to -> combine openLDAP with Kerberos. But all I've found for this is pretty advanced stuff and kinda looks like a monster-project.

So my actual questions are: is it the best solution to combine our openLDAP with Kerberos to achieve SSO? Are there other solutions worth mentioning? And of course: WHERE and HOW do I start?

Rhotacism answered 10/1, 2014 at 16:1 Comment(1)
It really depends on what kind of applications that will require SSO in your establishment. If your applications are Web applications, you can take a look at CAS [en.wikipedia.org/wiki/Central_Authentication_Service] and similar solutions. Kerberos can be used too, but your applications and/or software that require SSO will have to be Kerberos-enabled (i.e., know how to work with it since it's actually a protocol, not a product). OpenLDAP or other directory server software is usually used as the user repository in SSO setups.Neighborly
C
0

Have a look at SAML (Security assertion markup language). https://en.wikipedia.org/wiki/Security_Assertion_Markup_Language

Centime answered 28/6, 2014 at 10:43 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.