@ -1,8 +1,6 @@
using System;
namespace Volo.Abp.AspNetCore.Security;
[AttributeUsage(AttributeTargets.Class)]
public class IgnoreAbpSecurityHeaderAttribute : Attribute
{
@ -20,7 +20,7 @@ namespace Volo.Abp.OpenIddict.Controllers;
public class AuthorizeController : AbpOpenIdDictControllerBase
[HttpGet, HttpPost]
[IgnoreAntiforgeryToken, IgnoreAbpSecurityHeader]
[IgnoreAntiforgeryToken]
public virtual async Task<IActionResult> HandleAsync()
var request = await GetOpenIddictServerRequestAsync(HttpContext);