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

12 lines
922 B
Text
Raw Normal View History

2016-06-17 00:14:05 +00:00
== Hello World
The purpose of this guide is to get you up and running as quickly as possible so that you can play with and test drive various authorization features provided by {{book.project.name}}.
It relies heavily on the default database and server configuration that come out of the box and does not get into any complex deployment options.
If you want a more in depth discussion of any features or configuration options, you should consult the various other sections in this documentation.
From this guide you'll understand some key concepts around {{book.project.name}} {{book.project.module}}:
* How to enable fine-grained authorization to a client application ?
* How to turn a client application into a resource server, whose resources are protected ?
* How to define permissions and authorization policies to govern access to the protected resources ?
* How to enable policy enforcement to your application ?