How to Skip the “Add Details” Page in Entra External ID After Google Sign-In?

Saravana Kumar Palanisamy 20 Reputation points
2025-11-19T04:46:17.97+00:00

I’ve integrated Google authentication with Microsoft Entra External ID (EEID). When a user selects “Sign in with Google”, they are redirected to Google’s login page, authenticate successfully, and are then returned to the Entra External Identity “Add Details” page. This page is pre-populated with the user’s email, first name, and last name retrieved from their Google profile.

After the user submits this page, their profile is created in the EEID directory and they land on the application home page.

However, in my scenario, I do not want to show the “Add Details” page at all. The information provided by Google (email + name) is already sufficient for creating the user profile in EEID. I would like the user to be automatically provisioned without being prompted for additional details.

Question: Is there a way to bypass or disable the Entra External ID “Add Details” page so that the user is created automatically after Google authentication?

Any guidance or documentation links would be greatly appreciated!

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Q&A Assist
    2025-11-19T04:46:30.12+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To skip the "Add Details" page in Microsoft Entra External ID after Google sign-in, you need to configure your user flow to automatically provision users without requiring additional input. This can typically be accomplished by setting up the user flow to use the information provided by Google (such as email and name) directly for user creation.

    Unfortunately, the specific details on how to bypass the "Add Details" page are not provided in the available context. You may want to check the Microsoft Entra documentation for user flows and see if there are options for customizing the sign-up process to meet your needs.

    For further assistance, consider looking into the configuration settings of your user flow or reaching out to Microsoft support for detailed guidance on this specific requirement.

    0 comments No comments

  2. rbrayb 21 Reputation points MVP
    2025-11-19T04:57:45.17+00:00

    There is no way to skip this.

    I'm wondering if it's possible to configure the federation to provide the attributes the "Add Details" page requires; worst case, you have to click "Save".

    0 comments No comments

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.