AuthScheme Parameter (Connect-VeevaVault Cmdlet)
The scheme used for authentication. Accepted entries are Basic and AzureADOpenID.
Syntax
Connect-VeevaVault -AuthScheme string
Possible Values
Basic, AzureADOpenIDData Type
cstr
Default Value
"Basic"
Remarks
- Basic: Set this to authenticate using the Basic authentication schema. You need to specify the User and Password connection properties for this schema.
- AzureADOpenID: Set to authenticate using OpenID Connect authentication schema with the Azure Active Directory (AzureAD) authentication provider.