I am trying to configure Webhook on a Bitbucket repository to trigger a Jenkins Job.
The event details say I am getting an HTTP 403 error and am trying to authenticate as an anonymous user in Jenkins. I can get it to work if I add Administer and Read access to anonymous but only if I disable the Cross Site Request Forgery. If I enable Cross Site Request Forgery then I get "No valid crumb was included in the request" 403 error. I don't want to authenticate as an anonymous and I want to enable Cross Site Request Forgery.