Add-AdfsClaimDescription
Adds a claim description to the Federation Service.
Add-AdfsClaimDescription
-Name <String>
-ClaimType <String>
[-ShortName <String>]
[-IsAccepted <Boolean>]
[-IsOffered <Boolean>]
[-IsRequired <Boolean>]
[-Notes <String>]
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
The Add-AdfsClaimDescription cmdlet adds a claim description to the Federation Service.
PS C:\> Add-AdfsClaimDescription -Name "Role" -ClaimType "https://Fabrikam.com/role"
This command adds the claim description named Role for a custom claim that has the specified claim type.
Specifies the claim type URN or URI of the claim. All claim descriptions must include a valid URN or URI.
Type: | String |
Position: | Named |
Default value: | False |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Indicates whether the claim is published in federation metadata as a claim that the Federation Service accepts.
Type: | Boolean |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Indicates whether the claim is published in federation metadata as a claim that the Federation Service offers.
Type: | Boolean |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Indicates whether the claim is published in federation metadata as a claim that the Federation Service requires.
Type: | Boolean |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies a friendly name for the claim description to add.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies text that describes the purpose of the claim description. The cmdlet adds the notes to the claim description.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
{{Fill ShortName Description}}
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
- Use claim descriptions to configure the list of claims that are available to be offered or accepted by Active Directory Federation Services (AD FS) 2.0.