Skip to main content

All Questions

0 votes
1 answer
33 views

Azure B2C does not receive script information written in HTML files uploaded to storage

I'm trying to customize the "Forgot Password" page look from B2C's Ocean Blue template. I want to remove the screen with the "Change-email" button. The solution after a lot of ...
simpleman9x's user avatar
-1 votes
1 answer
201 views

how to achieve msal azure ad b2c in react native

const config = { issuer: 'https://zoomonlineb2c.b2clogin.com/zoomonlineb2c.onmicrosoft.com/B2C_1_MobileSignup_in/v2.0', clientId: '83c5579e-d55b-4647-8c93-b66ee2961f49', redirectUrl: ...
Nalin Sakthivel's user avatar
0 votes
1 answer
278 views

How to implement user consent in applications multitenant registered with Azure AD B2 with microsoft graph to access Microsoft Calendar API?

I have tried registering the application on Azure AD B2C by selecting the option "Accounts in any identity provider or organizational directory (for authenticating users with user flows)". I ...
Darman's user avatar
  • 3
0 votes
1 answer
78 views

Adding a Custom Field to the Sign-in Page in Azure B2C

I'm wondering if there's a way to include a custom field on the Sign-in page in Azure B2C using custom policy. My goal is to add a checkbox for users to consent to cookies. Currently, I've tried a ...
muhd's user avatar
  • 11
0 votes
0 answers
40 views

Execute Javascript on a Azure ADB2C custom sign-up page

I managed to be able to execute custom javascript on an Azure ADB2C sign-up page by using the "Custom page" feature and enabling Javascript from the User Flow properties in Azure ADB2C. For ...
Bruno's user avatar
  • 4,615
0 votes
1 answer
227 views

Using Azure ADB2C and MSAL, is it possible to refresh the bearer token without re-entering the password?

Current situation I have an ADB2C server with these settings: A custom User Attribute InstancesAvailable was created This user attribute is set to be returned as an Application claims in in my "...
Bruno's user avatar
  • 4,615
1 vote
2 answers
207 views

Verifying Azure AD token on API

I use Azure AD B2C to login on a React Native app. This app can make API calls to a CMS (Strapi). Before returning a response, the CMS has to check that the user that makes the request is logged in. ...
EmJee's user avatar
  • 183
2 votes
1 answer
229 views

Custom Sign-In Page Not Executing Javascript

Unable to get Javascript to execute on my custom flow's page to modify the page after the injected api tag. When running flows, the latest version 2.1.14 reports a regex pattern error, version 2.1.10 ...
ΩmegaMan's user avatar
  • 30.8k
0 votes
1 answer
363 views

Use Azure CosmosDB with MSAL Login in Single-Page-Application with CosmusDBClient

I´m trying to connect to an Azure CosmosDB with my Azure AD credentials from a Single-Page-Application. I have a SPA with a working login. So my users are logged in! In Azure I have a working App-...
Björn Enders's user avatar
1 vote
2 answers
380 views

Error trying to add JavaScript to Azure B2C Local Signup Page

I have the following arbitrary JavaScript snippet on an HTML page stored in Azure Storage (using a screenshot to try to demonstrate, as far as I can see, that the syntax is correct): The page loads, ...
glosrob's user avatar
  • 6,681
0 votes
1 answer
82 views

how to include bootstrap.bundle.min.js script in azure ad b2c

I have added the script of bootstrap.bundle.min.js for the carousel but the indicators are not automatically working moving from one to another indicator. version of bootstrap I am using is V5. I have ...
Anirudh Singh's user avatar
3 votes
2 answers
724 views

Azure B2C window load event

I have the Custom UI for Azure B2C. I would like to do some actions on window load event https://developer.mozilla.org/en-US/docs/Web/API/Window/load_event I tried to implement it in different ways, e....
Jan Borowiak's user avatar
0 votes
0 answers
479 views

MSAL Issue when using login Pop up in .net MVC

I have an issue on azure AD authenticate, I want to make a social sign up form and implement the popup login on that, but when the user success login with social login the popup not close and the ...
Dewa Dwi's user avatar
  • 105
1 vote
0 answers
958 views

Playwright - Login problem with Azure B2C login

I'm trying to do some tests with playwright. I use Azure B2C for the login service. I have followed the authentication documentation on official website: Playwright auth documentation I have created a ...
Andy88's user avatar
  • 737
0 votes
1 answer
610 views

How to implement msal-node in a non-monolithic application design that utilises route and middleware modules?

I am creating a Node.js application with Azure AD B2C authentication. The logic I want to implement is within this sample: https://github.com/Azure-Samples/active-directory-b2c-msal-node-sign-in-sign-...
user1063287's user avatar
  • 10.7k

15 30 50 per page
1
2 3 4 5