keycloak-scim/docs/documentation/securing_apps/topics/overview/basic-steps.adoc
Pedro Igor 702495fe22
Remove adapters from product documentation (#21177)
Closes #21176
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2023-07-11 13:32:52 +02:00

20 lines
No EOL
721 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.