diff --git a/authorization_services/keycloak-images/service/account-my-resource-detail.png b/authorization_services/keycloak-images/service/account-my-resource-detail.png index bd62248f71..062580969c 100644 Binary files a/authorization_services/keycloak-images/service/account-my-resource-detail.png and b/authorization_services/keycloak-images/service/account-my-resource-detail.png differ diff --git a/authorization_services/keycloak-images/service/account-my-resource.png b/authorization_services/keycloak-images/service/account-my-resource.png index 0d953c5424..5ca3c5df30 100644 Binary files a/authorization_services/keycloak-images/service/account-my-resource.png and b/authorization_services/keycloak-images/service/account-my-resource.png differ diff --git a/authorization_services/topics/service-authorization-uma-account-my-resources.adoc b/authorization_services/topics/service-authorization-uma-account-my-resources.adoc index f5bfca7984..0b64f7ce67 100644 --- a/authorization_services/topics/service-authorization-uma-account-my-resources.adoc +++ b/authorization_services/topics/service-authorization-uma-account-my-resources.adoc @@ -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* + diff --git a/authorization_services/topics/service-protection-resources-api-papi.adoc b/authorization_services/topics/service-protection-resources-api-papi.adoc index fb02bedfda..e95e6fa694 100644 --- a/authorization_services/topics/service-protection-resources-api-papi.adoc +++ b/authorization_services/topics/service-protection-resources-api-papi.adoc @@ -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: diff --git a/server_admin/topics/account.adoc b/server_admin/topics/account.adoc index 558a7c4d99..ae360dbb05 100644 --- a/server_admin/topics/account.adoc +++ b/server_admin/topics/account.adoc @@ -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: `{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.