Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
-1 votes
0 answers
24 views

I seem to have added the Application to be enrolled in my custom User Flow. But I don't get prompted for the information when I sign in and I can't "Run User Flow" simulation because "...
Jason Kleban's user avatar
-3 votes
1 answer
46 views

I am using Azure AD B2C Custom Policies and have a claim defined for DOB like this: <ClaimType Id="extension_dob"> <DisplayName>DOB</DisplayName> <DataType>date&...
Sarfraz Khan's user avatar
1 vote
1 answer
38 views

We are building an IdP-initiated SSO flow using Azure AD B2C custom policies, where the journey must: Read 3 querystring values: enc_attrs_token, sp, and EntityId Pass them to a backend REST API via ...
TNBG's user avatar
  • 13
0 votes
1 answer
112 views

I’m using Azure AD B2C with a custom HTML sign-in page and a SPA that uses MSAL (msal-browser). Setup: B2C tenant: https://<tenant>.b2clogin.com (dev) SPA uses loginRedirect with MSAL. Custom ...
Khalic's user avatar
  • 3,560
-1 votes
0 answers
55 views

I am working on an Azure Microsoft Entra External ID authentication in my MAUI Blazor hybrid app. I have a user flow in my tenant to allow external users to sign in via Google. When I created it, it ...
Andrew Saad's user avatar
1 vote
0 answers
136 views

Scenario: the user will get an invite link, which the admin triggers. The link will navigate the user to "change password" dialog with Azure ADB2C, where the user finishes the registration ...
Tinaira's user avatar
  • 863
0 votes
0 answers
111 views

I currently have an azure Entra External ID tenant working with a signupsignin user flow for local account that collects a few user attributes: name, surname, country, displayname. I then use the ...
Norrec's user avatar
  • 553
0 votes
1 answer
73 views

[ERR] Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectHandler Message contains error: 'invalid_grant', error_description: 'AADB2C90090: The specified kid 'cpimcore_09252015' is not ...
ArulKumar Sivaraj's user avatar
0 votes
0 answers
59 views

We currently have an Azure B2C tenant configured so that external users can log into our website. We currently use user flows for the basic scenarios (sign-in, sign-up, password reset, etc.), but in ...
user25230787's user avatar
0 votes
2 answers
80 views

I have an angular app (ver. 20.2, zoneless, standalone), running locally for now at https://localhost:4200. The app uses Angular Auth OIDC Client. As per docs, I use autoLoginPartialRoutesGuard for ...
AlexB's user avatar
  • 4,684
0 votes
1 answer
434 views

In Azure AD B2C we had the following setup: We configured Entra ID as an identity provider using a multi-tenant app. This allowed any Entra ID user (from any tenant) to log in. After login, we had ...
marek_lani's user avatar
  • 4,151
0 votes
0 answers
129 views

I am attempting to use Terraform to create an app registration in Azure B2C. I have previously succeeded in this task by manually using Graph API requests in Postman. This involved: Create the ...
Mateusz Bas's user avatar
0 votes
1 answer
177 views

I am trying to create an app registration for a UI app in Azure AD B2C and use it in a Sign In flow. If the app registration is created manually using the Azure Portal, when I run the Sign In user ...
Mateusz Bas's user avatar
-1 votes
2 answers
181 views

Our system uses User Flows, not custom policy, and is a React SPA. We currently use local accounts for logins, with MFA enabled. Now I have enabled a social login for Google SSO. When users login with ...
David Russell's user avatar
1 vote
1 answer
53 views

I created a local (email + password) account in my Azure AD B2C tenant, which successfully signs into my web application via user flows. However, this account cannot access or modify B2C components ...
Ebin Tom's user avatar
0 votes
0 answers
66 views

I have issues with our Azure AD B2C custom policy for contact sign-up, specifically with the TOTP (authenticator app) step and the handling of the objectId claim. With version 2.1.35: The form ...
Ret 2's user avatar
  • 113
0 votes
1 answer
63 views

Implementing TOTP MFA in Azure AD B2C custom policy. The QR code URI (qrCodeContent) is being generated correctly and matches the expected format (e.g., otpauth://totp/Test:[email protected]?secret=...&...
Ret 2's user avatar
  • 113
0 votes
2 answers
85 views

Description: Having issues with implementing TOTP MFA in an Azure AD B2C custom policy and are encountering a critical issue: the QR code does not render on the EnableOTPAuthentication page, and the ...
Ret 2's user avatar
  • 113
0 votes
0 answers
96 views

I am using B2C Custom Policies to implement the UserInfo endpoint. I followed instructions in this article) to add the UserInfo endpoint, TechnicalProfile, and UserJourney. I also added a RESTful ...
realmikep's user avatar
  • 699
1 vote
1 answer
71 views

I am experiencing persistent schema validation errors when uploading my Azure AD B2C custom policy, specifically related to the <ClaimsTransformations> section. The error message is not always ...
Ret 2's user avatar
  • 113
0 votes
1 answer
64 views

I am experiencing an issue with my Azure AD B2C custom policy where the extension_inviteToken claim, although present in the /authorize URL and audit logs, is not being passed to my REST API technical ...
Ret 2's user avatar
  • 113
0 votes
0 answers
31 views

I am trying the sample code from https://github.com/dotnet/blazor-samples/tree/main/8.0/BlazorWebAppOidcServer. The Home and Count components work fine but the Login results in : This site can’t ...
Zahra Ghadyani's user avatar
1 vote
1 answer
134 views

I'm setting up SSO behaviors across multiple modules of a web platform using Azure AD B2C Custom Policies as the identity layer. The modules are React apps served from different subdomains under a ...
Clement Germain's user avatar
0 votes
1 answer
115 views

Description: We are implementing a custom policy (B2C_1A_CONTACTSIGNUP) for contact users in Azure AD B2C. Our application supports two separate authentication schemes: one for main account users (...
Ret 2's user avatar
  • 113
0 votes
2 answers
123 views

I'm implementing a custom policy (ContactSignUp.xml) in Azure AD B2C that calls a REST API (ValidateInvite in InviteController) when a user clicks an email link to sign up. The inviteToken is passed ...
Ret 2's user avatar
  • 113
-1 votes
2 answers
189 views

I'm trying to implement a simple pure Email verification policy, in which the claim should return just the verified email address post-verification. When I run the flow, it just opens the b2clogin ...
marius's user avatar
  • 45
0 votes
1 answer
80 views

I have tried everything to resolve this error message when typing to upload this custom extension policy. The error message is not reflecting what is really happening. All of the claims have a ...
Ret 2's user avatar
  • 113
0 votes
1 answer
64 views

I have a technical profile for login, that also include UseTechnicalProfileForSessionManagment = SM-AAD. Once user is fully authenticated; I have another Journey that allows them to change their ...
The Chos3n Ron's user avatar
0 votes
1 answer
284 views

I need to preserve the user's state in the application (where B2C is IDP and AEM is SP). That is, if the user bookmarks a page or needs to maintain the page's state, they should be able to do so. Upon ...
AskMe's user avatar
  • 2,635
0 votes
1 answer
71 views

The error returned was 409/Request_MultipleObjectsWithSameKeyValue: An extension property exists with the name I am using this in my GitHub Action - uses: azure-ad-b2c/deploy-trustframework-policy@...
user30651774's user avatar
0 votes
2 answers
90 views

I am creating a custom policy in azureb2c with atlassian as identity provider (oauth2.0). I followed this article. In my endpoint (in the article it's an azure function) where I exchange the ...
Carlos's user avatar
  • 114
0 votes
0 answers
72 views

In AD B2C application, during the signup flow. The user has to select the "user content, " a check box (that is a boolean value). I have created a custom claim for that. This custom claim ...
AskMe's user avatar
  • 2,635
-1 votes
1 answer
75 views

Hi i am try to implement ADB2C login in laravel , in Tenant Create time its show it will discontinue they tell setup in entra, Error Image how we can setup there i can't find any resource please help ...
Laravel coder's user avatar
0 votes
0 answers
133 views

I have a B2C custom policy application using SAML, where Azure AD B2C is the SAML IDP and the Adobe(AEM) application is the SAML SP. I'm trying to implement single sign-out, but I'm not getting the ...
AskMe's user avatar
  • 2,635
0 votes
1 answer
121 views

I am configuring my AAD B2C to allow sign-in with a SAML Identity Provider by following this guide: https://learn.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-generic-saml I ...
KaeL's user avatar
  • 3,661
0 votes
0 answers
33 views

I am trying to understand how to configure Firebase for Azure B2C. I use Flutter for Web and trying to use firebase for authentication. Instead of basic authentication, I use Azure B2C provider ...
Brijesh Shah's user avatar
0 votes
0 answers
134 views

I'm using an Azure ADB2C sign in flow that calls an Azure function to set custom claims, in my case userId, prior to the authorization ticket being set. My Blazor app consumes my token correctly and I ...
GH DevOps's user avatar
  • 512
-1 votes
1 answer
111 views

I have an Angular SPA application with a .NET Core WebAPI, both registered in B2C and using UserFlows. All works perfectly. Now, we are working with a 3rd party "partner" web app that does ...
realmikep's user avatar
  • 699
0 votes
1 answer
56 views

I have 2 .net8 applications using Blazor Wasm (client) and Blazor Server (Server). Im trying to logout my user of 2 applications simultaneously and also securing the postlogout_redirect_uri. From the ...
Leroy Gabriëlse's user avatar
1 vote
1 answer
79 views

Microsoft is retiring Azure AD B2C. It will be supported for now but we are looking at moving to Entra External Id. We want to be able to transfer the users over to the new solution. This page talks ...
Randall W's user avatar
  • 251
-1 votes
1 answer
71 views

I am currently using this custom policy sample: https://github.com/azure-ad-b2c/samples/tree/master/policies/totp First of all, this works perfectly with a local account. But on my application before ...
user20406743's user avatar
0 votes
1 answer
99 views

I'm using the MS Graph API to register user on AD B2C, and it works when I tried without adding additional user attributes, but it fails with an error properties are not available when I tried ...
Dark S's user avatar
  • 332
0 votes
1 answer
61 views

The requirement in the Azure AD B2C application is to force users to reverify themselves by generating an Email OTP every 30 days. That is, on the 31st day of their login, the message must pop up to ...
AskMe's user avatar
  • 2,635
0 votes
1 answer
99 views

I'm developing a MAUI Blazor Hybrid app where I'm using Azure B2C. It works fine for Android/Web but when I try to do that for iOS with a remote mac paired through simulator, first I got this error: ...
Lóri Nóda's user avatar
0 votes
1 answer
76 views

We have used Microsoft Azure ADB2C integrated in an Angular web app. Now we have converted it into a PWA app. With the help of the Capacitor library, we have converted it into an iOS application. But ...
Jatin Dave's user avatar
2 votes
1 answer
326 views

I'm using the Graph API via HTTP. I need to filter on all users that have a signInType of "emailAddress". I'm using this select: https://graph.microsoft.com/v1.0/users?$select=displayName,...
realmikep's user avatar
  • 699
0 votes
0 answers
158 views

We have an API that we would like to enable access for using Microsoft Entra External ID. We performed the following steps: Created the API App Registration under Entra ID and exposed scopes Created ...
Anup Marwadi's user avatar
  • 2,587
0 votes
1 answer
49 views

I've created a Fluent Blazor WebAssembly Standalone App in Visual Studio. I've also done all the work inside AAD B2C with providers and flows and "connected" it to my app. When I run the app ...
Chris Arnold's user avatar
  • 5,773
0 votes
1 answer
70 views

I'm using the Sign-in Sign-up User Flow in B2C. I have defined a custom user attribute MyAttribute, and I want to assign this attribute value in the BeforeCreatingUser event using an API connector. I ...
realmikep's user avatar
  • 699
1 vote
1 answer
81 views

Does anybody faced the issue where you can run msal authentication with azure AD b2c in blazor wasm but as popup only? how can you get it to work to login using a form that has email and password and ...
Cosmin Mihalache's user avatar

1
2 3 4 5
124