AuthScheme Parameter (Connect-ServiceNow Cmdlet)
The authorization scheme to be used when server authorization is to be performed.
Syntax
Connect-ServiceNow -AuthScheme string
Possible Values
Basic, OAuth, OAuthPassword, OKTA, ADFS, OneLogin, PingFederateData Type
cstr
Default Value
"Basic"
Remarks
This property specifies the type of authentication to perform. Possible values are:
- Basic: Set this to use BASIC authentication.
- OAuth: Set this to perform OAuth authentication.
- OAuthPassword: Set this to perform OAuth authentication with GrantType Password.
The following options are available for SSO:
- OKTA: Set to use a single sign on connection with OKTA as the identify provider.
- ADFS: Set to use a single sign on connection with ADFS as the identify provider.
- OneLogin: Set to use a single sign on connection with OneLogin as the identify provider.
- PingFederate: Set to use a single sign on connection with PingFederate as the identity provider.