Skip to main content

Questions tagged [azure-ad-b2c]

Azure AD B2C is a cloud identity management solution for web and mobile applications targeting your customers (consumers and businesses).

azure-ad-b2c
0 votes
1 answer
46 views

Azure B2C - confusing expiring fields in refresh token

I am using Azure B2C for authentication in my .NET Core web api project. I am trying to renew refresh token using step outlined in documentation - https://learn.microsoft.com/en-us/azure/active-...
abhilashca's user avatar
0 votes
0 answers
39 views

Server error occured while using B2C on Azure API Management Develop portal

I want to add the ability to sign in or up for my APIM developer portal via any Microsoft account type (personal or corporate, work ...). I have uploaded SocialAndLocalAccounts custom policy from the ...
dev's user avatar
  • 25
0 votes
0 answers
31 views

Azure AD B2C Bad Request Message

I am building identity layer in my app using AAD B2C. I got across very unpleasant behavior of the service. If there is a certain internal error, it responds with the page with only raw text in it: ...
marek_lani's user avatar
  • 4,093
0 votes
1 answer
45 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,226
0 votes
0 answers
61 views
+50

Azure b2c - refresh token does not include custom claims

When a user logs in, I hit a REST API that verifies the username and password and returns some properties like personId, comUsername, wcfToken, and organizationCode. These properties are then returned ...
Arjun's user avatar
  • 507
-2 votes
1 answer
24 views

Azure AD B2C custom policies: Validation in ConvertStringToPhoneNumberClaim claims transformation doesn't work

I am working on an app using B2C custom policies. Currently, I am replacing an extension attribute containing users' phone numbers with Microsoft's built-in Mobile phone attribute. In connection with ...
erkolini's user avatar
0 votes
1 answer
35 views

Implementing Azure B2C single sign on shared between multiple apps

I want to implement SSO accross multiple apps. My requirement is that we will login in one app and switch between different apps withoout having to login again. App 1- React Spa App 2 - .Net based. I ...
Rashmi936's user avatar
0 votes
0 answers
23 views

Migrating users with TOTP secrets from legacy IDP to Azure AD B2C

I am in the process of migrating a legacy IDP to Azure AD B2C. Some of our users have TOTP MFA enabled and I would like to migrate them without re-enrolling using new secrets for a seamless user ...
Nikolaj's user avatar
0 votes
0 answers
78 views

Issue with Token Generation in ASP.NET Core 8 using Azure AD B2C: Error AADSTS50049

I'm working on an ASP.NET Core 8 API called ApiApp secured with Azure AD B2C and an ASP.NET Core MVC application called WebApp. Everything works fine, and I can call ApiApp from WebApp. I want to ...
micex's user avatar
  • 43
0 votes
1 answer
78 views

Error AADSTS50049: "Unknown or invalid instance" in ASP.NET Core 8 MVC with Azure AD B2C

I am working on an ASP.NET Core 8 MVC application and using Azure AD B2C for authentication management. Below is my appsettings.json configuration: "AzureAdB2C": { "Instance": &...
micex's user avatar
  • 43
0 votes
0 answers
18 views

Automatically acquire access token for site hosted in sharepoint to authenticate in on-premise web api

Is it possible to silently, completely without user interaction, acquire access token from login.microsoftonline.com, to authenticate web api running on-premise? I have registered an app in Azure ...
pilifi's user avatar
  • 43
0 votes
0 answers
20 views

Azure B2C embedded iFrame login 400 bad request

I got custom policy to handle local sign in, forgot password and Entra ID login in my .net core 8 mvc web app. It is working fine in regular login, however I got a problem when using it with an iFrame....
Roman SVERDLOV's user avatar
0 votes
0 answers
26 views

Issue implementing impersonation in ASP.NET Core Web App via Azure B2C custom policy

We have several websites that use several different tech stacks that we would like to implement user impersonation, so an admin can login as a given user, see what they see, and be able to walk them ...
user25230787's user avatar
0 votes
1 answer
36 views

B2C Custom Policy REST API error - Bad Request

I have a B2c Custom policy defined that is supposed to call a token endpoint. Here is how I have tried to configure the policy: <TechnicalProfile Id="GetTokenInformation"> <...
Anand's user avatar
  • 31
0 votes
0 answers
29 views

B2C Custom Policy as Federated Identity Provider in AWS Cognito

I have a B2C Custom Policy configured. This policy gives id token in the output response. There are four custom attributes defined in the custom policy. These custom attributes are not stored in B2C ...
Anand's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
409