Skip to content

Commit 6c7b429

Browse files
Merge pull request #221141 from csmulligan/csm-exid-user-token
[EXID] Content freshness update for user-token (ADO-2215126)
2 parents db2a286 + 314d4d7 commit 6c7b429

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
---
22
title: Understand user tokens in B2B collaboration - Azure AD
3-
description: User token reference for Azure Active Directory B2B collaboration
3+
description: User token reference for Azure Active Directory B2B collaboration.
44

55
services: active-directory
66
ms.service: active-directory
77
ms.subservice: B2B
88
ms.topic: conceptual
9-
ms.date: 02/28/2018
9+
ms.date: 12/12/2022
1010

1111
ms.author: mimart
1212
author: msmimart
1313
manager: celestedg
1414

15-
ms.collection: M365-identity-device-management
15+
ms.collection: engagement-fy23, M365-identity-device-management
16+
17+
# Customer intent: As a tenant administrator, I want to know what the token looks like for a B2B collaboration user in the resource tenant.
1618
---
1719

1820
# Understand user tokens in Azure AD B2B collaboration
1921

20-
If you want to know what the token looks like for a B2B collaboration user, here are the bearer token details and token content for an Azure Active Directory (Azure AD) guest and a Microsoft account guest in the resource tenant (for tenantid 04dcc6ab-388a-4559-b527-fbec656300ea). To see the JSON Web Token (JWT) contents, use [https://jwt.io/](https://jwt.io/) or [https://jwt.ms/](https://jwt.ms/).
22+
If you want to know what the token looks like for a B2B collaboration user, here are the bearer token details and token content for an Azure Active Directory (Azure AD) guest and a Microsoft account guest in the resource tenant (for tenant ID 04dcc6ab-388a-4559-b527-fbec656300ea). To see the JSON Web Token (JWT) contents, use [https://jwt.io/](https://jwt.io/) or [https://jwt.ms/](https://jwt.ms/).
2123

2224
## Azure AD guest token
2325
```
@@ -31,7 +33,7 @@ Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ilk0dWVLMm9hSU
3133

3234
## Next steps
3335

34-
* [What is Azure AD B2B collaboration?](what-is-b2b.md)
35-
* [B2B collaboration user properties](user-properties.md)
36+
* [B2B collaboration overview](what-is-b2b.md)
37+
* [B2B collaboration for hybrid organizations](hybrid-organizations.md)
3638
* [B2B collaboration user claims mapping](claims-mapping.md)
3739

0 commit comments

Comments
 (0)