Merge pull request #100 from jenmalloy/RHSSO-889-2
fixed remaining issues for RHSSO-889
This commit is contained in:
commit
fdede995b1
1 changed files with 2 additions and 2 deletions
|
@ -805,7 +805,7 @@ For example, to remove 'user' role from user 'testuser':
|
||||||
|
|
||||||
Adding client roles to a user::
|
Adding client roles to a user::
|
||||||
|
|
||||||
There is a dedicated `add-role` operation that can be used for adding both realm roles and client roles.
|
There is a dedicated `add-roles` operation that can be used for adding both realm roles and client roles.
|
||||||
|
|
||||||
For example, to add to user `testuser` two roles defined on client `realm management` - `create-client` role and `view-users` role:
|
For example, to add to user `testuser` two roles defined on client `realm management` - `create-client` role and `view-users` role:
|
||||||
|
|
||||||
|
@ -814,7 +814,7 @@ For example, to add to user `testuser` two roles defined on client `realm manage
|
||||||
|
|
||||||
Removing client roles from a user::
|
Removing client roles from a user::
|
||||||
|
|
||||||
There is a dedicated `remove-role` operation that can be used for removing both realm roles and client roles.
|
There is a dedicated `remove-roles` operation that can be used for removing both realm roles and client roles.
|
||||||
|
|
||||||
For example, to remove from user `testuser` two roles defined on client `realm management` - `create-client` role and `view-users` role:
|
For example, to remove from user `testuser` two roles defined on client `realm management` - `create-client` role and `view-users` role:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue