EAR - execution after redirection
Basically , when you try to vistit the homapage "/" and the application redirect you to some other web page like "/login" or "/abc...." - their is where EAR takes place
To bypass authentication :-
just capture the request in burp -> do intercept response -> change the 302 Found to 200 Ok -> forward the request