Skip to content

Commit bdbb07b

Browse files
authored
Merge pull request #126018 from changeworld/patch-123
Fix typo
2 parents c28e034 + fb989cc commit bdbb07b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/relyingparty.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ The **OutputClaim** element contains the following attributes:
285285

286286
With the **SubjectNamingInfo** element, you control the value of the token subject:
287287

288-
- **JWT token** - the `sub` claim. This is a principal about which the token asserts information, such as the user of an application. This value is immutable and cannot be reassigned or reused. It can be used to perform safe authorization checks, such as when the token is used to access a resource. By default, the subject claim is populated with the object ID of the user in the directory. For more information, see [Token, session and single sign-on configuration](session-behavior.md).
288+
- **JWT** - the `sub` claim. This is a principal about which the token asserts information, such as the user of an application. This value is immutable and cannot be reassigned or reused. It can be used to perform safe authorization checks, such as when the token is used to access a resource. By default, the subject claim is populated with the object ID of the user in the directory. For more information, see [Token, session and single sign-on configuration](session-behavior.md).
289289
- **SAML token** - the `<Subject><NameID>` element, which identifies the subject element. The NameId format can be modified.
290290

291291
The **SubjectNamingInfo** element contains the following attribute:
@@ -315,7 +315,7 @@ The following example shows how to define an OpenID Connect relying party. The s
315315
</TechnicalProfile>
316316
</RelyingParty>
317317
```
318-
The JWT token includes the `sub` claim with the user objectId:
318+
The JWT includes the `sub` claim with the user objectId:
319319

320320
```json
321321
{

0 commit comments

Comments
 (0)