We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28161dc + 8232479 commit 881699eCopy full SHA for 881699e
index.js
@@ -138,4 +138,11 @@ oauthPlugin.GOOGLE_CONFIGURATION = {
138
tokenPath: '/oauth2/v4/token'
139
}
140
141
+oauthPlugin.MICROSOFT_CONFIGURATION = {
142
+ authorizeHost: 'https://login.microsoftonline.com',
143
+ authorizePath: '/common/oauth2/v2.0/authorize',
144
+ tokenHost: 'https://login.microsoftonline.com',
145
+ tokenPath: '/common/oauth2/v2.0/token'
146
+}
147
+
148
module.exports = oauthPlugin
0 commit comments