Merge pull request #10 from pedroigor/master

More docs
This commit is contained in:
Pedro Igor 2016-06-07 19:44:41 -03:00
commit 69070a0113

View file

@ -50,9 +50,7 @@ The _EntitlementBearerTokenEnforcementFilter_ can be configured by a simple JSON
"clientId": "{client_id}", "clientId": "{client_id}",
"clientSecret": "{client_secret}" "clientSecret": "{client_secret}"
}, },
"enforcer": { "enforcer": { }
"user-managed-access": {}
}
} }
``` ```
Or a little more verbose if you want to manually define the resources being protected: Or a little more verbose if you want to manually define the resources being protected:
@ -65,7 +63,6 @@ Or a little more verbose if you want to manually define the resources being prot
"clientSecret": "{client_secret}" "clientSecret": "{client_secret}"
}, },
"enforcer": { "enforcer": {
"user-managed-access": {},
"paths": [ "paths": [
{ {
"path" : "/someUri/*", "path" : "/someUri/*",