Questions tagged [azure-ad-b2c-custom-policy]

Azure AD B2C custom policies are configuration files for defining Azure AD B2C tenant. They are commonly used for addressing complex scenario that cannot be addressed through user flows.

Sample scenarios https://github.com/azure-ad-b2c/samples/tree/master#sample-scenarios

To provide product feedback, visit the Azure Active Directory B2C Feedback page.

1054 questions
0
votes
1 answer

Query String Claims Resolver with SAML2 B2C Custom Policy

Is it possible to read a custom query string parameter from a SAML2 relying party request?. Using the {OAUTH-KV:any custom query string} does not…
solidstore
  • 105
  • 1
  • 14
0
votes
1 answer

how to connect Azure AD B2C to Azure AD

As I am working on SSO, I have my on-premised application on aadb2c and my cloud application is registered on AAD, is there any way to migrate consumer identities by using custom identity provider or any other way
0
votes
1 answer

Azure B2c custom attributes in custom policies do not come in the token

I created a custom policy in Azure B2c and used custom attributes. However, custom attributes only enter the token when the user creates the account. When he logs in again, the custom attribute does not come in the token. Below is my…
0
votes
1 answer

I wish to add customised branding at application level . how to do it?

I'm using azure ad and wish to have different branding pages for login for each registered app. Currently, I'm able to only set the company branding which works on the organization level. I tried the application branding but it doesn't seem to…
0
votes
1 answer

How to avoid exceptions when providing a ClaimsProviderSelection after login?

I'm trying implement a flow which allows a user to select from one of several verification options, using an My flow works as expected when I specify only a single , but…
iris-HP
  • 101
  • 4
0
votes
1 answer

Azure B2C Custom policy / custom ui - Embed 'password reset' and 'sign up' button from a different page

We have a Azure B2C custom login page which displays 'sign in' text fields, 'sign up' and 'password reset' links. How can we add only 'sign up' and 'password reset' buttons in a different page of the application. Thanks
Lak Ranasinghe
  • 240
  • 4
  • 13
0
votes
1 answer

New UI Page that will display custom message in AAD B2C

How to display the New UI(password expiry notification) page after sign-in. The content of the UI is A header with text " Your Password will expire in next 14 days" (14..13...12.. 1) and 2 Buttons Skip and Continue. Continue should redirect to…
0
votes
1 answer

Azure B2C login screen error disappears due to reload

I have custom policy in my b2c with customized UI (i.e. removed signup link and added company branding) and application has deployed on server. When I run the app, redirects to b2c login screen and If get any error due incorrect password or no…
Vikas
  • 25
  • 4
0
votes
1 answer

Azure Ad b2c custompolicy starter pack local signin

I have tried to make custom policies. then I used custom policy starter pack from https://github.com/Azure-Samples/active-directory-b2c-custom-policy-starterpack.git First I registered new user, then I tried sign In process but it doesn't…
denshita
  • 7
  • 2
0
votes
0 answers

Automated testing for B2C custom policies

I am in search of a feasible option to automate the functional testing of B2C custom policies such as sign-in, sign up, profile edit, and forgot username. I have been reviewing testcafe scripts and be able to perform a POC for the sign-in policy…
0
votes
0 answers

Azure B2C Custom policies - Dynamically assign different JWT Issuer based on a claim value (TenantID)

I want to dynamically assign different JWT Issuer based on a TenantID receive as a claim in Azure B2C Custom Policies. I have tested below and it works fine. Is there is a better way to do this? Claim named "extension_userTenantId" returns 1,2,3 or…
Lak Ranasinghe
  • 240
  • 4
  • 13
0
votes
2 answers

Using SendGrid and B2C Custom Policy to send customised email

Am trying to combine azure b2c and sendgrid to send a custom verification code email using SendGrid. after performing the steps mention the reference link below, am getting an error saying Basic credentials specified for 'SendOtp' are invalid.…
0
votes
0 answers

Extract specific claims inside JSON

I have a call to REST API that returns: { "a": false, "b": 1, "student": { "person": { "name": "Complete name here" ... } } } In this way... I need extract person.name from student to a claim…
Reni Dantas
  • 117
  • 10
0
votes
0 answers

Adding a custom password reset button in a custom sign in page - Azure B2C

So I have this sign in custom page

Sign in to your account:

Madonna Remon
  • 1,149
  • 1
  • 7
  • 12
0
votes
1 answer

Azure AD B2C custom policy - send query string parameter to 3rd party

I am working on a B2C case that involves integration with a 3rd party identity provider using OpenIdConnect. This third party expects a specific query string parameter to be sent one or more…
VRPF
  • 3,118
  • 1
  • 14
  • 15