Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created July 23, 2019 08:13
Show Gist options
  • Save ntakouris/cea7127ccfd2164c5bac279cab311f3f to your computer and use it in GitHub Desktop.
Save ntakouris/cea7127ccfd2164c5bac279cab311f3f to your computer and use it in GitHub Desktop.
services.AddAuthorization( options =>
{
options.AddPolicy("TagViewer", builder => builder.RequireClaim("tags.view", "true"));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment