Merge pull request #53 from alexeykazakov/patch-1

Fixed links to authz examples in getting started guide
This commit is contained in:
Pedro Igor 2017-01-05 14:59:51 -02:00 committed by GitHub
commit da4e97eba8

View file

@ -24,12 +24,12 @@ Here is a brief description of each example:
|===
|Name |Description
| https://github.com/keycloak/keycloak/tree/{{book.project.version}}/examples/authz/servlet-authz[hello-world-authz-service]
| https://github.com/keycloak/keycloak/tree/{{book.project.version}}/examples/authz/hello-world-authz-service[hello-world-authz-service]
| A single-page application that is protected by a policy enforcer that decides whether a user can access that page based on the permissions obtained from a Keycloak Server.
| https://github.com/keycloak/keycloak/tree/{{book.project.version}}/examples/authz/servlet-authz[photoz]
| https://github.com/keycloak/keycloak/tree/{{book.project.version}}/examples/authz/photoz[photoz]
| A simple application based on HTML5+AngularJS+JAX-RS that demonstrates how to enable fine-grained permissions to RESTFul based services and HTML5 clients.
| https://github.com/keycloak/keycloak/tree/{{book.project.version}}/examples/authz/servlet-authz[servlet-authz]
| A simple Servlet-based application that demonstrates how to enable fine-grained authorization to a JBoss/Wildfly Servlet Application.
|===
|===