Get-AmsIdpClaimMapping
SYNOPSIS
Gets the claim mappings for an identity provider
SYNTAX
DESCRIPTION
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
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.
INPUTS
None
OUTPUTS
Lithnet.AccessManager.PowerShell.ClaimMappingPSObject
NOTES
RELATED LINKS
Last updated