can we have two separate email verification code generation limits?

mamoorkhan 1 Reputation point
2022-10-14T11:23:53.337+00:00

As the title suggests, can we have two or more separate settings for the code generation? For example, we have forgot password flows and mfa flows, we won't want our forgot password attempts to counts towards our mfa signin flow attempts. I tried to create copies of the Technical Profiles that generates the codes, but they still count towards the same limit. The settings I am talking about are below

            <Item Key="Operation">GenerateCode</Item>  
            <Item Key="CodeExpirationInSeconds">{Settings:OtpCodeExpirationInSeconds}</Item>  
            <Item Key="CodeLength">{Settings:OtpCodeLength}</Item>  
            <Item Key="CharacterSet">{Settings:OtpCharacterSet}</Item>  
            <Item Key="ReuseSameCode">{Settings:OtpReuseSameCode}</Item>  
            <Item Key="NumRetryAttempts">{Settings:OtpMaxRetryAttempts}</Item>  
            <Item Key="NumCodeGenerationAttempts">{Settings:OtpMaxCodeGenerationAttempts}</Item>  
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,947 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Givary-MSFT 33,936 Reputation points Microsoft Employee
    2022-10-18T08:21:14.253+00:00

    @mamoorkhan Thank you for reaching out to us. Researched on your ask, as far as i know such configuration/customization is not possible, reason it counts is because you are still using the Azure MFA though the technical profile will be different , hope this clarifies.

    Let me know if you have any further questions.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.