Remove-AzureADMSPasswordSingleSignOnCredential

Removes the password SSO credentials

Syntax

Remove-AzureADMSPasswordSingleSignOnCredential
      -ObjectId <String>
      -PasswordSSOObjectId <PasswordSSOObjectId>
      [<CommonParameters>]

Description

This cmdlet enables users to remove their Password Single-sign-on credentials for an application which they are part of. Admin could remove the group credentials as well.

Examples

Remove password single-sign-on credentials

PS C:\> Remove-AzureADMSPasswordSingleSignOnCredential -ObjectId 9ac9883e-0ac5-4c32-8737-4267f56a28cc -PasswordSSOObjectId a4210a97-5e26-4cfe-88f1-118ed4886f27

This command removes the password sso credentials for the given ObjectId and PasswordSSOObjectId.

Parameters

-ObjectId

The unique identifier of the object specific Azure Active Directory object

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

-PasswordSSOObjectId

User or group id

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