doNotRedirect support for logoutConfirmed
logoutConfirmed method can be provided a Boolean doNotRedirect
flag to prevent it from performing any $location.url(...) change. This prevents changing the location when logoutConfirmed is called due to an expired or cookie missing authorization scenario, which prevents a miscellaneous redirect that ultimately bumps the user to the logoutRedirectUrl location.