We want to have MFA using Duo enabled also for users from ADFS.
The problem is that the Auth0 user_id of such users is in the form “user_id”: “TestAdfs|testuser@auth0testdomain.com” - containing a pipe “|” in it. And Duo SDK explicitly disallows usernames to contain pipes - duo_nodejs/duo.js at master · duosecurity/duo_nodejs · GitHub
Would you be able to help us here? I tried to google for how to configure ADFS enterprise connection and Duo at the same time, but did not find anything.