Skip to content

ServiceNow.Core

SNow.Core.Authentication.AuthenticationConfig

AuthenticationConfig.ClientSecret Property

Client secret (application password)

csharp
public string ClientSecret { get; set; }

Property Value

System.String

Remarks

Daemon applications can authenticate with AAD through two mechanisms: ClientSecret (which is a kind of application password: this property) or a certificate previously shared with AzureAD during the application registration (and identified by the CertificateName property belows)

Released under the MIT License.