authType of AuthType.SAMLRedirect. I want to set up some error handling so we can log any issues, however, it seems like I'm getting some FAILURE errors even though the authentication/authorization eventually succeeds and the Liveboard is loaded in.init call runs, I'm seeing a AuthFailureType.SDK event come through initially before the redirect happens (which I guess kinda makes sense since ThoughtSpot isn't actually authenticated yet). After this event comes through, I'm seeing a redirect to our auth provider and once that completes, the Liveboard loads in and we get that SDK_SUCCESS event.FAILURE isn't a "real" failure and is instead just an indicator we need to do our SAML handshake, I'm inclined to ignore AuthFailureType.SDK types since it's just confusing noise. Is there a case where we might see a second AuthFailureType.SDK event if the handshake didn't work? Or would that be handled in a different type?