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?
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!
Hi @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:
@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 or add the code to your theme’s functions.php file (note: theme-based configuration will need to be migrated if you switch themes).