Title: Allow multiple MFA types
Last modified: December 15, 2025

---

# Allow multiple MFA types

 *  [sentrypress](https://wordpress.org/support/users/sentrypress/)
 * (@sentrypress)
 * [5 months, 2 weeks ago](https://wordpress.org/support/topic/allow-multiple-mfa-types/)
 * Your plugin has been working flawlessly until recently some of our remote users
   have been migrating away from a username/password to “Windows Hello” and receiving
   login errors.
   Is there a way to allow multiple (or all) MFA types?
 * Thank you in advance!

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Support [Scott Buscemi](https://wordpress.org/support/users/swb1192/)
 * (@swb1192)
 * [5 months, 2 weeks ago](https://wordpress.org/support/topic/allow-multiple-mfa-types/#post-18757135)
 * Hi, we have a patch in progress that may allow for this. [https://github.com/pantheon-systems/wp-saml-auth/pull/433](https://github.com/pantheon-systems/wp-saml-auth/pull/433)
 * We’re expecting a new version to be released soon. You may choose to test this
   pre-release PR and add the filter to see if it resolves your issue.
 *  Thread Starter [sentrypress](https://wordpress.org/support/users/sentrypress/)
 * (@sentrypress)
 * [5 months, 2 weeks ago](https://wordpress.org/support/topic/allow-multiple-mfa-types/#post-18758446)
 * Ok thank you Scott!
 * Is there a date in mind for the next official release?
 *  Plugin Support [Scott Buscemi](https://wordpress.org/support/users/swb1192/)
 * (@swb1192)
 * [5 months, 2 weeks ago](https://wordpress.org/support/topic/allow-multiple-mfa-types/#post-18758510)
 * No promises, but we’re shooting for the next 1-2 weeks.
 *  Thread Starter [sentrypress](https://wordpress.org/support/users/sentrypress/)
 * (@sentrypress)
 * [4 months, 3 weeks ago](https://wordpress.org/support/topic/allow-multiple-mfa-types/#post-18778142)
 * Hi Scott,
 * Has the new version been released?
 * Thank you!
 *  Plugin Contributor [Anais Pantheor](https://wordpress.org/support/users/anaispantheor/)
 * (@anaispantheor)
 * [4 months, 3 weeks ago](https://wordpress.org/support/topic/allow-multiple-mfa-types/#post-18778149)
 * Hello, we will be releasing it in the next few days. Thank you for your patience.
 *  Plugin Contributor [Anais Pantheor](https://wordpress.org/support/users/anaispantheor/)
 * (@anaispantheor)
 * [4 months, 2 weeks ago](https://wordpress.org/support/topic/allow-multiple-mfa-types/#post-18779711)
 * Hello [@sentrypress](https://wordpress.org/support/users/sentrypress/), the update
   has been released. Please let us know if this improve your experience with the
   plugin.
 *  Thread Starter [sentrypress](https://wordpress.org/support/users/sentrypress/)
 * (@sentrypress)
 * [4 months, 1 week ago](https://wordpress.org/support/topic/allow-multiple-mfa-types/#post-18792813)
 * Hello,
 * We upgraded to your latest release and the end-users authenticating with “Windows
   Hello” are still seeing this same error message as before we upgraded. Please
   advise. Thanks in advance!
 * ![](https://i0.wp.com/www.edgemarkpartners.com/sso-error.png?ssl=1)
 *  Plugin Contributor [Anais Pantheor](https://wordpress.org/support/users/anaispantheor/)
 * (@anaispantheor)
 * [4 months, 1 week ago](https://wordpress.org/support/topic/allow-multiple-mfa-types/#post-18793662)
 * Hi [@sentrypress](https://wordpress.org/support/users/sentrypress/), thank you
   for the update. 
   Would you mind first confirming that you have added the following
   filter? Without it set up, the problem will persist. **readme.txt**_If you’re
   using the OneLogin connection type and need to modify the `internal\_config` (
   e.g. to set `requestedAuthnContext` to `false`), you can use the `wp\_saml\_auth\
   _internal\_config` filter:_
 *     ```wp-block-code
       /**
        * Modify the OneLogin SAML configuration.
        */
       add_filter( 'wp_saml_auth_internal_config', function( $config ) {
           $config['security'] = array(
               'requestedAuthnContext' => false,
           );
           return $config;
       } );
       ```
   
 * Hopefully, this should be enough to fix the sso error.
 *  Thread Starter [sentrypress](https://wordpress.org/support/users/sentrypress/)
 * (@sentrypress)
 * [4 months, 1 week ago](https://wordpress.org/support/topic/allow-multiple-mfa-types/#post-18793743)
 * Hi Anais,
 * Can you reply with specific directions on how to add this filter? Up until now
   I’d only been using the WordPress backend for configuration.
 * Thank you!
 *  Plugin Contributor [Anais Pantheor](https://wordpress.org/support/users/anaispantheor/)
 * (@anaispantheor)
 * [4 months, 1 week ago](https://wordpress.org/support/topic/allow-multiple-mfa-types/#post-18793757)
 * [@sentrypress](https://wordpress.org/support/users/sentrypress/), find this excerpt
   from the readme.txt about installing the filter.
   _**Where to add configuration
   code:** When using the filter-based configuration approach, add your code to 
   a location that loads before the plugin initializes. You can [create a custom must-use plugin](https://docs.pantheon.io/guides/wordpress-configurations/mu-plugin)
   or add the code to your theme’s `functions.php` file (note: theme-based configuration
   will need to be migrated if you switch themes)_.

Viewing 10 replies - 1 through 10 (of 10 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fallow-multiple-mfa-types%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/wp-saml-auth/assets/icon-256x256.png?rev=3348767)
 * [WP SAML Auth](https://wordpress.org/plugins/wp-saml-auth/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-saml-auth/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-saml-auth/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-saml-auth/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-saml-auth/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-saml-auth/reviews/)

 * 10 replies
 * 3 participants
 * Last reply from: [Anais Pantheor](https://wordpress.org/support/users/anaispantheor/)
 * Last activity: [4 months, 1 week ago](https://wordpress.org/support/topic/allow-multiple-mfa-types/#post-18793757)
 * Status: not resolved