Skip to content

Commit

Permalink
Update msal-dotnet-articles/how-to/token-cache-serialization.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bogdan Gavril <[email protected]>
  • Loading branch information
localden and bgavrilMS authored Oct 10, 2023
1 parent 3a3b4a0 commit 49fe9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msal-dotnet-articles/how-to/token-cache-serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ When using a token cache, it's important to consider the potential size of the c

### Application

- Access tokens are about 2-3KB; 1 token per _app client ID_ \* number of tenants \* downstream resources.
- Only access tokens are cached. One token about 2-3KB when persisted. There will be 1 token per _app client ID_ \* tenants \* downstream resources. For example a multi-tenanted app serving 1000 tenants and needing tokens for Graph and SharePoint will use: 3KB * 1000 * 2 i.e. approximately 6 MB.

### User

Expand Down

0 comments on commit 49fe9c9

Please sign in to comment.