Creates a new SSOConfig
Success
Unauthorized
{- "ssoConfig_ID": "string",
- "auth_URL": "string",
- "client_ID": "string",
- "client_Secret": "string",
- "description": "string",
- "display": "string",
- "provider_Name": "string",
- "redirect_URL": "string",
- "ssO_Enable": true,
- "scopes": "string",
- "token_URL": "string"
}
{- "data": {
- "ssoConfig_ID": "string",
- "auth_URL": "string",
- "client_ID": "string",
- "client_Secret": "string",
- "description": "string",
- "display": "string",
- "provider_Name": "string",
- "redirect_URL": "string",
- "ssO_Enable": true,
- "scopes": "string",
- "token_URL": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all SSOConfig
Success
Unauthorized
Updates a specific SSOConfig.
Success
Unauthorized
{- "ssoConfig_ID": "string",
- "auth_URL": "string",
- "client_ID": "string",
- "client_Secret": "string",
- "description": "string",
- "display": "string",
- "provider_Name": "string",
- "redirect_URL": "string",
- "ssO_Enable": true,
- "scopes": "string",
- "token_URL": "string"
}
{- "data": {
- "ssoConfig_ID": "string",
- "auth_URL": "string",
- "client_ID": "string",
- "client_Secret": "string",
- "description": "string",
- "display": "string",
- "provider_Name": "string",
- "redirect_URL": "string",
- "ssO_Enable": true,
- "scopes": "string",
- "token_URL": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
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.
Success
Unauthorized
[- {
- "ssoConfig_ID": "string",
- "auth_URL": "string",
- "client_ID": "string",
- "client_Secret": "string",
- "description": "string",
- "display": "string",
- "provider_Name": "string",
- "redirect_URL": "string",
- "ssO_Enable": true,
- "scopes": "string",
- "token_URL": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Returns the latest application information including version, file details, release notes, and release date in JSON format.
Success
Unauthorized
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.
Success
Unauthorized