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

19 lines
533 B
Text
Raw Normal View History

2016-12-01 12:33:40 +00:00
[[_enforcer_filter_using_https]]
= Configuring TLS/HTTPS
2016-12-01 12:33:40 +00:00
When the server is using HTTPS, ensure your policy enforcer is configured as follows:
2016-12-01 12:33:40 +00:00
[source,json]
----
2016-12-01 12:33:40 +00:00
{
"truststore": "path_to_your_trust_store",
"truststore-password": "trust_store_password"
}
----
2016-12-01 12:33:40 +00:00
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.