Question about log events "Success Exchange" and "Success Login"

I would guess that Resource Owner flow wouldn’t give a successful login because it doesn’t actually involve the auth0 login screen, meaning the user hasn’t actually logged into Auth0. You would probably need to interpret a sepft as a successful login and fepft as failed (unless you don’t use refresh tokens, then it’s more complicated).

1 Like