how we can achieve/implement  LDAP policy functionality  in APIGEE Hybrid?

As We know LDAP policy is not supported in APIGEE Hybrid. I would like to know how we can achieve/implement  this functionality  in APIGEE Hybrid ?

0 4 260
4 REPLIES 4

You can try to hire developer or develop LDAP functionality with Java Callout

If you are using hybrid, an option is to build an External system and then use ExternalCallout to connect to it. 

Here are some examples.

Thanks !!! We are trying suggested solution.

But Can we connect LDAP server via Service callout in APIGEE Hybrid by passing required mandatory parameter as request header along with LDAP Host and port config?  

No, not a service callout.  A ServiceCallout always uses HTTP.  The LDAP server uses... LDAP.  Not HTTP.  So that won't work.  You need a bridge between HTTP and LDAP.   You can find one here.  This is within the set of examples I referenced yesterday.  Use ExternalCallout. It will work.