samples icon indicating copy to clipboard operation
samples copied to clipboard

Azure AD B2C custom policy solutions and samples.

Results 172 samples issues
Sort by recently updated
recently updated
newest added

I am close to getting my custom policy working with Cloudflare Turnstile captcha, but am stumbling on just about the last step... What works: - Switched from unifiedssp to selfasserted...

Hello I start this issue to put down all insufficiencies of this control making developers life unnecessarily harder. Hopefuly someone mercily will pick this up. - AJAX 400 unlike to...

After user change password and revoke session (based on this guideline: https://learn.microsoft.com/en-us/azure/active-directory-b2c/oauth2-error-technical-profile), I want to show message success and inform user to sign in again using new password. I already...

I'm trying to use the https://github.com/azure-ad-b2c/samples/tree/master/policies/dynamic-sign-up-sign-in sample, however I need to add a forgot password link on step 2 (reminder: step 1 asks the user for their email, and checks...

### Description I noticed an issue in the sample custom policy located at: [force-password-reset](https://github.com/azure-ad-b2c/samples/tree/95fd7a96cbf89208552291beddf7c467035a372f/policies/force-password-reset) On line 136, the session provider for `SelfAsserted-ForcePasswordReset-ExpiredPassword` is set to `SM-Noop`. This means claims like...

Hi, I'm having issues implementing the Userinfo endpoint for a salesforce integration. I've followed this documentation: https://learn.microsoft.com/en-us/azure/active-directory-b2c/userinfo-endpoint?pivots=b2c-custom-policy And I pretty much just implemented exactly this example project: https://github.com/azure-ad-b2c/samples/tree/master/policies/user-info-endpoint But when...

i have a user details verification on the user register and it returns the following response. the `message` is showing up on the ui on the following div. i want...

We want to implement a scenario where the identification of an identity provider is determined by the request URL rather than using a domain hint. For instance: If the request...

I've tried to use AAD-SignIn-with-REST for Signin but it doesn't return value for email, displayName, givenName, surname. If I change ` ` to ` `, email will have value but...

Hi, We were using the custom policy "Run Now" feature to test our SPA + Web API flows, but this week we cannot use this feature. https://learn.microsoft.com/en-us/azure/active-directory-b2c/configure-authentication-sample-spa-app We expose the...