keycloak-scim/docs/guides/securing-apps/partials/overview/basic-steps.adoc
rmartinc 942d5d0aa3 Convert chapter planning for securing applications and services to guides
Final removal of the securing_apps documentation
Final checks for links, order and other minor things
Closes #31328

Signed-off-by: rmartinc <rmartinc@redhat.com>
2024-08-01 16:45:56 +02:00

21 lines
722 B
Text

== Basic steps to secure applications and services
These are the basic steps for securing an application or a service in {project_name}.
. Register a client to a realm using one of these options:
* The {project_name} Admin Console
* The client registration service
* The CLI
. Enable OpenID Connect or SAML protocols in your application using one these options:
* Leveraging existing OpenID Connect and SAML support from the application ecosystem
* Using a {project_name} Adapter
This guide provides the detailed instructions for these steps. You can find more details
in the link:{adminguide_link}[Server Administration Guide] about how to register a client to {project_name} through the
administration console.