I want to understand the security in APIGEE for example if i would like to provide some security to service layer or web API then how can i manage that in APIGEE. can we make it secure by providing some kind of authentication or using SSO

 
0 5 253
5 REPLIES 5

If you have an Private Cloud/On-premise setup, LDAP/Active directories can be interfaced.

@Abhishek: Can we do something inside this product

Apigee has its own LDAP, but its reserved for its own purposes. Apigee does not have policies or any additional data store that can be used by APIs to enforce authentication.

@Rajat Agarwal , Would you like to secure APIs Or Secure access to Management UI Portal using SSO ? Can you please add more details ?

I want to secure APIs. let say i have some api which has his own security in its own system and let say i have some service now i want to access that APi from service or want access both from app for accessing them we must provide some security how we can make that secure. may be by providing some token or some key.