-
Type:
Improvement
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: 7.29.0
-
Fix Version/s: None
-
Component/s: Access Tokens
-
Labels:None
-
Location:External
A new feature added to a users Profile is the ability to Generate Identity Tokens. This tokens are related to the user that creates them, but they can now create them through the UI instead of the API.
The issue is that by default the Identity Tokens are created with 31536000 Seconds (or 1 year). This is an issue because our company password policy is 90 days, and we can not have authentication tokens or passwords that last longer than that.
We have set the "artifactory.access.token.non.admin.max.expires.in=" value to be 90 days, but that does not seem to apply to these Identity Tokens generated through the UI. I am requesting that we can be able to set the max amount of time that these identity tokens can be set for.