signup method of Auth0 Java Client is throwing ClassCastException when specified password strength does not meet password complexity rules.
On signup - if the specified password value violates the configured password complexity rules for the related connection - the Java client is throwing ClassCastException ( attempt to cast Map into a String ),