Azure-Samples/active-directory-dotnet-webapp-openidconnect

Steps to follow this tutorial

Closed this issue · 1 comments

The testing has to be publish to Azure to work right? I try to just run in local, click login, then go to here https://localhost:44320/Account/SignIn with 400 Bad Request. Then I feel some confusion, do I missing something or some where is wrong.

Finally I know why it's Bad Request: because I put ida:Tenant, ida:ClientId values all in brackets: "[ ]"; remove "[ ]" all works. I saw the Web.config file has this "[]", thought it's a "must" syntax. confusing, and it will difficult to found this error.