AuthScheme Parameter (Connect-Confluence Cmdlet)
The type of authentication to use when connecting to Confluence.
Syntax
Connect-Confluence -AuthScheme string
Possible Values
OAuth, Basic, APIToken, Crowd, OKTA, PATData Type
cstr
Default Value
"Basic"
Remarks
Confluence supports the following authentication schemes:
- OAuth: Perform OAuth authentication.
- Basic: Use basic User/Password authentication for Server instances.
- APIToken: Use basic User/APIToken authentication for Cloud instances.
- Crowd: Perform Crowd SSO authentication.
- OKTA: Perform OKTA SSO authentication.
- PAT: Use a Personal Access Token (PAT) for Server instances of Confluence 7.9 or later.