Direct link to sign-up form from web app with Entra External ID

Johan Gustafsson 55 Reputation points
2024-12-19T14:33:00.0733333+00:00

Hi!

Using Entra External ID, how can I provide the user with a link that redirects directly to the sign-up form from my web app without first going through the sign-in view and clicking the small "No account Create one"-link? It would significantly improve our user experience by providing both a sign-in and a sign-up button in our app.

Could the user flow URL be appended with a flag or similar?

Thanks!

Johan

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,968 questions
0 comments No comments
{count} vote

Accepted answer
  1. Navya 14,040 Reputation points Microsoft Vendor
    2024-12-20T19:49:21.1066667+00:00

    Hi @Johan Gustafsson

    Thank you for posting this in Microsoft Q&A.

    I understand that you are looking for a way to provide a direct link to the sign-up form in Entra External ID without first going through the sign-in view and clicking the "No account? Create one" link.

    Unfortunately, there is no direct link to the sign-up form from a web app with Entra External ID. The URL endpoint for your user flow to redirect users directly to the sign-in view with the prompt=login parameter. This parameter forces the user to enter their credentials on that request, so there is no direct option to land on the sign-up page.

    Here's an example of what the URL endpoint might look like:

    https://<tenant>.ciamlogin.com/<tenant>.onmicrosoft.com/oauth2/v2.0/authorize?client_id=af18cd68-e598-484e-a706-1234567&nonce=ClyDjki&redirect_uri=https://jwt.ms&scope=openid&response_type=id_token&prompt=login
    

    I hope this helps! Let me know if you have any other questions.

    Thanks,

    Navya

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.