I’m having problem to find right way how to enable MFA for specific user concrete TOTP Authenticator password…
The idea is that inside our app we have user profile settings that can all users adjust… We wanna let users decide to enable/disable MFA by them… And also let them setup this in our app… At the end this settings need to by applied on login time by Universal UI so the user that configured MFA will be prompt to enter TOTP password…
- What is proper way to enable MFA for concrete user using managment API…
- What is proper way to generate QRcode or Where the secret required for this generation is stored? I don’t see any SDK methods for this…
- Can we use management API for this? or only what I red the “token” API which seems to not have SDK…
(We use .net, C#)…
Thx for any response or pointing me on right way…