Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created February 12, 2019 06:39
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 wullemsb/a008c244fc8894a6f3b3424f76f1efa9 to your computer and use it in GitHub Desktop.
Save wullemsb/a008c244fc8894a6f3b3424f76f1efa9 to your computer and use it in GitHub Desktop.
WebHost
.CreateDefaultBuilder(args)
.UseDefaultServiceProvider((context, options) => {options.ValidateScopes = true;});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment