keycloak-scim/topics/getting-started/hello-world/before-start.adoc

15 lines
998 B
Text
Raw Normal View History

=== Before You Start
2016-06-17 00:14:05 +00:00
This guide is based on the *{{book.project.name}} Demo Distribution*. Download the demo distribution before proceeding.
2016-06-17 00:14:05 +00:00
[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, see https://keycloak.gitbooks.io/getting-started-tutorials/content/[the Getting Started tutorials].
2016-06-17 00:14:05 +00:00
Ensure you have a {{book.project.name}} instance running; the default configuration is http://localhost:8080/auth[http://localhost:8080/auth]. After logging in to the
Administration Console, a page similar to this one is displayed:
2016-06-17 00:14:05 +00:00
.{{book.project.name}} Administration Console
2016-11-29 15:30:53 +00:00
image:../../images/getting-started/kc-start-page.png[alt="{{book.project.name}} Administration Console"]
2016-06-17 00:14:05 +00:00
The source code for the getting started tutorials can be obtained from the demo distributions. The authorization-related examples
are located at *${KEYCLOAK_DEMO_SERVER_DIR}/examples/authz*.