skip to Main Content

Why do Azure Functions not support System.Text.Json and everyone uses NewtonSoft in examples?

Why do Azure Functions not support System.Text.Json and everyone uses newtonsoft in examples? Is it possible to use System.Text.Json in Azure functions? public static class FanyFunctionName { [FunctionName("FanyFunctionName")] public static async Task<IActionResult> Run( [HttpTrigger(AuthorizationLevel.Function, "post", Route = null)] HttpRequest req,…

VIEW QUESTION

Combined MFA using 'TOTP' and 'Email' failing in Azure B2C

I'm trying to enable combined MFA options for Azure B2C via custom policies but I'm receiving error while trying to do so. I've used https://github.com/azure-ad-b2c/samples/blob/master/policies/mfa-email-or-phone/policy/SignUpOrSignin_PhoneOrEmailMFA.xml as my starting point. I'm getting error Profile 'Jwt Issuer' in policy 'B2C_1A_signup_signin_saml' in tenant…

VIEW QUESTION
Back To Top
Search