Add Microsoft scope options
This commit is contained in:
parent
498204253c
commit
dca2a72e19
|
|
@ -95,6 +95,12 @@ switch ($providerName) {
|
|||
break;
|
||||
case 'Microsoft':
|
||||
$provider = new Microsoft($params);
|
||||
$options = [
|
||||
'scope' => [
|
||||
'wl.imap',
|
||||
'wl.offline_access'
|
||||
]
|
||||
];
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue