More docs

This commit is contained in:
Pedro Igor 2016-06-07 19:44:19 -03:00
parent e480943bc4
commit b008795ce9

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/*",