We are moving from using Lock to a custom login screen. We used to use the default Lock object and call onAuth before retrieving the idToken from the returned credentials.
We are now calling Auth0.authentication().login without setting a scope or audience (we are also not OIDC conformant right now). However, the idToken returned is longer than the idToken returned by Lock.
I am a little confused as what to do, so any help is greatly appreciated!