From 9813cb0f1522b47c602adc49e3389319505d0195 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 5 Oct 2021 08:27:04 +1100 Subject: [PATCH] Update a.json --- src/technologies/a.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index c27469166..5fa4b6742 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -2754,6 +2754,7 @@ "X-EC-Debug": "", "server": "^(?:ECAcc|ECS|ECD)" }, + "implies": "Azure", "icon": "azure.svg", "website": "https://azure.microsoft.com/en-us/services/cdn/" }, @@ -2838,13 +2839,14 @@ "oss": true, "website": "http://augmented-ui.com" }, - "Azure AD B2C": { + "Azure AD B2C": { "cats": [ - 19 + 69 ], - "description": "Identity and access management as a service for customer-facing apps.", + "description": "Azure Active Directory B2C is a customer identity access management (CIAM) solution.", "icon": "AzureADB2C.png", - "url": "https.+\\.b2clogin\\.com", + "url": "https.+\\.b2clogin\\.com", + "implies": "Azure", "website": "https://azure.microsoft.com/en-us/services/active-directory/external-identities/b2c/" } -} \ No newline at end of file +}