Remove-VBOFederatedAuthenticationAuthority
Short Description
Removes external authentication providers.
Syntax
|
Remove-VBOFederatedAuthenticationAuthority -Authority <VBOFederatedAuthenticationAuthority> [<CommonParameters>] |
Detailed Description
This cmdlet removes an external authentication provider.
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
To get this object, run the |
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:
- Run the
Get-VBOFederatedAuthenticationAuthorityReturns external authentication providers. cmdlet. Specify theIdparameter value. Save the result to the$authorityvariable. - Run the
Remove-VBOFederatedAuthenticationAuthoritycmdlet. Set the$authorityvariable as theAuthorityparameter value.
Related Commands
Get-VBOFederatedAuthenticationAuthorityReturns external authentication providers.