0
votes

We are using MSTeams Oauth2.0 for getting user token. For MSTeams the refresh_token has the validity of 90 days and once it expires it throws invalid_grant error.

If the User's password got expired or the User\Admin resets the password will within the 90 days will that also invalidated the access_token and refresh_token ?

1
Hi @Kumar Tech, yes, When ever your password gets expired and even admin resets the password, then also it will invalidate the access/refresh tokens.Jagadeesh-MSFT

1 Answers

0
votes

Posting the Answer for better knowledge

Copying from comments

yes, When ever your password gets expired and even admin resets the password, then also it will invalidate the access/refresh tokens.