AuthScheme Parameter (Connect-SAPConcur Cmdlet)
The scheme used for authentication. Accepted entries are OAuth, OAuthPassword, and CompanyLevelAuth.
Syntax
Connect-SAPConcur -AuthScheme string
Possible Values
OAuth, OAuthPassword, CompanyLevelAuthData Type
cstr
Default Value
"OAuth"
Remarks
- OAuth: Set to this to perform OAuth authentication with the code grant type.
- OAuthPassword: Set to this to perform OAuth with the password grant type.
- CompanyLevelAuth: Set to this to perform Company Level Authentication with password grant type OAuth.