samples
samples copied to clipboard
Azure AD B2C custom policy solutions and samples.
I have been testing a deployment with the [Home Realm Discovery Moden](https://github.com/azure-ad-b2c/samples/tree/master/policies/home-realm-discovery-modern) template but running into an odd issue where none of the claims are being returned from AD (e.g....
The requirement is get the language parameter in the request from the application which is then stored in an extension attribute in Azure AD. It works fine for a normal...
I followed this Github article to block direct access to Azure B2C. https://github.com/azure-ad-b2c/samples/tree/master/policies/check-host-name When I replay the selfasserted request (taken from browser developer tools by copying it as curl bash)with...
I'm trying to use the sample of `home-realm-discovery-modern` But I have a question about how to add a "Signup" button on the first page, so first time user that doesn't...
Added KMSI claim in the token for PKCE and SPA longer than 24 hours usecase.
We are trying to "link" telemetry created by App Insights in B2C with telemetry created by App Insights in our web and Mobile Apps. We want to be able to...
As a user can choose his e-mail in AAD and other IdPs, creating an account with an e-mail you do not have access to will be easy. The hacker maintains...
Hi, I would like to disable the **Continue** button while the e-mail verification code has not been sent (user has not clicked on the Send verification code button) - is...
This https://github.com/azure-ad-b2c/samples/pull/440 but for Github Actions. Uses a [composite action](https://github.com/judedaryl/ieftool-action) which in turns uses [ieftool](https://github.com/judedaryl/go-ieftool) Provides a simple and straight forward way to parameterize your B2C policies useful for when...