samples
samples copied to clipboard
Azure AD B2C custom policy solutions and samples.
I swear this was working a week or so ago when I set it up, but now when I reset a local B2C user's password through the portal, I get...
I have tried the sample mentioned here samples/policies/custom-email-verifcation-displaycontrol/policy/SendGrid/ I keep getting the message - _Basic credentials specified for 'SendOtp' are invalid. Check that the credentials are correct and that access...
Azure Active Directory Graph API (graph.windows.net) has been deprecated. https://techcommunity.microsoft.com/t5/azure-active-directory-identity/update-your-applications-to-use-microsoft-authentication-library/ba-p/1257363 Solution... Correct aadGraphResourceId and aadGraphEndpoint. public readonly string aadGraphResourceId = "https://graph.microsoft.com/"; public readonly string aadGraphEndpoint = "https://graph.microsoft.com/V1.0/"; Remove aadGraphVersion and...
How does the `true` specified in the SelfAsserted-LocalAccountSignin-Email technical profile in the conditional access sample work? ``` Local Account SignIn true ... ``` https://github.com/azure-ad-b2c/samples/blob/master/policies/conditional-access/policy/TrustFrameworkExtensionsCA.xml#L171 There is no description of 'LocalAccountProfile'...
i used the sample policy and noticed step 7 is getting executed all the time since isForgotPassword is default to true, so i changed the condition to check if user...
We are integrating Azure AD B2C with User Flows. We have followed the [guide found here](https://docs.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-apple-id?pivots=b2c-user-flow) for implementation. On iOS side we are using [AppAuth-iOS](https://github.com/openid/AppAuth-iOS). Once we launch OIDAuthState 1....
Hi, I am trying the invite policy (https://github.com/azure-ad-b2c/samples/tree/master/policies/invite) to work with our set-up with a SPA. I just did everything in the readme for basic set up and configurations. I...
The policy applies the steps described in the "Configure your policy" section in the doc [Embedded sign-in experience](https://docs.microsoft.com/en-us/azure/active-directory-b2c/embedded-login?pivots=b2c-custom-policy)
I may be missing something, but there appears to be an issue with the logic for updating a users strongAuthenticationPhoneNumber in all samples which use it. All samples include the...