Authentication
External Authentication
Update identity provider login interface appearance
This function sets the display configuration for the login button of an external authentication identity provider.
get/set_provider_display_configurations
Query parameters
The display configuration in JSON-encoded key-value format.
provider_idstring required
Example:cpanelid
The identity provider's key.
service_name'cpaneld' | 'whostmgrd' | 'webmaild' required
Example:cpaneld
The cPanel & WHM service's name.
- cpaneld — The cPanel daemon.
- whostmgrd — The WHM daemon.
- webmaild — The Webmail daemon.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "set_provider_display_configurations",
"reason": "OK",
"result": 1,
"version": 1
}
}