I've been building Azure Active Directory apps for years to use Oauth2 authentication, and to be able to access my users emails or agenda.
From what I remember from apps I was developing about 1 year ago, the refresh_token returned in the Oauth2 process was expiring after about 2 months.
Now they seem not to expire anymore, which seems to be confirmed by documentation (https://learn.microsoft.com/en-us/azure/active-directory/develop/active-directory-configurable-token-lifetimes#token-lifetimes-with-confidential-client-refresh-tokens).
As Microsoft documentation can be contradictory and things have been moving fast lately on Azure API integrations, does anyone know if they expire, or if there is a way to get this info from a refresh_token?