Claim mappings are used to map claims provided by an identity provider to directory attributes in the Active Directory, so that users can be identified and authenticated by the system.
By default, Access Manager automatically maps the 'upn', 'sid' and 'onprem_sid' claims to their respective AD attributes.
This cmdlet returns the user-provided claim mappings for the specified identity provider.
EXAMPLES
Example 1
PS C:\>Get-AmsIdpClaimMapping-IdpType oidc
This example gets the claim mappings for an OpenID Connect identity provider
PARAMETERS
-IdpType
The type of identity provider that this claim mapping applies to. Value can be 'oidc' or 'wsfed'
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.