mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-04 15:50:14 +00:00
22 lines
726 B
YAML
22 lines
726 B
YAML
---
|
|
source:
|
|
type: "azure-ad"
|
|
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"
|
|
ingest_users: False
|
|
ingest_groups: True
|
|
ingest_group_membership: True
|
|
ingest_groups_users: True
|
|
groups_pattern:
|
|
allow:
|
|
- ".*"
|
|
sink:
|
|
type: "datahub-rest"
|
|
config:
|
|
server: "http://localhost:8080" |