Skip to content

Commit 9c1200c

Browse files
authored
Update FRS terminology
Replace "FRS" with "AFR" and define acronym
1 parent 63191c2 commit 9c1200c

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
@@ -37,7 +37,7 @@ Each part is separated by a period (.) and separately Base64 encoded.
3737

3838
| Claim | Format | Description |
3939
|------------|--------------------------|-------------|
40-
| documentId | string | Generated by FRS, identifies the document for which the token is being generated. |
40+
| documentId | string | Generated by Azure Fluid Relay (AFR) service. Identifies the document for which the token is being generated. |
4141
| 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. |
4242
| tenantId | string | Identifies the tenant. |
4343
| 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)