Thanks for the response!
I already tried updating reply url for app registration to https://webapp-openidconnect-dotnet20201126153555.azurewebsites.net/signon-oidc but still getting below error. i even republished sample app after updating apps.json file with below. No clue why it fails
"AppRegistrations": [
{
"x-ms-id": "active-directory-aspnetcore-webapp-openidconnect-v2",
"x-ms-name": "aspnetcore-webapp-openidconnect-v2",
"x-ms-version": "2.0",
"replyUrlsWithType": [
{
"url": "https://webapp-openidconnect-dotnet20201126153555.azurewebsites.net/signin-oidc",
"type": "Web"
}
],
"oauth2AllowIdTokenImplicitFlow": true,
"logoutUrl": "https://webapp-openidconnect-dotnet20201126153555.azurewebsites.net/signout-callback-oidc",
"requiredResourceAccess": [
{
"x-ms-resourceAppName": "Microsoft Graph",
"resourceAppId": "00000003-0000-0000-c000-000000000000",
"resourceAccess": [
{
"id": "e1fe6dd8-ba31-4d61-89e7-88639da4683d",
"type": "Scope",
"x-ms-name": "user.read"
}
]
}
],
ERROR:
Sign in
Sorry, but we’re having trouble signing you in.
AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '6070898a-ddc3-42e2-a478-e3f48f59f65a'.
Troubleshooting details
If you contact your administrator, send this info to them.
Copy info to clipboard
Request Id: fd110936-f305-4b07-bd52-ea2782847701
Correlation Id: b666a62e-f6ef-43ab-aae4-04e2c42d90fa
Timestamp: 2020-11-30T14:24:17Z
Message: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '6070898a-ddc3-42e2-a478-e3f48f59f65a'.
Advanced diagnostics: Enable
If you plan on getting support for an issue, turn this on and try to reproduce the error. This will collect additional information that will help troubleshoot the issue.