keycloak-scim/authorization_services/topics/enforcer-https.adoc
Stian Thorgersen de7a1403ce Convert Authorization Service to a flat topic structure (#212)
* Convert Authorization Service to a flat topic structure

* Fix issue with toc being cut
2017-10-09 08:38:46 +02:00

18 lines
527 B
Text

[[_enforcer_filter_using_https]]
= Setting Up 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.