KelvinTegelaar / AzValidate

9 stars 12 forks source link

MFA Push #5

Open JeroenP87 opened 2 years ago

JeroenP87 commented 2 years ago

Why is a MFA Push notification being called from my Azure CIPP Deployment?

"repoURL": "https://github.com/KelvinTegelaar/AzValidate.git",

KelvinTegelaar commented 2 years ago

Hi Jeroen,

Not sure what you mean, can your clarify? CIPP uses a copy of AzValidate for pushing MFA confirmations to users as a way to confirm identities. It does not reference this repo.

JeroenP87 commented 2 years ago

In this ARM Template of the CIPP Azure Deployment there is a reference to here:

https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FKelvinTegelaar%2FCIPP%2Fmain%2Fdeployment%2FAzureDeploymentTemplate.json

}, "variables": { "suffix": "[substring(toLower(uniqueString(resourceGroup().id, resourceGroup().location)),0,5)]", "funcAppName": "[toLower(concat(parameters('baseName'), variables('suffix')))]", "funcStorageName": "[tolower(concat(substring(parameters('baseName'), 0, min(length(parameters('baseName')),16)), 'stg', variables('suffix')))]", "serverFarmName": "[concat(substring(parameters('baseName'), 0, min(length(parameters('baseName')),14)), '-srv-', variables('suffix'))]", "repoURL": "https://github.com/KelvinTegelaar/AzValidate.git", "uniqueResourceNameBase": "[toLower(concat(parameters('baseName'), variables('suffix')))]", "swaName": "[toLower(concat(parameters('baseName'), '-swa-', variables('suffix')))]" },