Azure Graph API Authentication_MissingOrMalformed
问题 I am using Azure Graph API to import users from Azure AD. In the azure portal I have added multiple Applications. I am getting clientId, tenantId from protal and creating a secret key with one year expiry. Using these values I am creating an access_token and using that token connecting to AD. Here is the code public static String loginUrlPrefix = "https://login.windows.net/"; public static String loginUrlSufix = "/oauth2/token"; public static String importUrl = "https://management.core