keycloak-scim/authorization_services/topics/hello-world-overview.adoc

14 lines
879 B
Text
Raw Normal View History

2016-11-29 15:30:53 +00:00
[[_getting_started_hello_world_overview]]
= Securing a Servlet Application
2016-06-17 00:14:05 +00:00
2017-08-28 12:50:14 +00:00
The purpose of this getting started guide is to get you up and running as quickly as possible so that you can experiment with and test various authorization features provided by {project_name}.
This quick tour relies heavily on the default database and server configurations and does not cover complex deployment options.
For more information on features or configuration options, see the appropriate sections in this documentation.
2016-06-17 00:14:05 +00:00
2017-08-28 12:50:14 +00:00
This guide explains key concepts about {project_name} Authorization Services:
2016-06-17 00:14:05 +00:00
* Enabling fine-grained authorization for a client application
* Configuring a client application to be a resource server, with protected resources
* Defining permissions and authorization policies to govern access to protected resources
* Enabling policy enforcement in your applications.