Fixed links to authz examples in getting started guide
This commit is contained in:
parent
91eef332b7
commit
78bface1ce
1 changed files with 3 additions and 3 deletions
|
@ -24,10 +24,10 @@ Here is a brief description of each example:
|
||||||
|===
|
|===
|
||||||
|Name |Description
|
|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.
|
| 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.
|
| 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]
|
| https://github.com/keycloak/keycloak/tree/{{book.project.version}}/examples/authz/servlet-authz[servlet-authz]
|
||||||
|
|
Loading…
Reference in a new issue