filter

jetpack_sso_default_to_sso_login

Display the SSO login form as the default when both the default and SSO login forms are enabled.

Parameters

true
bool

Should the SSO login form be displayed by default when the default login form is also enabled?

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.

Notes

By default, the SSO log in form is displayed first, with an extra link allowing you to log in using your local credentials. If you’d like, you can use the jetpack_sso_default_to_sso_login filter to change that default behaviour:
add_filter( 'jetpack_sso_default_to_sso_login', '__return_false' );