Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active September 28, 2016 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/9eb6ccb23b724d2cb869c74686f9aae7 to your computer and use it in GitHub Desktop.
Save justinyoo/9eb6ccb23b724d2cb869c74686f9aae7 to your computer and use it in GitHub Desktop.
Deserialising .NET Core Configuration Settings
var clientId = this.Configuration["authentication:azureAd:clientId"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment