Skip to content

Commit 0c8e182

Browse files
authored
Typo in relyingparty.md
Corrected SubjectNameingInfo to SubjectNamingInfo
1 parent 9f2e45d commit 0c8e182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/relyingparty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ The **OutputClaim** element contains the following attributes:
283283

284284
### SubjectNamingInfo
285285

286-
With the **SubjectNameingInfo** element, you control the value of the token subject:
286+
With the **SubjectNamingInfo** element, you control the value of the token subject:
287287

288288
- **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).
289289
- **SAML token** - the `<Subject><NameID>` element, which identifies the subject element. The NameId format can be modified.

0 commit comments

Comments
 (0)