Share via

Remove "Enter a valid email address or phone number" in user input box and Disable sign-up in a sign-up and sign-in user flow together

Praveen Singh 0 Reputation points
2025-09-15T11:05:22.41+00:00

Hi Team,

I am facing issue of Signin page with user flow.

1- When I am applying: https://graph.microsoft.com/beta/identity/authenticationEventsFlows/<user_flow_id>

{
    "@odata.type": "#microsoft.graph.externalUsersSelfServiceSignUpEventsFlow",
    "onInteractiveAuthFlowStart": {
        "@odata.type": "#microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp",
        "isSignUpAllowed": true
    }
}

So signin page showing up -> Below user email id input box: No account? Create one

2- If I do

  "isSignUpAllowed": false

In user email input box its showing: **"**Enter a valid email address or phone number"

while entering "abc" and simple text in input box.
I don't want both option to be visible:

1- " **Enter a valid email address or phone number"
It should be Enter a valid email address" remove phone number. 2-** No account? Create one
Provide me solution around this. Is there any API or setting.
image-20250902-132128

image-20250915-073322

Microsoft Security | Microsoft Entra | Microsoft Entra External ID

Your answer

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