Follow up - ba0111c4a4
- Fixes #3230 - Hybrid Office-Accounts can't authenticate via Office 365 login.
This commit is contained in:
parent
ba0111c4a4
commit
205105fd47
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ RSpec.describe 'OAuth', type: :request do
|
|||
expect(response).to have_http_status(:found)
|
||||
expect(response.body).to include('https://login.microsoftonline.com/common/oauth2/v2.0/authorize')
|
||||
expect(response.body).to include('redirect_uri=http%3A%2F%2Fzammad.example.com%2Fauth%2Fmicrosoft_office365%2Fcallback')
|
||||
expect(response.body).to include('scope=openid+email+profile')
|
||||
expect(response.body).to include('scope=openid+User.Read+Contacts.Read')
|
||||
expect(response.body).to include('response_type=code')
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue