Skip to content

Commit 12d9ae0

Browse files
authored
Merge pull request #123729 from fearlessrob/patch-1
Typo in relyingparty.md
2 parents 2177182 + 0c8e182 commit 12d9ae0

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)