-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintegration-manifest.json
More file actions
280 lines (280 loc) · 13.5 KB
/
integration-manifest.json
File metadata and controls
280 lines (280 loc) · 13.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
{
"$schema": "https://keyfactor.github.io/integration-manifest-schema.json",
"name": "Azure App Registration and Enterprise Application Orchestrator",
"integration_type": "orchestrator",
"status": "production",
"description": "The Azure App Registration and Enterprise Application Orchestrator extension remotely manages both Azure App Registration/Application certificates and Enterprise Application/Service Principal certificates.",
"support_level": "kf-supported",
"release_dir": "AzureEnterpriseApplicationOrchestrator\\bin\\Release",
"release_project": "AzureEnterpriseApplicationOrchestrator/AzureEnterpriseApplicationOrchestrator.csproj",
"link_github": true,
"update_catalog": true,
"about": {
"orchestrator": {
"UOFramework": "10.4",
"pam_support": false,
"store_types": [
{
"Name": "Azure App Registration (Application)",
"ShortName": "AzureApp",
"Capability": "AzureApp",
"LocalStore": false,
"ClientMachineDescription": "The Azure Tenant (directory) ID that owns the Service Principal.",
"StorePathDescription": "The Application ID of the target Application/Service Principal that will be managed by the Azure App Registration and Enterprise Application Orchestrator extension.",
"SupportedOperations": {
"Add": true,
"Remove": true,
"Enrollment": false,
"Discovery": true,
"Inventory": true
},
"Properties": [
{
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"Description": "The Application ID of the Service Principal used to authenticate with Microsoft Graph for managing Application/Service Principal certificates.",
"Required": true
},
{
"Name": "ServerPassword",
"DisplayName": "Server Password",
"Type": "Secret",
"Description": "A Client Secret that the extension will use to authenticate with Microsoft Graph for managing Application/Service Principal certificates, OR the password that encrypts the private key in ClientCertificate. If Client Cert Auth is used _and_ the Client Certificate's private key is not encrypted, you **must** select 'No Value' for this field.",
"Required": false
},
{
"Name": "ClientCertificate",
"DisplayName": "Client Certificate",
"Type": "Secret",
"Description": "The client certificate used to authenticate with Microsoft Graph for managing Application/Service Principal certificates. See the [requirements](#client-certificate-or-client-secret) for more information. If Client Certificate Auth is not used, you **must** select 'No Value' for this field.",
"Required": false
},
{
"Name": "AzureCloud",
"DisplayName": "Azure Global Cloud Authority Host",
"Type": "MultipleChoice",
"DefaultValue": "public,china,germany,government",
"Description": "Specifies the Azure Cloud instance used by the organization.",
"Required": false
},
{
"Name": "ServerUseSsl",
"DisplayName": "Use SSL",
"Type": "Bool",
"DefaultValue": "true",
"Description": "Specifies whether SSL should be used for communication with the server. Set to 'true' to enable SSL, and 'false' to disable it.",
"Required": true
}
],
"PasswordOptions": {
"EntrySupported": false,
"StoreRequired": false,
"Style": "Default"
},
"PrivateKeyAllowed": "Forbidden",
"ServerRequired": true,
"PowerShell": false,
"BlueprintAllowed": false,
"CustomAliasAllowed": "Required"
},
{
"Name": "Azure Enterprise Application (Service Principal)",
"ShortName": "AzureSP",
"Capability": "AzureSP",
"LocalStore": false,
"ClientMachineDescription": "The Azure Tenant (directory) ID that owns the Service Principal.",
"StorePathDescription": "The Application ID of the target Application/Service Principal that will be managed by the Azure App Registration and Enterprise Application Orchestrator extension.",
"SupportedOperations": {
"Add": true,
"Remove": true,
"Enrollment": false,
"Discovery": true,
"Inventory": true
},
"Properties": [
{
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"Description": "The Application ID of the Service Principal used to authenticate with Microsoft Graph for managing Application/Service Principal certificates.",
"Required": true
},
{
"Name": "ServerPassword",
"DisplayName": "Server Password",
"Type": "Secret",
"Description": "A Client Secret that the extension will use to authenticate with Microsoft Graph for managing Application/Service Principal certificates, OR the password that encrypts the private key in ClientCertificate. If Client Cert Auth is used _and_ the Client Certificate's private key is not encrypted, you **must** select 'No Value' for this field.",
"Required": false
},
{
"Name": "ClientCertificate",
"DisplayName": "Client Certificate",
"Type": "Secret",
"Description": "The client certificate used to authenticate with Microsoft Graph for managing Application/Service Principal certificates. See the [requirements](#client-certificate-or-client-secret) for more information. If Client Certificate Auth is not used, you **must** select 'No Value' for this field.",
"Required": false
},
{
"Name": "AzureCloud",
"DisplayName": "Azure Global Cloud Authority Host",
"Type": "MultipleChoice",
"DefaultValue": "public,china,germany,government",
"Description": "Specifies the Azure Cloud instance used by the organization.",
"Required": false
},
{
"Name": "ServerUseSsl",
"DisplayName": "Use SSL",
"Type": "Bool",
"DefaultValue": "true",
"Description": "Specifies whether SSL should be used for communication with the server. Set to 'true' to enable SSL, and 'false' to disable it.",
"Required": true
}
],
"PasswordOptions": {
"EntrySupported": false,
"StoreRequired": false,
"Style": "Default"
},
"PrivateKeyAllowed": "Required",
"ServerRequired": true,
"PowerShell": false,
"BlueprintAllowed": false,
"CustomAliasAllowed": "Required"
},
{
"Name": "Azure App Registration 2 (Application)",
"ShortName": "AzureApp2",
"Capability": "AzureApp2",
"LocalStore": false,
"ClientMachineDescription": "The Azure Tenant (directory) ID where the Application is instantiated",
"StorePathDescription": "The Object ID of the target Application/App Registration that will be managed by the Azure App Registration and Enterprise Application Orchestrator extension.",
"SupportedOperations": {
"Add": true,
"Remove": true,
"Enrollment": false,
"Discovery": true,
"Inventory": true
},
"Properties": [
{
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"Description": "The Application ID of the Service Principal used to authenticate with Microsoft Graph for managing Application/App Registration certificates.",
"Required": true
},
{
"Name": "ServerPassword",
"DisplayName": "Server Password",
"DependsOn": "ServerUsername",
"Type": "Secret",
"Description": "A Client Secret that the extension will use to authenticate with Microsoft Graph for managing Application/App Registration certificates. If Client Certificate Auth is used, you **must** select 'No Value'.",
"Required": false
},
{
"Name": "ClientCertificate",
"DisplayName": "Client Certificate",
"DependsOn": "ServerUsername",
"Type": "Secret",
"Description": "The client certificate used to authenticate with Microsoft Graph for managing Application/App Registrations certificates. See the [requirements](#client-certificate-or-client-secret) for more information. If Client Certificate Auth is not used, you **must** check 'No Value'.",
"Required": false
},
{
"Name": "ClientCertificatePassword",
"DisplayName": "Client Certificate Password",
"DependsOn": "ClientCertificate",
"Type": "Secret",
"Description": "The (optional) password that encrypts the private key in ClientCertificate. If Client Certificate Auth is not used, you **must** check 'No Value'.",
"Required": false
},
{
"Name": "AzureCloud",
"DisplayName": "Azure Global Cloud Authority Host",
"Type": "MultipleChoice",
"DefaultValue": "public,china,germany,government",
"Description": "Specifies the Azure Cloud instance used by the organization.",
"Required": false
}
],
"PasswordOptions": {
"EntrySupported": false,
"StoreRequired": false,
"Style": "Default"
},
"PrivateKeyAllowed": "Forbidden",
"ServerRequired": true,
"PowerShell": false,
"BlueprintAllowed": false,
"CustomAliasAllowed": "Required"
},
{
"Name": "Azure Enterprise Application 2 (Service Principal)",
"ShortName": "AzureSP2",
"Capability": "AzureSP2",
"LocalStore": false,
"ClientMachineDescription": "The Azure Tenant (directory) ID where the Service Principal is instantiated",
"StorePathDescription": "The Object ID of the target Service Principal/Enterprise Application that will be managed by the Azure App Registration and Enterprise Application Orchestrator extension.",
"SupportedOperations": {
"Add": true,
"Remove": true,
"Enrollment": false,
"Discovery": true,
"Inventory": true
},
"Properties": [
{
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"Description": "The Application ID of the Service Principal used to authenticate with Microsoft Graph for managing Service Principal/Enterprise Application certificates.",
"Required": true
},
{
"Name": "ServerPassword",
"DisplayName": "Server Password",
"DependsOn": "ServerUsername",
"Type": "Secret",
"Description": "A Client Secret that the extension will use to authenticate with Microsoft Graph for managing Service Principal/Enterprise Application certificates. If Client Certificate Auth is used, you **must** check 'No Value'.",
"Required": false
},
{
"Name": "ClientCertificate",
"DisplayName": "Client Certificate",
"DependsOn": "ServerUsername",
"Type": "Secret",
"Description": "The client certificate used to authenticate with Microsoft Graph for managing Service Principal/Enterprise Application certificates. See the [requirements](#client-certificate-or-client-secret) for more information. If Client Certificate Auth is not used, you **must** check 'No Value'.",
"Required": false
},
{
"Name": "ClientCertificatePassword",
"DisplayName": "Client Certificate Password",
"DependsOn": "ClientCertificate",
"Type": "Secret",
"Description": "The (optional) password that encrypts the private key in ClientCertificate. If Client Certificate Auth is not used or the certificate's private key is not encrypted, you **must** check 'No Value'.",
"Required": false
},
{
"Name": "AzureCloud",
"DisplayName": "Azure Global Cloud Authority Host",
"Type": "MultipleChoice",
"DefaultValue": "public,china,germany,government",
"Description": "Specifies the Azure Cloud instance used by the organization.",
"Required": false
}
],
"PasswordOptions": {
"EntrySupported": false,
"StoreRequired": false,
"Style": "Default"
},
"PrivateKeyAllowed": "Required",
"ServerRequired": true,
"PowerShell": false,
"BlueprintAllowed": false,
"CustomAliasAllowed": "Required"
}
]
}
}
}