App Management
Manage OAuth2/OIDC applications and clients in cidaas, including app settings, advanced configuration, and API references.
Manage OAuth2/OIDC applications and clients in cidaas, including app settings, advanced configuration, and API references.
OAuth2/OIDC application types (client_type values), recommended flows, and configuration availability by type in cidaas.
After a user signs in with OpenID Connect, your application may need to periodically check if the user is still authenticated. While you can use prompt=none with the authorization endpoint for this purpose, the Check Session iFrame provides a more efficient, real-time solution.
Learn how to rotate client secrets and signing keys securely in cidaas using the App Configuration API.
When a user logs out of your application, you need to properly end their session with cidaas to ensure they're logged out from all applications using the same cidaas instance. This guide explains how to implement logout using OpenID Connect specifications.
Precheck
Configure cidaas as a SAML 2.0 Identity Provider for an external Service Provider using the SAML_SP application type and the Trust Desk creation wizard.
Learn how scopes work in OAuth2/OIDC and how to configure and manage scopes and scope groups in cidaas.
Configure registration and login field profiles in cidaas (User Setup), link them to applications via user_setup_id, and manage profiles through Trustdesk or the User Setup API.