Skip to main content

All Questions

0 votes
1 answer
75 views

Azure Static Web App - Only Allow Authenticated Users (Entra, B2C)

Problem: I am trying to setup an Azure Static Web App so the html content of it would be only accessible to the authenticated (Entra B2C) users: 1. What I have: I have a static web app in Azure (...
tridy's user avatar
  • 1,236
0 votes
1 answer
92 views

Null AccessToken returned from AuthenticationResult

Working on an ASP.NET application that authenticates the user, then redeems the authorization code to get the access token, and it's based on https://github.com/Azure-Samples/active-directory-b2c-...
samsu's user avatar
  • 77
0 votes
0 answers
41 views

Approach to validating an Azure MSAL session across B2C

We have a frontend that authenticates through an azure B2C custom policy - user flow, adds user to tenant - all good. We get back what we need from the client in that respect and the user is logged in....
Harry Lincoln's user avatar
0 votes
0 answers
114 views

Is there any way to integrate the new .NET 8 Identity API endpoints with the Microsoft Identity Platform (Azure AD B2C)?

I have recently been spending some time learning the new Identity endpoints that have been added to ASP.NET Core Web APIs as part of .NET 8. I am currently trying to develop a .NET MAUI application ...
Sam's user avatar
  • 5
0 votes
1 answer
47 views

Azure AD B2c authentication with Custom IDP

how to allow only a group of users from azure active directory to sign up or sign in in azure ad b2c when using custom identity providers? for example if I have configured Facebook as an Identity ...
Nayan Sanjeeva Byakod's user avatar
0 votes
1 answer
306 views

Azure AD B2C login with Microsoft identity provider error: Proof Key for Code Exchange is required for cross-origin authorization code redemption

I am getting this error on Azure AD B2C login with Microsoft identity provider: AADB2C90273: An invalid response was received : 'Error: invalid_request,Error Description: Proof Key for Code Exchange ...
Chirag Kothiya's user avatar
0 votes
1 answer
71 views

Issues with Azure AD B2C authentication and accessing protected resources in .NET 8 migration

I am migrating a legacy .NET application to .NET 8, where authentication is being moved from a local identity database to Azure AD B2C. Here, I first check on Azure AD B2C. If the user isn't available,...
Shehan V's user avatar
  • 166
0 votes
0 answers
35 views

Flutter - aad_b2c_webview error on scopes

I'm developing a Flutter App and I've implemented the login using the library aad_b2c_webview and a webpage. I have a different behaviour between iOS and Android. On Android, using version 0.0.51 ...
Jawas's user avatar
  • 11
0 votes
1 answer
49 views

How to authenticate react app with dotnet 3.1 web api using AppAuth.js and Azure AD B2C?

I have a react SPA which is consuming dotnet 3.1 web api. Right now the authentication is using pingFederate. Right now I need to switch to Azure AD B2C. Currently the authentication to PingFederate ...
Jyothish Bhaskaran's user avatar
0 votes
2 answers
113 views

Azure B2C - Password Reset Screen Coming Up Twice

I have set up Forgot Password functionality on a custom unified sign-in/sign-up screen (custom policy). It works perfectly fine, but asks the user for a new password on two screens instead of one. The ...
codeshinobi's user avatar
0 votes
1 answer
293 views

What are the ways to implement Biometric (Fingerprint ) Authentication with Azure Ad (B2C) In React Native App (Android And IOS)

I have setup an Azure Ad Account, Having Client Id, Tenant Id , Able to Login With Clint Id For a Added Account (In A Tenant ) From My React Native App. Now I am looking for options to implement ...
Abhijeet Bajpai's user avatar
1 vote
0 answers
103 views

Is it possible to use a token acquired by Azure SWA to authenticate against a separate Azure Function (not the linked API)

I have an Azure static web app where I "bring my own function" as the API and authenticate using Azure AD B2C. Now I'm facing the problem that the maximum request size on SWA is 30 MB, so I ...
noontz's user avatar
  • 1,885
2 votes
1 answer
144 views

Azure AD B2C - Single sign on between 2 apps in the same tenant (Next.js & wikiJS)

I have 2 apps registred in the same Azure AD B2C tenant. App1 - Next js App with azure ad b2c auth using msal-react App2 - WikiJS app with 2 auth strategies (customers and employees). These 2 apps ...
Luís Fernandes's user avatar
0 votes
1 answer
168 views

How to setup and test hangfire with Azure AD

In reference to this question: .NET Core WebApi Secure Hangfire Dashboard with Azure AD Login I have implemented hangfire with an azure AD Authentication for the hangfire dashboard, like jarodsmk ...
Roleen Eijbers's user avatar
-1 votes
1 answer
50 views

Implementing Command-Line Authentication with B2C Authentication (Separate Package)

I am working on a React application that utilizes B2C authentication. My goal is to create a separate package that can perform command-line authentication for the main application and store the ...
Mani DS's user avatar

15 30 50 per page
1
2 3 4 5
13