Move to a Claim based security

This commit is contained in:
nicolas.dorier
2018-04-30 02:33:42 +09:00
parent 3954ce2137
commit 1fc9a1a54b
18 changed files with 235 additions and 118 deletions

View File

@@ -24,7 +24,7 @@ using System.Globalization;
namespace BTCPayServer.Controllers
{
[Authorize]
[Authorize(AuthenticationSchemes = "Identity.Application")]
[Route("[controller]/[action]")]
public class ManageController : Controller
{