Skip to content

Commit 7b70e66

Browse files
authored
Merge pull request MicrosoftDocs#8263 from get-itips/patch-374
Fix example
2 parents a1e0fb3 + b919c91 commit 7b70e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Add-SPClaimTypeMapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For permissions and the most current information about Windows PowerShell for Sh
3535

3636
### ------------------EXAMPLE------------------
3737
```
38-
C:\PS>Get-SPTrustedIdentityProvider -Name "LiveIDSTS" | Add-SPClaimTypeMapping -IncomingClaimType "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier" -IncomingClaimTypeDisplayName "PUID" -LocalClaimType "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/thumbprint"
38+
C:\PS>Get-SPTrustedIdentityTokenIssuer -Name "LiveIDSTS" | Add-SPClaimTypeMapping -IncomingClaimType "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier" -IncomingClaimTypeDisplayName "PUID" -LocalClaimType "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/thumbprint"
3939
```
4040

4141
This example adds a claim mapping to a trusted identity token issuer.

0 commit comments

Comments
 (0)