Skip to content

Commit f2d6af8

Browse files
authored
Merge pull request #95532 from Josmithr/patch-3
Update FRS terminology
2 parents 68d59c4 + 9c1200c commit f2d6af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-fluid-relay/how-tos/fluid-json-web-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Each part is separated by a period (.) and separately Base64 encoded.
3434

3535
| Claim | Format | Description |
3636
|------------|--------------------------|-------------|
37-
| documentId | string | Generated by FRS, identifies the document for which the token is being generated. |
37+
| documentId | string | Generated by Azure Fluid Relay (AFR) service. Identifies the document for which the token is being generated. |
3838
| scope | string[] | Identifies the permissions required by the client on the document or summary. For every scope, you can define the permissions you want to give to the client. |
3939
| tenantId | string | Identifies the tenant. |
4040
| user | JSON | *Optional* `{ displayName: <display_name>, id: <user_id>, name: <user_name>, }` Identifies users of your application. This is sent back to your application by Alfred, the ordering service. It can be used by your application to identify your users from the response it gets from Alfred. Azure Fluid Relay doesn't validate this information. |

0 commit comments

Comments
 (0)