LDAP Provider
LDAP provider configurations allows enterprises to connect their on-premises LDAP or cloud-based identity providers (like Azure AD) with cidaas, enabling users to log in using existing enterprise credentials.
These APIs are used to integrate enterprise identity providers (like Microsoft LDAP or Azure AD) via protocols such as LDAP or SAML. These APIs allow cidaas to authenticate users and manage access via external directory services.
You can learn more about LDAP/Active Directory provider from our exclusive documentation.
Authentication
- OAuth 2.0: oauth2.0
Security Scheme Type: | oauth2 |
|---|---|
OAuth Flow (implicit): | Authorization URL: https://domain/authz-srv/authz Scopes:
|
OAuth Flow (password): | Token URL: https://domain/token-srv/token Scopes:
|
OAuth Flow (authorizationCode): | Token URL: https://domain/token-srv/token Authorization URL: https://domain/authz-srv/authz Scopes:
|