samples
samples copied to clipboard
Azure AD B2C custom policy solutions and samples.
I'm using a B2C custom policy for signing in. I have a separate Azure AD set up as a social login provider, and I pass the roles claims from there...
`https://github.com/azure-ad-b2c/samples/blob/master/policies/custom-email-verifcation-displaycontrol/readme.md` The current hyperlink for "Custom email verification with Mailjet" is broken: ` https://docs.microsoft.com/azure/active-directory-b2c/custom-email-mailet ` It should be ` https://docs.microsoft.com/azure/active-directory-b2c/custom-email-mailjet ` But docs.microsoft.com is now replaced with learn.microsoft.com New URI's:...
I'm having some issues setting the lifetime of the token... after following https://learn.microsoft.com/en-us/azure/active-directory-b2c/jwt-issuer-technical-profile and `token_lifetime_secs`, `id_token_lifetime_secs` and others to the minimum of 300 secs, the token does not reflect that...
When registering via Facebook (and probably other social IDPs), the user must approve access for the developer's app to have permissions to read the user's email address. That access can...
Hi Guys, I was trying to implement a custom policy using the https://b2ciefsetupapp.azurewebsites.net/ app. I checked - Remove Facebook references - Enable JavaScript Also, Did the other grant admin permission...
I have a sensitive REST API endpoint that I would like user to additionaly pefrom MFA before calling it. The initial idea was to request additional claim that will cause...
Not sure , can we get request parameters from ClientCredentialsFlow? https://github.com/azure-ad-b2c/samples/blob/master/policies/client_credentials_flow/ClientCredentialsFlow.xml So , i try ClaimsTransformationProtocolProvider but not working, Any Idea ? ------------------------------------------- Set the BrandId and other query params...
Hi. I am implementing [REST API call from B2C custom policy](https://learn.microsoft.com/en-us/azure/active-directory-b2c/restful-technical-profile) and have a few doubts. The first one is it possible to have an output claim with collection of...
The README in this repo: https://github.com/azure-ad-b2c/samples/tree/master/policies/B2C-Token-Includes-AzureAD-BearerToken Instructs users to create an App Registration in an Azure AD B2C tenant. It then instructs to go to: `App Registrations` > `[ select...
I've followed along the [embedded password reset example](https://github.com/azure-ad-b2c/samples/tree/master/policies/embedded-password-reset), making it applicable to my own use case - where the email and password collection are on two separate screens to enable...