Closed pippaz closed 1 year ago
Client Secret input is not in steps on the https://learn.microsoft.com/en-us/samples/azure-samples/active-directory-dotnet-native-aspnetcore-v2/1-desktop-app-calls-web-api/ link
@pippaz how did you fix your issue?
I entered the client secret information. The README file had instructions that this link didn't. They are out of sync/date
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
Line that fails: // Call the To Do list service. 289: HttpResponseMessage response = await _httpClient.PostAsync(TodoListApiAddress, content);