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

20 lines
1.2 KiB
Text
Raw Normal View History

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. During this guide we'll reference the directory where you have unpacked
2016-06-17 00:14:05 +00:00
the demo distribution as *${KEYCLOAK_DEMO_SERVER_DIR}*.
[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 instructions https://keycloak.gitbooks.io/getting-started-tutorials/content/[here].
2016-06-17 00:14:05 +00:00
Make sure you have a {{book.project.name}} instance up and running, the default configuration is http://localhost:8080/auth[http://localhost:8080/auth]. If everything is OK, you should be able to login to the
_Administration Console_ and see a page similar to this:
2016-06-17 00:14:05 +00:00
.{{book.project.name}} Administration Console
image:../../images/getting-started/kc-start-page.png[alt="Keycloak Administration Console"]
All source code for the getting started tutorials can be obtained from the demo distributions. The authorization-related examples
2016-06-17 00:14:05 +00:00
are located at *${KEYCLOAK_DEMO_SERVER_DIR}/examples/authz*.