Skip to content

Commit f5cb0fc

Browse files
Merge pull request #223191 from davidmu1/claimscustomization5
Added preview
2 parents 97dd16e + e5de2b0 commit f5cb0fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/develop/active-directory-jwt-claims-customization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Customize app JSON Web Token (JWT) claims
2+
title: Customize app JSON Web Token (JWT) claims (Preview)
33
description: Learn how to customize the claims issued by Microsoft identity platform in the JSON web token (JWT) token for enterprise applications.
44
services: active-directory
55
author: davidmu1
@@ -13,11 +13,11 @@ ms.author: davidmu
1313
ms.custom: aaddev
1414
---
1515

16-
# Customize claims issued in the JSON web token (JWT) for enterprise applications
16+
# Customize claims issued in the JSON web token (JWT) for enterprise applications (Preview)
1717

1818
The Microsoft identity platform supports single sign-on (SSO) with most enterprise applications, including both applications pre-integrated in the Azure AD app gallery and custom applications. When a user authenticates to an application through the Microsoft identity platform using the OIDC protocol, the Microsoft identity platform sends a token to the application. And then, the application validates and uses the token to log the user in instead of prompting for a username and password.
1919

20-
These JSON Web tokens (JWT) used by OIDC & OAuth applications contain pieces of information about the user known as *claims*. A *claim* is information that an identity provider states about a user inside the token they issue for that user.
20+
These JSON Web tokens (JWT) used by OIDC & OAuth applications (preview) contain pieces of information about the user known as *claims*. A *claim* is information that an identity provider states about a user inside the token they issue for that user.
2121

2222
In an [OIDC response](v2-protocols-oidc.md), *claims* data is typically contained in the ID Token issued by the identity provider in the form of a JWT.
2323

0 commit comments

Comments
 (0)