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 aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -PasswordSSOObjectId bbbbbbbb-1111-2222-3333-cccccccccccc

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