# Client Config ## Create SSOConfig - [POST /sso-configs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/createssoconfig.md): Creates a new SSOConfig ## List SSOConfig - [GET /sso-configs](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/listssoconfig.md): Lists all SSOConfig ## Get SSOConfig - [GET /sso-configs/{SSOConfig_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/getssoconfig.md): Gets SSOConfig ## Update SSOConfig - [PUT /sso-configs/{SSOConfig_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/updatessoconfig.md): Updates a specific SSOConfig. ## Delete SSOConfig - [DELETE /sso-configs/{SSOConfig_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/deletessoconfig.md): Deletes an SSOConfig ## Create or Update Batch SSOConfig - [PUT /sso-configs-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/updatebatchssoconfig.md): Create or Update multiple SSOConfig at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## List Client Environments - [GET /client-environments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/listclientenvironments.md): Lists the client environments that are available for the given client id and client code. ## Get Application Information - [GET /app-info/{environment}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/getappinfo.md): Returns the latest application information including version, file details, release notes, and release date in JSON format. ## SSO Callback - [GET /sso-callback](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/client-config/ssocallback.md): This endpoint is the callback URL for the Single Sign-On (SSO) process. It receives an authorization code from the identity provider (e.g., Cognito) and exchanges it for an access token. The access token is then used to authenticate the user in the application.