mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
19 lines
528 B
Plaintext
19 lines
528 B
Plaintext
[[_enforcer_filter_using_https]]
|
|
= Configuring TLS/HTTPS
|
|
|
|
When the server is using HTTPS, ensure your adapter is configured as follows:
|
|
|
|
.keycloak.json
|
|
```json
|
|
{
|
|
"truststore": "path_to_your_trust_store",
|
|
"truststore-password": "trust_store_password"
|
|
}
|
|
```
|
|
|
|
The configuration above enables TLS/HTTPS to the Authorization Client, making possible to access a
|
|
{project_name} Server remotely using the HTTPS scheme.
|
|
|
|
[NOTE]
|
|
It is strongly recommended that you enable TLS/HTTPS when accessing the {project_name} Server endpoints.
|