1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

use Azur AD scope

This commit is contained in:
Sylvain 2021-11-03 12:29:18 +01:00
parent f62eec9d3c
commit 732fdb8ee9

View File

@ -26,7 +26,7 @@ module OmniAuth::Strategies
def authorize_params
super.tap do |params|
params[:scope] = ''
params[:scope] = 'api://b8b974a0-ecee-45fd-89cc-91d8f09d7904/User.read'
end
end