From f35575fb41db160fce4df47df62788c78f85bc50 Mon Sep 17 00:00:00 2001 From: ncook-hxgn <36889813+ncook-hxgn@users.noreply.github.com> Date: Mon, 11 Apr 2022 13:08:32 +0100 Subject: [PATCH] Fix #70 You just need update line 13 in Index.cshtml to "href="/oauth/authorize" --- OAuthWebSample/OAuthWebSample/Views/Home/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OAuthWebSample/OAuthWebSample/Views/Home/Index.cshtml b/OAuthWebSample/OAuthWebSample/Views/Home/Index.cshtml index d6a3126..8eac2f8 100644 --- a/OAuthWebSample/OAuthWebSample/Views/Home/Index.cshtml +++ b/OAuthWebSample/OAuthWebSample/Views/Home/Index.cshtml @@ -10,7 +10,7 @@
This app shows how to authorize a user to authorize an app and then to request an access token to access Azure DevOps on their behalf.
- +