Dashboard - Validate AntiforgeryToken

How can I safe guard the POST actions in the HangFire dashboard from request forgery? I am using Asp.net Identity and I have implemented IAuthorizationFilter. public bool Authorize(IDictionary<string, object> owinEnvironment){}