File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sharepoint/sharepoint-ps/sharepoint-server Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ For permissions and the most current information about Windows PowerShell for Sh
35
35
36
36
### ------------------EXAMPLE------------------
37
37
```
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"
39
39
```
40
40
41
41
This example adds a claim mapping to a trusted identity token issuer.
You can’t perform that action at this time.
0 commit comments