2021-12-22 10:28:04 +00:00
|
|
|
=== Basic steps to secure applications and services
|
|
|
|
|
|
|
|
These are the basic steps for securing an application or a service in {project_name}.
|
|
|
|
|
2023-07-11 11:32:52 +00:00
|
|
|
. Register a client to a realm using one of these options:
|
2021-12-22 10:28:04 +00:00
|
|
|
|
|
|
|
* The {project_name} Admin Console
|
|
|
|
|
|
|
|
* The client registration service
|
|
|
|
|
|
|
|
* The CLI
|
|
|
|
|
2023-07-11 11:32:52 +00:00
|
|
|
. Enable OpenID Connect or SAML protocols in your application using one these options:
|
2021-12-22 10:28:04 +00:00
|
|
|
|
2023-07-11 11:32:52 +00:00
|
|
|
* Leveraging existing OpenID Connect and SAML support from the application ecosystem
|
|
|
|
* Using a {project_name} Adapter
|
2021-12-22 10:28:04 +00:00
|
|
|
|
2023-07-11 11:32:52 +00:00
|
|
|
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.
|