Get-PASOAuthProvider

Get-PASOAuthProvider

SYNOPSIS

Gets configured OAuth 2.0 providers.

SYNTAX

Get-PASOAuthProvider [<CommonParameters>]

DESCRIPTION

Gets all configured OAuth 2.0 providers. Requires membership of Vault Admins group.

EXAMPLES

EXAMPLE 1

Get-PASOAuthProvider

Returns all configured OAuth 2.0 providers.

EXAMPLE 2

Get-PASOAuthProvider | Where-Object { $_.name -eq 'SomeProvider' }

Returns all configured OAuth 2.0 providers and filters the results to the provider named “SomeProvider”.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

https://pspas.pspete.dev/commands/Get-PASOAuthProvider

https://docs.cyberark.com/pam-self-hosted/latest/en/content/sdk/oauth-get-all-providers.htm