Hi *,
I created an identity portal, where the user can manage its own profile. The user should be able to activate MFA with google authenticator for his account. So far I can create a mfa device and get the qr code with:
curl POST --url ‘https://rehau-sso-poc.eu.auth0.com/mfa/associate’ --header…
How do I confirm this device via API? Currently the Auth0 dashboard says ‘Enrollment not complete’…??