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 da0e4e0 commit 624c953Copy full SHA for 624c953
lib/omniauth/strategies/microsoft_graph.rb
@@ -17,7 +17,7 @@ class MicrosoftGraph < OmniAuth::Strategies::OAuth2
17
option :token_params, {
18
}
19
20
- option :scope, "https://graph.microsoft.com/profile https://graph.microsoft.com/email https://graph.microsoft.com/User.Read https://graph.microsoft.com/User.ReadBasic.All"
+ option :scope, "offline_access https://graph.microsoft.com/User.Read"
21
22
uid { raw_info["id"] }
23
0 commit comments