Merge pull request #35 from keycloak/stianst-patch-1

Update default-config.adoc
This commit is contained in:
Jen Malloy 2017-03-14 10:41:55 -04:00 committed by GitHub
commit b612dde44c

View file

@ -43,4 +43,9 @@ This permission is a <<fake/../../permission/create-resource.adoc#_permission_cr
==== Changing the Default Configuration ==== Changing the Default Configuration
You can change the default configuration by removing the default resource, policy, or permission definitions and creating your own. You can change the default configuration by removing the default resource, policy, or permission definitions and creating your own.
[NOTE]
The default configuration defines a resource that maps to all paths in your application. If you are about to write permissions to your own resources, make sure
to remove the *Default Resource* or change its ```URI``` field to a more specific path in your application. Otherwise, the policy associated with the default resource (which by default is always granting access)
will make Keycloak grant access to any protected resource.