mirror of https://github.com/portainer/portainer
fix(oauth): fix missing scopes for microsoft provider
parent
2ef8c0b33e
commit
b6f04c5e0d
|
@ -8,7 +8,7 @@ angular.module('portainer.extensions.oauth')
|
||||||
accessTokenUrl: 'https://login.microsoftonline.com/TENANT_ID/oauth2/token',
|
accessTokenUrl: 'https://login.microsoftonline.com/TENANT_ID/oauth2/token',
|
||||||
resourceUrl: 'https://graph.windows.net/TENANT_ID/me?api-version=2013-11-08',
|
resourceUrl: 'https://graph.windows.net/TENANT_ID/me?api-version=2013-11-08',
|
||||||
userIdentifier: 'mail',
|
userIdentifier: 'mail',
|
||||||
scope: 'id,email,name',
|
scopes: 'id,email,name',
|
||||||
name: 'microsoft'
|
name: 'microsoft'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue