samples
samples copied to clipboard
Azure AD B2C custom policy solutions and samples.
As suggested in SO I have created a signin flow where a link (Token ID builder) would allow signin to the application. For the same I have created a policy...
My client wants his clients to send a series of documents before being able to register, and only after sending the files and manually validating them by my client will...
I do not see a way to specify a GovCloud instance instead of a Public Cloud with linking application insights to a B2C tenant in GovCloud (or any cloud other...
[TrustFrameworbase.txt](https://github.com/azure-ad-b2c/samples/files/10313656/TrustFrameworbase.txt)
I have deployed auto-account-linkin using [setup tool](https://aka.ms/iefsetup) and [this]([sample after running the setup tool](https://b2ciefsetupapp.azurewebsites.net/Home/Experimental?sampleFolderName=auto-account-linking)). Following this [guide ](https://learn.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-linkedin?pivots=b2c-custom-policy) I have done all the steps to add linkedin social provider. When...
Hi, In Azure B2C custom policy I want to remove hyphen '-' from clientId claimtype and assign it to another claimtype Eg: Input: e8023a66-30ed-4e31-a17e-c013081704a0 Ouptut : e8023a6630ed4e31a17ec013081704a0 I am using...
Hi, I'm using Technical Profile to make a call REST API and its reponse like this format `{ "value": [ { "Id": 0000000, "name": "my name" } ] }` I...
after the invocation of the Magic Link policy returns me the correct id_token, if I try to invoke another policy, I get this error: AADB2C90037: An error occurred while processing...
Hello. I'm already using both of these policies (merged as one) and everything is good except for one scenario: if my flag "requiresMigration" is still active and if The forceChangePasswordNextLogin...
The link to SocialAndLocalAccounts starter pack section on the page appears to be resulting in 404 error.