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.
This unified API (/providers-srv/providers) replaces the previous per-type services (a dedicated OAuth2/OIDC provider service, a SAML service, and an Active Directory/LDAP service). Configure providers in Trustdesk under Providers → Identity Providers, or manage them directly via this API.
The same CRUD is also mounted under /federation/providers, which additionally exposes /-/validate endpoints to dry-run a create or patch without persisting it.
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/