From e4a39a8921f0dbb1a53b5309c2308f6dea367157 Mon Sep 17 00:00:00 2001 From: JeremJR Date: Mon, 29 Jun 2015 17:47:27 +0200 Subject: [PATCH] fix markdown format --- bonita/content.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/bonita/content.md b/bonita/content.md index 745e2090..a8135c79 100644 --- a/bonita/content.md +++ b/bonita/content.md @@ -38,10 +38,13 @@ If you do so, you can access to the portal on http://localhost:8080/bonita and l This docker image ensures to activate by default both static and dynamic authorization checks on REST API. To be coherent it also deactivates the HTTP API. - - REST API authorization - - [Static authorization checking](http://documentation.bonitasoft.com/rest-api-authorization#static) - - [Dynamic authorization checking](http://documentation.bonitasoft.com/rest-api-authorization#dynamic) - - [HTTP API](http://documentation.bonitasoft.com/rest-api-authorization#activate) +- REST API authorization + + - [Static authorization checking](http://documentation.bonitasoft.com/rest-api-authorization#static) + + - [Dynamic authorization checking](http://documentation.bonitasoft.com/rest-api-authorization#dynamic) + +- [HTTP API](http://documentation.bonitasoft.com/rest-api-authorization#activate) But for specific needs you can override this behavior by setting HTTP_API to true and REST_API_DYN_AUTH_CHECKS to false :