1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

fix(oauth): fix missing scopes for microsoft provider

This commit is contained in:
Anthony Lapenna 2019-02-18 15:21:06 +13:00
parent 2ef8c0b33e
commit b6f04c5e0d

View file

@ -8,7 +8,7 @@ angular.module('portainer.extensions.oauth')
accessTokenUrl: 'https://login.microsoftonline.com/TENANT_ID/oauth2/token',
resourceUrl: 'https://graph.windows.net/TENANT_ID/me?api-version=2013-11-08',
userIdentifier: 'mail',
scope: 'id,email,name',
scopes: 'id,email,name',
name: 'microsoft'
},
{