AZ-204 Develop Azure compute solutions • Set 13
AZ-204 Develop Azure compute solutions Practice Test 13 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. You have an Azure App Service that uses the authentication settings shown. Users report that they are repeatedly prompted to sign in even after authenticating. What is the most likely cause?
{
"type": "Microsoft.Web/sites/config",
"apiVersion": "2022-09-01",
"name": "authsettings",
"properties": {
"enabled": true,
"defaultProvider": "AzureActiveDirectory",
"issuer": "https://login.microsoftonline.com/{tenant-id}/v2.0",
"clientId": "xxx",
"allowedAudiences": ["https://myapp.azurewebsites.net"],
"loginParameters": ["scope=openid profile email"]
}
}