mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
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>
22 lines
722 B
Plaintext
22 lines
722 B
Plaintext
== 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.
|
|
|