Filtering based on authentication schemes

Specifying the AuthenticationSchemes on the following controller will only allow users who are authenticated with the cookies authentication scheme:

    [Route("api/[controller]")] 
[Authorize(ActiveAuthenticationSchemes ="Cookies")]
public class EmployeeController : Controller
{
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.142.133.54