Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default Access Rules for VIP Sites #8

Open
kevinfodness opened this issue Mar 24, 2023 · 0 comments
Open

Default Access Rules for VIP Sites #8

kevinfodness opened this issue Mar 24, 2023 · 0 comments

Comments

@kevinfodness
Copy link
Member

  • Enable login with WordPress.com
  • Match by email address
  • Enforce use of 2FA on WordPress.com accounts
  • Enforce use of 2FA on site logins also
  • Require login in order to access non-production environments

For Jetpack SSO auto-configuration, his would involve:

  • filtering jetpack_sso_match_by_email and returning 1
  • filtering jetpack_sso_require_two_step and returning 1
  • filtering jetpack_active_modules and ensuring sso is in the list

We could go a step further and filter jetpack_remove_login_form to return true to force the use of WP.com accounts if we so desire (which could be disabled on a per-site basis, but the default security posture would be to force the use of WP.com accounts)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant