othercorey
othercorey
@cnizzardini Can you follow up on this?
@markstory can you take another look?
> @markstory after following the stackTrace() it seems that it is failing at Authorization, but it shouldn't actually receive Authroization and fail at Authention itself - so still trying to...
This needs to be rebased.
Merged 2.x into 2.next.
Can't this be done using the AuthorizationMiddleware exception handling? That can redirect from a ForbiddenException.
Can't you just throw a `Authorization\Exception\Exception` which `AuthorizationMiddleware` will catch? You can re-use the `unauthorizedHandler` config for requests.
Looks like this isn't getting support for now.
Do we need to continue with this change?
@markstory Do we want this to not fail? I'm not sure users would recognize the failure happened if we ignore it and successfully complete. Baking all could generate a lot...