From 1ef8e82001357a9853494490ec09f3f1c3750292 Mon Sep 17 00:00:00 2001 From: Srinath Sankar Date: Thu, 16 Feb 2017 19:46:54 +1100 Subject: [PATCH] Formatting --- server_admin/topics/roles/client-roles.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server_admin/topics/roles/client-roles.adoc b/server_admin/topics/roles/client-roles.adoc index 4b8e8af910..cafad3ba57 100644 --- a/server_admin/topics/roles/client-roles.adoc +++ b/server_admin/topics/roles/client-roles.adoc @@ -4,8 +4,8 @@ Client roles are basically a namespace dedicated to a client. Each client gets under the `Roles` tab under each individual client. You interact with this UI the same way you do for realm level roles. If the client has to explicitly request for another client's role, the role has to prefixed with the client's id when requesting via the scope parameter. For example, if the client id is `account` and the role is `admin`, the scope parameter should be: - + - +`scope=account/admin` + + `scope=account/admin` As noted in the realm roles section, multiple roles are separated by spaces.