Justification: Can't use Azure resource editor to update additionalLoginParams on an app service that was migrated to auth version 2.
The azure resource explorer doesn't let you update v2 settings even though it's available.
Launch an instance of Azure Cloud Shell and execute the commands in the commands.sh file.
equivalent additionalLoginParams:
"azureActiveDirectory": {
"enabled": true,
"isAutoProvisioned": true,
"login": {
"disableWWWAuthenticate": false,
"loginParameters": [
"resource=<clientId from the velow registration block>"
]
}, ...