Merge pull request #106 from Dmitriusan/master

Fix typo
This commit is contained in:
Stian Thorgersen 2017-04-21 14:44:58 +02:00 committed by GitHub
commit 1b5f8e070f

View file

@ -2,7 +2,7 @@
Client roles are basically a namespace dedicated to a client. Each client gets its own namespace. Client roles are managed under the `Roles` tab under each individual client. You interact with this UI the same way you do for realm-level roles. Client roles are basically a namespace dedicated to a client. Each client gets its own namespace. Client roles are managed 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 another client's role, the role has to prefixed with the client ID when performing a request using the scope parameter. For example, if the client ID is `account` and the role is `admin`, the scope parameter is: If the client has to explicitly request another client's role, the role has to be prefixed with the client ID when performing a request using the scope parameter. For example, if the client ID is `account` and the role is `admin`, the scope parameter is:
`scope=account/admin` `scope=account/admin`