Updates Account Console steps in Authorization Services Guide (#1627)
Closes #1610
This commit is contained in:
parent
babbe50dcc
commit
396a0695a5
5 changed files with 10 additions and 19 deletions
Binary file not shown.
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 90 KiB |
Binary file not shown.
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 107 KiB |
|
@ -1,7 +1,7 @@
|
|||
[[_service_authorization_my_resources]]
|
||||
= Managing access to users resources
|
||||
|
||||
Users can manage access to their resources using the {project_name} User Account Service. To enable
|
||||
Users can manage access to their resources using the {project_name} Account Console. To enable
|
||||
this functionality, you must first enable User-Managed Access for your realm.
|
||||
|
||||
.Procedure
|
||||
|
@ -11,35 +11,26 @@ this functionality, you must first enable User-Managed Access for your realm.
|
|||
. Click *Realm Settings* in the menu.
|
||||
|
||||
. Toggle *User-Managed Access* to *ON*.
|
||||
|
||||
. Click the user name at the top right of the Admin Console and select *Manage Account*.
|
||||
+
|
||||
image:{project_images}/service/account-my-resource.png[alt="My Resources"]
|
||||
|
||||
. Click *My Resources* in the menu option. A page displays with the following options.
|
||||
+
|
||||
* Manage Permission Requests that *Need my approval*
|
||||
+
|
||||
This section contains a list of all permission requests awaiting approval. These requests are connected to the parties (users) requesting access to
|
||||
a particular resource. Users are allowed to approve or deny these requests.
|
||||
+
|
||||
* Manage *My resources*
|
||||
+
|
||||
This section contains a list of all resources owned by the user. Users can click on a resource for more details
|
||||
and share the resource with others.
|
||||
When there is a permission requests awaiting approval an icon is put next to the name of the resource.
|
||||
These requests are connected to the parties (users) requesting access to a particular resource.
|
||||
Users are allowed to approve or deny these requests. You can do so by clicking the icon
|
||||
+
|
||||
image:{project_images}/service/account-my-resource-detail.png[alt="Resource Detail"]
|
||||
+
|
||||
* Manage *Resources shared with me*
|
||||
+
|
||||
This section contains a list of all resources shared with the user.
|
||||
+
|
||||
* Manage *Your requests waiting approval*
|
||||
+
|
||||
This section contains a list of permission requests sent by the user that are waiting for the approval of another user or
|
||||
resource owner.
|
||||
|
||||
When you click on a specific resource to make changes, the following page displays:
|
||||
|
||||
image:{project_images}/service/account-my-resource-detail.png[alt="Resource Detail"]
|
||||
|
||||
This page provides the following options:
|
||||
|
||||
* Manage *People with access to this resource*
|
||||
+
|
||||
|
|
|
@ -60,7 +60,7 @@ Where the property `owner` can be set with the username or the identifier of the
|
|||
|
||||
== Creating user-managed resources
|
||||
|
||||
By default, resources created via Protection API can not be managed by resource owners through the <<_service_authorization_my_resources, User Account Service>>.
|
||||
By default, resources created via Protection API can not be managed by resource owners through the <<_service_authorization_my_resources, Account Console>>.
|
||||
|
||||
To create resources and allow resource owners to manage these resources, you must set `ownerManagedAccess` property as follows:
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Any user can access the Account Console.
|
|||
|
||||
. Make note of the realm name and IP address for the {project_name} server where your account exists.
|
||||
|
||||
. In a web browser, enter a URL in this format: `<server-root>{kc_realms_path}/{realm-name}/account`.
|
||||
. In a web browser, enter a URL in this format: _server-root_{kc_realms_path}/{realm-name}/account`.
|
||||
|
||||
. Enter your login name and password.
|
||||
|
||||
|
|
Loading…
Reference in a new issue