Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created July 23, 2019 08:13
Show Gist options
  • Save ntakouris/3d47d363f0d028c15a3dbf088a1710c4 to your computer and use it in GitHub Desktop.
Save ntakouris/3d47d363f0d028c15a3dbf088a1710c4 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