keycloak-scim/authorization_services/topics/enforcer-https.adoc

19 lines
527 B
Text
Raw Normal View History

2016-12-01 12:33:40 +00:00
[[_enforcer_filter_using_https]]
= Setting Up TLS/HTTPS
2016-12-01 12:33:40 +00:00
When the server is using HTTPS, ensure your adapter is configured as follows:
2016-12-01 12:33:40 +00:00
.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
2017-08-28 12:50:14 +00:00
{project_name} Server remotely using the HTTPS scheme.
2016-12-01 12:33:40 +00:00
[NOTE]
2017-08-28 12:50:14 +00:00
It is strongly recommended that you enable TLS/HTTPS when accessing the {project_name} Server endpoints.