Specify maximum active tokens per user per client
See original GitHub issueIn order to comply with https://web.nvd.nist.gov/view/800-53/Rev4/control?controlName=AC-10, we would like to be able to control the maximum number of active tokens per user per client, such that old tokens are automatically invalidated when the limit is exceeded. An example interface might look like this:
properties:
uaa:
clients:
my-client:
max-active-tokens: 2
From slack:
@jmcarp We are currently working on features along those lines. Starting with only 1 active refresh token per client/user combo
Issue Analytics
- State:
- Created 7 years ago
- Reactions:7
- Comments:25 (14 by maintainers)
Top Results From Across the Web
Token Best Practices - Auth0
Auth0 limits the amount of active refresh tokens to 200 tokens per user per application. This limit only applies to active tokens. If...
Read more >How to modify the number of allowable active tokens per user ...
Launch an SSH client, such as PuTTy. · Navigate to /opt/rsa/am/utils: · Run one of the following commands: To set the limit for...
Read more >Configurable token lifetimes - Microsoft Entra
Learn how to set lifetimes for access, SAML, and ID tokens issued by the Microsoft identity platform.
Read more >What is the maximum refresh tokens per connected app? 4 or 5?
Requests for refresh tokens increase the Use Count displayed for the application. You must grant access to your Salesforce data from each device ......
Read more >API Protection token management properties - IBM
Specifies the number of seconds an access token is valid. When the access token becomes invalid, the client cannot use it to access...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
👋 to all the old homies who got notified by this ancient thread ✌️
@jmcarp @LinuxBozo We will add this support in the upcoming version of UAA.