LDAP Provider via OpenID (Google OAuth)

Is there an LDAP provider on top of OpenID (OpenID authentication) like?

Let me explain, I am using Citrix's Vdi-in-a-box, and the only authentication provider for my users is LDAP (VDI-in-a-box authentication system does not support password, just login, no security).

But all my users have a Google App account, so I'm looking for an LDAP provider that can use OpenID (Google OAuth) as source code.

I found openid-ldap , but that is exactly what I want.

+4
source share
1 answer

Take a look at Forgrock's OpenAM , which you probably want to do.

0
source

All Articles