a web page
This commit is contained in:
@ -187,5 +187,11 @@ namespace Yavsc.Controllers
|
|||||||
return View(model);
|
return View(model);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[HttpGet("~/oauth/success")]
|
||||||
|
public IActionResult NativeAuthSuccess ()
|
||||||
|
{
|
||||||
|
return RedirectToAction("Index","Home");
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -72,7 +72,7 @@ namespace Yavsc
|
|||||||
}
|
}
|
||||||
else Startup.logger.LogInformation($"ValidateClientAuthentication: KO ({clientId})");
|
else Startup.logger.LogInformation($"ValidateClientAuthentication: KO ({clientId})");
|
||||||
}
|
}
|
||||||
else Startup.logger.LogInformation($"ValidateClientAuthentication: nor Basic neither Form credential found");
|
else Startup.logger.LogWarning($"ValidateClientAuthentication: neither Basic nor Form credential were found");
|
||||||
return Task.FromResult(0);
|
return Task.FromResult(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user