Created
July 23, 2019 08:13
-
-
Save ntakouris/3d47d363f0d028c15a3dbf088a1710c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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