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 1ef1a6a commit 7b28959Copy full SHA for 7b28959
spec/omniauth/strategies/microsoft_graph_oauth2_spec.rb
@@ -151,7 +151,7 @@
151
end
152
153
it 'should set default scope to email,profile' do
154
- expect(subject.authorize_params['scope']).to eq('openid email profile https://graph.microsoft.com/User.Read')
+ expect(subject.authorize_params['scope']).to eq('offline_access openid email profile https://graph.microsoft.com/User.Read')
155
156
157
it 'should support space delimited scopes' do
0 commit comments