Skip to content

Commit

Permalink
Merge pull request #3688 from dodona-edu/microsoft-prompt
Browse files Browse the repository at this point in the history
Force office 365 sign in to prompt user selection before sign in
  • Loading branch information
jorg-vr authored Jun 1, 2022
2 parents c55c19a + 98b78ee commit 923c1e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/office365.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def authorize_params
end

params[:scope] ||= DEFAULT_SCOPE
params[:prompt] = 'select_account'
end
end

Expand Down

0 comments on commit 923c1e2

Please sign in to comment.