Identity Provider Management
A unified configuration interface for all cidaas login provider types — OAuth2, OpenID Connect, SAML, and LDAP/Active Directory. Every provider is stored as a single ProviderConfig resource, discriminated by standard_type; the type-specific settings live in exactly one of the oauth2, saml, or ldap sub-documents.
cidaas 4.0 and later: use this unified API under /providers-srv/providers and the equivalent Enterprise Federation mount under /federation/providers. Trustdesk Providers → Identity Providers calls the federation paths for search, patch, validate, and delete.
On earlier releases, continue using the previous custom / social provider APIs documented for that product version.
/federation/providers exposes the same ProviderConfig model, plus dry-run /-/validate endpoints that do not persist changes.
Authentication
- OAuth 2.0: OAuth2
Security Scheme Type: | oauth2 |
|---|---|
OAuth Flow (implicit): | Authorization URL: https://domain/authz-srv/authz Scopes:
|
OAuth Flow (clientCredentials): | 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 Refresh URL: https://domain/token-srv/token Scopes:
|
Contact cidaas support: [email protected]
Terms of Servicehttps://www.cidaas.com/terms-of-use/