Skip to content

Commit 2dc8346

Browse files
authored
removed 'en-us' from 2 URLS
1 parent 1ebfe29 commit 2dc8346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/manage-apps/application-proxy-configure-single-sign-on-with-ping-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ PATCH https://graph.windows.net/myorganization/applications/<object_id_GUID_of_y
178178

179179
### Use of optional claims (optional)
180180
Optional claims allows you to add standard-but-not-included-by-default claims that every user and tenant has.
181-
You can configure optional claims for your application by modifying the application manifest. For more info, see the [Understanding the Azure AD application manifest article](https://docs.microsoft.com/en-us/azure/active-directory/develop/reference-app-manifest/)
181+
You can configure optional claims for your application by modifying the application manifest. For more info, see the [Understanding the Azure AD application manifest article](https://docs.microsoft.com/azure/active-directory/develop/reference-app-manifest/)
182182

183183
Example to include email address into the access_token that PingAccess will consume:
184184
```
@@ -197,7 +197,7 @@ Example to include email address into the access_token that PingAccess will cons
197197
```
198198

199199
### Use of claims mapping policy (optional)
200-
[Claims Mapping Policy (preview)](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-claims-mapping#claims-mapping-policy-properties/) for attributes which do not exist in AzureAD. Claims mapping allows you to migrate old on-prem apps to the cloud by adding additional custom claims that are backed by your ADFS or user objects
200+
[Claims Mapping Policy (preview)](https://docs.microsoft.com/azure/active-directory/develop/active-directory-claims-mapping#claims-mapping-policy-properties/) for attributes which do not exist in AzureAD. Claims mapping allows you to migrate old on-prem apps to the cloud by adding additional custom claims that are backed by your ADFS or user objects
201201

202202
To make your application use a custom claim and include additional fields, be sure you've also [created a custom claims mapping policy and assigned it to the application](../develop/active-directory-claims-mapping.md#claims-mapping-policy-assignment).
203203

0 commit comments

Comments
 (0)