Merge pull request #35 from keycloak/stianst-patch-1
Update default-config.adoc
This commit is contained in:
commit
b612dde44c
1 changed files with 6 additions and 1 deletions
|
@ -43,4 +43,9 @@ This permission is a <<fake/../../permission/create-resource.adoc#_permission_cr
|
|||
|
||||
==== 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.
|
||||
|
|
Loading…
Reference in a new issue