Questions tagged [azure-b2c]

Synonym of azure-ad-b2c tag https://stackoverflow.com/tags/azure-ad-b2c/

304 questions
0
votes
1 answer

Azure b2c accesstoken does not work with aZURE APIM

I'm facing a problem when I try to call an API from Azure APIM using the JWT validation in the inbound process here's the conf : APIM policy conf accessToken retrieved from the client application : data retrieved from azure b2c when authentication…
0
votes
1 answer

Why I'm getting an empty access token from azure b2c using vuejs 3

I'm using the last version of MSAL.js (@azure/msal-browser": "^2.23.0"),I can successfully authnenticat but the access token is empty I dont know why. I'm posting the code here I hope anyone could help please ? export const useAuthUserStore =…
0
votes
2 answers

How can I pass id_token_hint

I have a blazor application. It is authenticated using Azure AD B2C. The sign in user flow is set to Require ID Token in logout requests. When the user is trying to log out, the following error is received: Sorry, but we're having trouble signing…
David Shochet
  • 5,035
  • 11
  • 57
  • 105
0
votes
0 answers

Azure b2c MSAL stuck at " Login_In_Progress" error AngularJS SPA + .Net project

I recently inherited this very old web application built with legacy AngularJS and the middleware written in C#. I'm trying to use Azure B2c OAuth using MSAL JS library but for the life of me can't figure it out. I successfully integrated on another…
0
votes
2 answers

Blazor ServerApp Azure b2C - how to Allow Anonymous Access To Website and not display SigninSignUp B2C Login page on web start

A Useful Question For Blazor Server App AD B2C first timers Where and how to configure or programmatically change default out the box behavior of Azure B2c on a blazor Server App - to allow anonymous guest access to the website without the website…
0
votes
1 answer

Azure B2C Server Web Application

Working on a Razor Page web application and trying to let it authenticate users against Azure b2c. I have configured the following code. builder.Services.AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme) …
0
votes
2 answers

adb2c {Context:KMSI} always false

I am trying to return "Remember Me" checkbox selected as a claim in Access_token. Setting this under Sign-In technical profile: However the value…
Ray
  • 7
  • 2
0
votes
0 answers

Redirect to provider website after custom page SSO authentication

I am trying to build a simple POC website. Basically, user will use AzureB2C and Facebook as auth provider. Once authenticated, I want to simply have a button that the user can click that would take them to facebook.com, authenticated. Is this…
0
votes
1 answer

Inviting User from one app for another app?

Our current system contains two web applications with OAuth2 centralized user management. Application A is an OAuth client and application B is the OAuth provider. And application A is for internal users and application B is for external users as…
vic
  • 2,548
  • 9
  • 44
  • 74
0
votes
2 answers

How to create a B2C tenant for existing Directory?

My current directory doesn't have a B2C Tenant, so following this MS Doc to create one for my existing SPA app to fully utilize AZ AD B2C, such as allowing Apple, Google and Twitter authentication. Registered AzureActiveDirectory in current…
Jeb50
  • 6,272
  • 6
  • 49
  • 87
0
votes
1 answer

ADB2C - Issue with 'SignIn only' user flow with MSAL library

In my ADB2C application, I want to give only sign-In provision to user without sign-up option. I am using ADB2C 'SignIn' user flow in .Net core application. I have included Microsoft identity in application. So, signin is taken care by this library…
0
votes
1 answer

How to integrate OAuth with Azure B2C in Spring MVC?

I have to integrate OAut, Azure AD B2C for my existing spring mvc application. Appreciate any help on implementing the base.
0
votes
1 answer

Split the Signup screen into 2 screens 1. Email validation 2. actual user registration

I am looking to split the Sign Up page into 2 screens as mentioned in this link; https://github.com/azure-ad-b2c/samples/tree/master/policies/split-email-verification-and-signup However, the Username that I am using as the UPN value in B2C isn't…
Kev
  • 45
  • 6
0
votes
0 answers

Azure B2C getting values from API return object

I can't seem to get the values from the OutputClaims from my return object after making a REST API call to show up in the JWT token. I've tried this when I return a single string it works fine, but this is returning an object that looks like this…
brachen33
  • 117
  • 2
  • 10
-1
votes
1 answer

Is there any way to change B2C properties post creation

I created one B2C tenant following this tutorial https://learn.microsoft.com/en-us/azure/active-directory-b2c/tutorial-create-tenant During creation, I entered details like Organization name as Contoso b2c by default. Now I need to change these…
1 2 3
20
21