Skip to content

Instantly share code, notes, and snippets.

View matdcooper's full-sized avatar

Mat matdcooper

View GitHub Profile
@matdcooper
matdcooper / gitflow-cheatsheet.md
Created January 10, 2019 14:50
Git-Flow Cheat-Sheet

Creating git repo

  • Create directory
  • Go into new directory
  • Create bare repo
    • git init --bare
  • Clone repo somewhere
    • git clone <repo>
  • Go into repo folder
  • Create .gitignore file
@matdcooper
matdcooper / azureadb2ccustompolicynotes.md
Last active October 30, 2023 15:28
Azure AD B2C Custom Policy Notes

Disclaimer: The content of this Gist is not official documentation. It is based purely on my own observations / findings. Use at your own risk! But please correct me if you spot any errors :-)

Turning off email verification

Add the following Item to the Metadata element of the TechnicalProfile in which an email address is requested:

<Item Key="EnforceEmailVerification">False</Item>

e.g. the TechnicalProfile containing the following OutputClaim: