13 lines
849 B
Text
13 lines
849 B
Text
== Before You Start
|
|
|
|
This guide is based on the *{{book.project.name}} Demo Distribution*. Please download it before going further with any guide.
|
|
|
|
[NOTE]
|
|
This guide assumes that you are already familiar with {{book.project.name}} and that you are able to install and boot a {{book.project.name}} Server. For more information, please follow the intrusctions https://keycloak.gitbooks.io/getting-started-tutorials/content/[here].
|
|
|
|
Make sure you have a {{book.project.name}} instance up and running on http://localhost:8080/auth[http://localhost:8080/auth]. If everything is OK, you should be able to login to the
|
|
_Administration Console_ and get a page like that:
|
|
|
|
image:../../images/gs-keycloak-console-page.png[alt="Keycloak Administration Console"]
|
|
|
|
Source code for all examples can be obtained from *${KEYCLOAK_DEMO_SERVER_DIR}/examples/authz/*.
|