AuthScheme Parameter (Connect-OracleEloquaReporting Cmdlet)
The authentication scheme used. Accepted entries are Basic, OAuth, and OAuthPassword.
Syntax
Connect-OracleEloquaReporting -AuthScheme string
Possible Values
Basic, OAuth, OAuthPasswordData Type
cstr
Default Value
"Basic"
Remarks
The cmdlet supports the following authentication mechanisms. See Establishing a Connection for guides for each supported authentication mechanism.
- Basic: Set this to authenticate with a Oracle Eloqua Reporting company, user, and password.
- OAuth: Set this to authenticate with the OAuth code grant flow. Set OAuthClientId, OAuthClientSecret to the Oracle Eloqua Reporting OAuth credentials. Additionally, set InitiateOAuth to GETANDREFRESH or REFRESH.
- OAuthPassword: Set to this to authenticate with the OAuth password grant flow.