Skip to content

Commit ec5d067

Browse files
Remove Compliance Cener
Remove the M365 compliance center from the list of required credentials since it is no longer a supported portal. Add next gen defender portal support as optional. Signed-off-by: Elliot Huffman <elliot_huffman@shilab.com>
1 parent b0b3660 commit ec5d067

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

specs/SHIELD.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
"audience"
239239
]
240240
},
241-
"Authenticator.Container.Credentials": {
241+
"Authenticator.Container.SccAuthCredentials": {
242242
"title": "SHIELD - Authenticator - SCC Auth",
243243
"description": "SHIELD - Defender, and Purview portal Container Credentials",
244244
"type": "object",
@@ -255,24 +255,23 @@
255255
"type": "string",
256256
"format": "date-time"
257257
},
258+
"defender": {
259+
"$ref": "#/components/schemas/Authenticator.Container.SccAuthCredentials.CredentialContainer"
260+
}
258261
"security": {
259-
"$ref": "#/components/schemas/Authenticator.Container.Credentials.SccAuth"
260-
},
261-
"compliance": {
262-
"$ref": "#/components/schemas/Authenticator.Container.Credentials.SccAuth"
262+
"$ref": "#/components/schemas/Authenticator.Container.SccAuthCredentials.CredentialContainer"
263263
},
264264
"purview": {
265-
"$ref": "#/components/schemas/Authenticator.Container.Credentials.SccAuth"
265+
"$ref": "#/components/schemas/Authenticator.Container.SccAuthCredentials.CredentialContainer"
266266
}
267267
},
268268
"required": [
269269
"authenticatedUpn",
270270
"security",
271-
"compliance",
272271
"purview"
273272
]
274273
},
275-
"Authenticator.Container.Credentials.SccAuth": {
274+
"Authenticator.Container.SccAuthCredentials.CredentialContainer": {
276275
"title": "SHIELD - Authenticator - SCC Auth - Credential Container",
277276
"description": "Container for the credentials for a single SccAuth authenticated site.",
278277
"properties": {
@@ -1046,7 +1045,7 @@
10461045
},
10471046
"description": "Deprive your threats of practical significance. Deploy the Securing Privilege Access architecture. All in a few seconds.",
10481047
"title": "SHI Environment Lockdown and Defense",
1049-
"version": "3.0.0"
1048+
"version": "3.0.1"
10501049
},
10511050
"openapi": "3.0.0",
10521051
"paths": {

0 commit comments

Comments
 (0)