Skip to content

Commit 8869575

Browse files
authored
Apply suggestions from PR review
1 parent 236d38c commit 8869575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-fluid-relay/how-tos/validate-document-creator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Validate a User Created a Container"
2+
title: "How to: Validate a user who created a container"
33
description: How to validate that the user who created a container is the same user who is claiming to be accessing the container.
44
services: azure-fluid
55
author: hickeys
@@ -10,7 +10,7 @@ ms.service: azure-fluid
1010
fluid.url: https://fluidframework.com/docs/apis/azure-client/itokenprovider/
1111
---
1212

13-
# How to: Validate a user created a container
13+
# How to: Validate a user who created a container
1414

1515
When you create a container in Azure Fluid Relay, the JWT provided by the [ITokenProvider](https://fluidframework.com/docs/apis/azure-client/itokenprovider-interface) for the creation request can only be used once. After creating a container, the client must generate a new JWT that contains the document ID (which is really the container ID) provided by the service at creation time. If an application has an authorization service that manages container access control, it will need to know who created a container with a given ID in order to authorize the generation of a new JWT for access to that container.
1616

0 commit comments

Comments
 (0)