mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-23 17:39:59 +00:00
21 lines
653 B
YAML
21 lines
653 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: True
|
||
|
ingest_groups: True
|
||
|
groups_pattern:
|
||
|
allow:
|
||
|
- ".*"
|
||
|
users_pattern:
|
||
|
allow:
|
||
|
- ".*"
|
||
|
|
||
|
sink:
|
||
|
# sink configs
|