-
New Feature
-
Resolution: Not A Defect
-
Minor
https://github.com/jenkinsci/saml-plugin/blob/main/doc/TROUBLESHOOTING.md#azure-ad
The above documentation says to "the refresh token can live for a maximum of 14 days", but currently refresh token lifetime in AzureAD(EtnraID) is 90 days as below.
https://learn.microsoft.com/en-us/entra/identity-platform/configurable-token-lifetimes
I think followings should be corrected to 90 days or 7,776,000 seconds.
"the refresh token can live for a maximum of 14 days"
"upping this to 1209600 (which is 14 days in seconds/the max lifetime of the Refresh Token)."