diff --git a/src/stars.tparnell.io/Controllers/AuthenticationController.cs b/src/stars.tparnell.io/Controllers/AuthenticationController.cs index cedeed6..f2dfb87 100644 --- a/src/stars.tparnell.io/Controllers/AuthenticationController.cs +++ b/src/stars.tparnell.io/Controllers/AuthenticationController.cs @@ -33,7 +33,7 @@ namespace stars.tparnell.io.Controllers // Instruct the middleware corresponding to the requested external identity // provider to redirect the user agent to its own authorization endpoint. // Note: the authenticationScheme parameter must match the value configured in Startup.cs - return new ChallengeResult(provider, new AuthenticationProperties { RedirectUri = string.IsNullOrWhiteSpace(ReturnUrl) ? "~/Manage" : ReturnUrl }); + return new ChallengeResult(provider, new AuthenticationProperties { RedirectUri = string.IsNullOrWhiteSpace(ReturnUrl) ? this.Url.Action("Index", "Manage") : ReturnUrl }); } [HttpGet("~/signout")] diff --git a/src/stars.tparnell.io/Project_Readme.html b/src/stars.tparnell.io/Project_Readme.html deleted file mode 100644 index 0fc12df..0000000 --- a/src/stars.tparnell.io/Project_Readme.html +++ /dev/null @@ -1,188 +0,0 @@ - - -
- -You've created a new ASP.NET 5 project. Learn what's new
-