simple-oauth2

Unable to exchange auth-code to get access-token using Microsoft identity platform in my node application

不羁的心 提交于 2021-02-08 08:16:22
问题 I am implementing OAuth2 using Microsoft identity platform. For this purpose, I registered my app to Azure Active Directory admin center and got an app-id and other app credentials. Redirect-url also mentioned as well. So first of all, I generated auth-url (code snippet is provided below) and got an auth-code to my redirect endpoint. when I try to exchange auth-code to get access-token, it throws as exception with statuscode 401 with error message "401 Unauthorized". I am using simple-oauth2