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 614f293 commit 5cb02d7Copy full SHA for 5cb02d7
lib/omniauth/microsoft_graph/version.rb
@@ -1,5 +1,5 @@
1
module Omniauth
2
module MicrosoftGraph
3
- VERSION = "0.3.1"
+ VERSION = "0.3.2"
4
end
5
lib/omniauth/strategies/microsoft_graph.rb
@@ -5,7 +5,7 @@ module Strategies
class MicrosoftGraph < OmniAuth::Strategies::OAuth2
6
BASE_SCOPE_URL = 'https://graph.microsoft.com/'
7
BASE_SCOPES = %w[offline_access openid email profile].freeze
8
- DEFAULT_SCOPE = 'openid email profile User.Read'.freeze
+ DEFAULT_SCOPE = 'offline_access openid email profile User.Read'.freeze
9
10
option :name, :microsoft_graph
11
0 commit comments