I am developing a custom (white label) Guardian App using Guardian SDK. So in the Multifactor Auth setting I specified AWS SNS settings. I have also enabled Custom Hosted Page for Guardian and use the widget as on the following exmaple
When doing enrollment, I scanned the QRCode on my custom hosted page. However the UserID I get from the QRCode is in format of “gusr_xxxx” (xxxx is a hashed random string) instead of my userid in Auth0 (auth0|xxxx)
I have no idea what this userid coming from (look like a Guardian internal user identifier) , and how can I use it to associate with my Auth0 user.
Any idea?