KSC Open API
Kaspersky Security Center API description
|
Attribute name | Data type | Description | |
---|---|---|---|
KLSRV_ADFS_SSO_ISSUER_URL | paramString | Required | Base URL of the authentication provider. |
KLSRV_ADFS_SSO_ISSUER_URL_CA | paramBinary | Required | Trusted root certificates for Issuer URL. |
KLSRV_ADFS_SSO_CALLBACK_URL | paramString | Required | URL where ADFS should redirect the request (Redirect URL in ADFS terms). |
KLSRV_ADFS_SSO_CLIENT_ID | paramString | Required | Client ID. |
KLSRV_ADFS_SSO_CLIENT_SECRET | paramBinary | Required | Client Secret. Should be encrypted using ProtectUtf16StringGlobally. See encrypted UTF16 string with the server (global) key. |
KLSRV_ADFS_SSO_SCOPE | paramString | Optional | Tokens scope. The default value is "openid allatclaims" if it is not set. |
KLSRV_ADFS_SSO_DOMAIN_GUID | paramString | Required | Domain object GUID. |
KLSRV_ADFS_SSO_AK_DOMAIN_ID | paramInt | Optional | Domain database ID (output only field). |
KLSRV_ADFS_SSO_USER_SID | paramString | Optional | Field name in the token containing the user's SID. The default value is "primarysid" if it is not set. |
KLSRV_ADFS_SSO_GROUP_SID | paramString | Optional | Field name in the token containing the group's SID. The default value is "groupsid" if it is not set. |
KLSRV_ADFS_SSO_EXT_SETTINGS | paramParams | Optional | ADFS SSO Extended Settings (output only field). |