Skip to content

Commit 1db0054

Browse files
committed
formatting
1 parent 06d190e commit 1db0054

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/active-directory/develop/reference-claims-mapping-policy-type.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -181,19 +181,6 @@ This section lists:
181181

182182
The following table lists the SAML claims that are by default in the restricted claim set.
183183

184-
These claims are restricted by default, but are not restricted if you [set the AcceptMappedClaims property](active-directory-claims-mapping.md#update-the-application-manifest) to `true` in your app manifest *or* have a [custom signing key](active-directory-claims-mapping.md#configure-a-custom-signing-key):
185-
186-
- `http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname`
187-
- `http://schemas.microsoft.com/ws/2008/06/identity/claims/primarysid`
188-
- `http://schemas.microsoft.com/ws/2008/06/identity/claims/primarygroupsid`
189-
- `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/sid`
190-
- `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/x500distinguishedname`
191-
192-
These claims are restricted by default, but are not restricted if you have a [custom signing key](active-directory-claims-mapping.md#configure-a-custom-signing-key):
193-
194-
- `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn`
195-
- `http://schemas.microsoft.com/ws/2008/06/identity/claims/role`
196-
197184
| Claim type (URI) |
198185
| ----- |
199186
|`http://schemas.microsoft.com/2012/01/devicecontext/claims/ismanaged`|
@@ -227,6 +214,19 @@ These claims are restricted by default, but are not restricted if you have a [cu
227214
| `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn` |
228215
| `http://schemas.microsoft.com/ws/2008/06/identity/claims/role` |
229216

217+
These claims are restricted by default, but are not restricted if you [set the AcceptMappedClaims property](active-directory-claims-mapping.md#update-the-application-manifest) to `true` in your app manifest *or* have a [custom signing key](active-directory-claims-mapping.md#configure-a-custom-signing-key):
218+
219+
- `http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname`
220+
- `http://schemas.microsoft.com/ws/2008/06/identity/claims/primarysid`
221+
- `http://schemas.microsoft.com/ws/2008/06/identity/claims/primarygroupsid`
222+
- `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/sid`
223+
- `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/x500distinguishedname`
224+
225+
These claims are restricted by default, but are not restricted if you have a [custom signing key](active-directory-claims-mapping.md#configure-a-custom-signing-key):
226+
227+
- `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn`
228+
- `http://schemas.microsoft.com/ws/2008/06/identity/claims/role`
229+
230230
## Claims mapping policy properties
231231

232232
To control what claims are emitted and where the data comes from, use the properties of a claims mapping policy. If a policy is not set, the system issues tokens that include the core claim set, the basic claim set, and any [optional claims](active-directory-optional-claims.md) that the application has chosen to receive.

0 commit comments

Comments
 (0)