Question: An OTP (TOTP, SMS, email whatever) provides an additional check in order to authenticate. What MINIMUM SET of operations should be protected by the OTP check to ensure the additional authentication check is not pointless? My starting list is: ...

Question: In my custom policy I used the example here: https://github.com/azure-ad-b2c/samples/tree/master/policies/totp I have TOTP working, but I want to make sure I will be able to reset it if a user doesn’t have access to their authenticator app anymore. NOTE: ...

Question: I have made a few pipelines in Azure Data Factory, which transfer and modify data from Blob Storage (Excel Files) to Azure SQL. They were off for like 2 month and the company has implemented MFA on whole Azure ...