2021-08-29 11:32:40 -04:00
|
|
|
---
|
|
|
|
source:
|
2021-09-02 12:24:10 -04:00
|
|
|
type: "azure-ad"
|
2021-08-29 11:32:40 -04:00
|
|
|
config:
|
|
|
|
client_id: "00000000-0000-0000-0000-000000000000"
|
|
|
|
tenant_id: "00000000-0000-0000-0000-000000000000"
|
|
|
|
client_secret: "xxxxx"
|
|
|
|
redirect: "https://login.microsoftonline.com/common/oauth2/nativeclient"
|
|
|
|
authority: "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000"
|
|
|
|
token_url: "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/token"
|
|
|
|
graph_url: "https://graph.microsoft.com/v1.0"
|
2021-10-26 21:23:08 -07:00
|
|
|
ingest_users: False
|
2021-08-29 11:32:40 -04:00
|
|
|
ingest_groups: True
|
|
|
|
ingest_group_membership: True
|
2021-10-26 21:23:08 -07:00
|
|
|
ingest_groups_users: True
|
|
|
|
groups_pattern:
|
|
|
|
allow:
|
|
|
|
- ".*"
|
2021-08-29 11:32:40 -04:00
|
|
|
sink:
|
|
|
|
type: "datahub-rest"
|
|
|
|
config:
|
2021-12-27 14:48:45 +01:00
|
|
|
server: "http://localhost:8080"
|