Get-AzureADMSPasswordSingleSignOnCredential
Gets the password SSO credentials
Syntax
Get-AzureADMSPasswordSingleSignOnCredential
-ObjectId <String>
-PasswordSSOObjectId <PasswordSSOObjectId>
[<CommonParameters>]
Description
This cmdlet enables users to read their Password Single-sign-on credentials for an application which they are part of. Admin could read the group credentials as well. Note that the password field will be hidden for security purpose.
Examples
Get password single-sign-on credentials
PS C:\> $get_creds_output = Get-AzureADMSPasswordSingleSignOnCredential -ObjectId 9ac9883e-0ac5-4c32-8737-4267f56a28cc -PasswordSSOObjectId a4210a97-5e26-4cfe-88f1-118ed4886f27
This command gets 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 |
Outputs
Microsoft.Online.Administration.PasswordSSOCredentials