Skip to content

Commit 95b0af1

Browse files
authored
Fix resoure token lifetime
1 parent 1ad0d8b commit 95b0af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/secure-access-to-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Resource tokens provide access to the application resources within a database. R
110110
- Are created when a [user](#users) is granted [permissions](#permissions) to a specific resource.
111111
- Are recreated when a permission resource is acted upon on by POST, GET, or PUT call.
112112
- Use a hash resource token specifically constructed for the user, resource, and permission.
113-
- Are time bound with a customizable validity period. The default valid time span is one hour. Token lifetime, however, may be explicitly specified, up to a maximum of five hours.
113+
- Are time bound with a customizable validity period. The default valid time span is one hour. Token lifetime, however, may be explicitly specified, up to a maximum of 24 hours.
114114
- Provide a safe alternative to giving out the primary key.
115115
- Enable clients to read, write, and delete resources in the Azure Cosmos DB account according to the permissions they've been granted.
116116

0 commit comments

Comments
 (0)