keycloak-scim/topics/getting-started/overview.adoc

22 lines
1.2 KiB
Text
Raw Normal View History

2016-11-29 15:30:53 +00:00
[[_getting_started_overview]]
2016-06-17 00:14:05 +00:00
== Getting Started
All tutorials are based on the *{{book.project.name}} Demo Distribution*.
* *keycloak-demo-{{book.project.version}}.[zip|tar.gz]*
To unpack this file run the _unzip_ or _gunzip_ and _tar_ utilities. Throughout this guide the directory where you have unpacked
the demo distribution is referenced as *${KEYCLOAK_DEMO_SERVER_DIR}*.
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 the {{book.external_link.keycloakgettingstarted.link}}[{{book.external_link.keycloakgettingstarted.name}}] 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
All 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*.