Response from /oauth2/v2.0/token does not include Refresh Token

Tobias Kuess 26 Reputation points
2022-11-08T12:00:57.827+00:00

Hello,

we're currently gettin our access & refresh tokens via ADAL 4J but want to transition to the Auzre AD Rest APIs. Unfortunately, unlike stated in the documentations, the endpoint which yields an access token does not include a refresh token. We are calling the followung URL:

POST https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token

with the following parameters:

  • client_id, client_secret of the application
  • grant_type: password
  • scope: user.read

why is the refresh token missing? Unfortunately the refresh token is very important for our frontends.

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
14,619 questions
Azure Active Directory External Identities
{count} votes

0 additional answers

Sort by: Most helpful