Remove-VBOFederatedAuthenticationAuthority

Short Description

Removes external authentication providers.

Syntax

Remove-VBOFederatedAuthenticationAuthority -Authority <VBOFederatedAuthenticationAuthority> [<CommonParameters>]

Detailed Description

This cmdlet removes an external authentication provider.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Authority

Specifies an external authentication provider. The cmdlet will remove this external authentication provider.

Accepts the VBOFederatedAuthenticationAuthority object.

To get this object, run the Get-VBOFederatedAuthenticationAuthorityReturns external authentication providers. cmdlet.

VBOFederatedAuthenticationAuthority

True

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.

Examples

Removing External Authentication Provider

This example shows how to remove an external authentication provider.

$authority = Get-VBOFederatedAuthenticationAuthority -Id 8657138e-ca49-4f91-XXXX-a17818eb818e

Remove-VBOFederatedAuthenticationAuthority -Authority $authority

Perform the following steps:

  1. Run the Get-VBOFederatedAuthenticationAuthorityReturns external authentication providers. cmdlet. Specify the Id parameter value. Save the result to the $authority variable.
  2. Run the Remove-VBOFederatedAuthenticationAuthority cmdlet. Set the $authority variable as the Authority parameter value.

Get-VBOFederatedAuthenticationAuthorityReturns external authentication providers.

Page updated 2026-08-21

Page content applies to build 8.6.0.1102