Changed the configuration property to additionalScopes and added a tested helper function to combine lists of scopes.

Signed-off-by: Daniel Doberenz <daniel.doberenz@lichtblick.de>
This commit is contained in:
Daniel Doberenz
2023-11-15 07:18:13 +01:00
parent 1ff268479e
commit abfaf8c502
5 changed files with 88 additions and 6 deletions
+2 -2
View File
@@ -55,8 +55,8 @@ auth:
clientSecret: ${AZURE_CLIENT_SECRET}
tenantId: ${AZURE_TENANT_ID}
domainHint: ${AZURE_TENANT_ID}
scope:
- user.read
additionalScopes:
- Mail.Send
```
The Microsoft provider is a structure with three mandatory configuration keys: