samples
samples copied to clipboard
Azure AD B2C custom policy solutions and samples.
This currently does not work. refreshTokensValidFromDateTime is a string and in the base file and used in the extensions file as a partnerClaimType. This doesn't match with the refreshTokensValidFromDateTime_for_revoke_sso_sessions claim...
Hello. I can't seem to find any documentation or workaround for this issue. I am having an issue wit the .well-known/keys endpoint in the Oidc controller after porting it into...
Here is what i achieved which discussed in https://github.com/azure-ad-b2c/samples/issues/321#issuecomment-973889076 1. User sign in with FB 2. FB email matches an account in B2C directory 3. Present screen which forces the...
We are currently in the process of adding CAPTCHA verification into our Custom Policy sign up flow to protect against malicious behaviour. Following [this guide](https://learn.microsoft.com/en-us/azure/active-directory-b2c/add-captcha?pivots=b2c-custom-policy), we have implemented CAPTCHA and...
I have attempted to use the following technical profile on token refresh journey: Return OAuth2 error OAuth2Error When this technical profile executes it also executes the JwtIssuer technical profile and...
**Title: Azure AD B2C Custom Policy - Password Expiry Flow Not Working on Production** **Issue Description:** I'm encountering an issue with the password expiry flow in Azure AD B2C. When...
An B2C Sample with some dependent but it sits along and doesn't have any dependant base poliicy - The preferred_username aka the email address of the user in Entra ID...
I have been working on creating a custom policy to allow users to log in using either their username or email, along with the option to select their preferred MFA...
The sample "migrate-to-entra-external-id-for-customers" used AAD B2C as the journey orchestrator, creating and authenticating users in the Entra External ID tenant. This will make it easier in the future to move...
I can't get the autocomplete working for my 2FA implementation on iOS phones. Does anybody have any tips or experience with this? If a run a JavaScript script according to...