KSC Open API
Kaspersky Security Center API description
EntraIdSso Class Reference

Interface for working with EntraId SSO. More...

List of all members.

Public Member Functions

params GetSettings (boolean bExtenedSettings)
 Returns the EntraId SSO settings.
params GetJwks ()
 Returns EntraId JWKS.
 SetSettings (params pEntraIdSettings)
 Saves the EntraId SSO settings.
 SetEntraIdEnabled (boolean bEnabled)
 Enable or disable EntraId SSO.
boolean GetEntraIdEnabled ()
 Informs you whether EntraId SSO is enabled or disabled.
 CreateNonceAndStateForUserSession (wstring wstrUserSessionId,[out] wstring wstrNonce,[out] wstring wstrState)
 Generate new Nonce and State claims for id_token.
 ValidateSettings (params parSettings)
 Validates the EntraId SSO settings w/o any modifications on server.
 StartScanAsync ([out] wstring wstrAsyncRequestId)
 Start Azure EntraId scan.
 SetScanningSchedule (params parScheduleSettings)
 Set EntraId scanning schedule settings.
params GetScanningSchedule ()
 Get EntraId scanning schedule settings.
 SetScanningEnabledFlag (boolean bValue)
 Set the EntraId scanning flag.
boolean GetScanningEnabledFlag ()
 Get the EntraId scanning flag.

Detailed Description

Interface for working with EntraId SSO.

This interface allows you to manage the EntraId SSO settings.