mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-25 01:04:02 +08:00
Add missing scopes for Azure AD OpenID Connect [SCI-4544]
This commit is contained in:
parent
943285d4a0
commit
d5e3ac2769
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module OmniAuth
|
|||
response_mode: response_mode,
|
||||
response_type: response_type,
|
||||
nonce: new_nonce,
|
||||
scope: 'openid'
|
||||
scope: 'openid profile email'
|
||||
}
|
||||
params[:p] = options[:sign_in_policy] if options[:sign_in_policy].present?
|
||||
|
||||
|
|
Loading…
Reference in a new issue