How can I limit my users to creating personal access tokens with no more than 90 day expiry and disallow tokens with no expiration.
Hi @Tony Rice
You can use this system property -Datlassian.pats.max.tokens.expiry.days=90. This property will set the maximum number of days for a token to expire. If you decided to change this property, the new value will apply only to tokens created after your change and won't affect already created tokens.
https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.