Skip to content

Instantly share code, notes, and snippets.

@BelRarr
Created January 18, 2018 20:43
Show Gist options
  • Save BelRarr/9e5cbb81d7e94783b021f69dedd5c8aa to your computer and use it in GitHub Desktop.
Save BelRarr/9e5cbb81d7e94783b021f69dedd5c8aa to your computer and use it in GitHub Desktop.
AADforAnExistingWebApp - Enforcer des règles d'autorisations sur une URL pour les verbes HTTP PUT et POST uniquement
{
"routes": [
{
"http_methods": [ "POST", "PUT" ],
"path_prefix": "/Home/About",
"policies": { "unauthenticated_action": "RejectWith401" }
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment