Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

288
Vistas
MSAL B2C Browser signup sign in user flow

I am a using B2C MSAL Browser.js

I have a working sign up sign in flow however when I want to pass a extraQueryParameter to the sign up page it get's cleared after the user hit's the sign up button.

const request = {
    scopes: [process.env.id],
    extraQueryParameters: { id: "123" },
  };

 msalInstance.loginRedirect(request);

I can see at the login the the query parameter get's added but when I hit sign up it get's removed, is there a way to pass it to the sign up, or hit the sign up page directly without having to create separate user flows?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Note: You have to use custom policies.

To amplify what @JasSuri said:

The parameter is in the query string

At the end of the authentication request, you could have:

....&id=123

In the technical profile for sign up, add:

<Item Key="IncludeClaimResolvingInClaimsHandling">true</Item>

to the metadata.

Assume "queryID" is a textbox on the sign-up page.

Then have an input claim in your sign up:

<InputClaim ClaimTypeReferenceId="queryID" DefaultValue="{OAUTH-KV:id}" AlwaysUseDefaultValue="true"/>

You can then also use "queryID" in your user journey.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda