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.
1 parent 1a8b598 commit d8457afCopy full SHA for d8457af
lib/omniauth/strategies/microsoft_graph.rb
@@ -13,8 +13,8 @@ class MicrosoftGraph < OmniAuth::Strategies::OAuth2
13
14
option :client_options, {
15
site: 'https://login.microsoftonline.com/',
16
- token_url: 'organizations/oauth2/v2.0/token',
17
- authorize_url: 'organizations/oauth2/v2.0/authorize'
+ token_url: 'common/oauth2/v2.0/token',
+ authorize_url: 'common/oauth2/v2.0/authorize'
18
}
19
20
option :authorize_options, %i[state callback_url access_type display score auth_type scope prompt login_hint domain_hint response_mode]
0 commit comments