Skip to content

Commit a53bae4

Browse files
authored
add config ids for AD (#281)
1 parent 1b37845 commit a53bae4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

h5pyd/_apps/config.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,21 @@
4545
"help": "storage Bucket to use (S3 Bucket, Azure Container, or top-level directory)",
4646
"choices": ["BUCKET",]
4747
},
48+
"hs_ad_app_id": {
49+
"default": None,
50+
"flags": ["--ad-app-id",],
51+
"help": "Azure AD Application ID",
52+
},
53+
"hs_ad_tenant_id": {
54+
"default": None,
55+
"flags": ["--ad-tenant-id",],
56+
"help": "Azure AD Tenant ID",
57+
},
58+
"hs_ad_resource_id": {
59+
"default": None,
60+
"flags": ["--ad-resource-id",],
61+
"help": "Azure AD Resource ID",
62+
},
4863
"hs_keycloak_client_id": {
4964
"default": None,
5065
"flags": ["--keycloak-client-id",],

0 commit comments

Comments
 (0)