Remove-AzureADMSIdentityProvider

This cmdlet is used to delete an identity provider in the directory.

Syntax

Remove-AzureADMSIdentityProvider
      -Id <String>
      [<CommonParameters>]

Description

This cmdlet is used to delete an identity provider that has been configured in the directory. The identity provider will be permanently deleted.

Examples

Example 1

PS C:\> Remove-AzureADMSIdentityProvider -Id LinkedIn-OAUTH

This example removes the specified identity provider.

Parameters

-Id

The unique identifier for an identity provider.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Inputs

String

Outputs

Object