Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 3.35 KB

managing-resource-authorizations.md

File metadata and controls

77 lines (46 loc) · 3.35 KB
id title sidebar_label description
managing-resource-authorizations
Managing resource authorizations
Managing resource authorizations
Learn about the methods to control resource access within the Identity application.

import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem";

In this guide you will learn about the methods to control resource access within the Identity application.

Creating resource authorizations

Resource authorizations can be configured for an individual user or a group. Below we show you how to create authorizations for both:

<Tabs groupId="entityType" defaultValue="groups" queryString values={[{label: 'Groups', value: 'groups', }, {label: 'Users', value: 'users', },]} >

  1. Log in to the Identity UI and navigate to the Groups tab. Select the group you would like to create an authorization for from the table, and click on the Authorizations tab:

create-authorization-for-group-tab

  1. Click Create resource authorization and a modal will open. Select the type of resource you are creating an authorization for, and click Next:

create-authorization-for-group-modal-1

  1. Input the ID of the resource you would like to create an authorization for, select the resource from the list, and click Next:

create-authorization-for-group-modal-2

:::tip Want to apply an authorization to a wide range of resources? We support a wildcard character * to match any resource.

Partial matching, for example my-resource*, is not supported. :::

  1. Select the permissions you would like to assign, and click Create:

create-authorization-for-group-modal-3

On confirmation, the modal closes, the table updates, and your authorization is shown:

create-authorization-for-group-refreshed-modal

  1. Log in to the Identity UI and navigate to the Users tab. Select the user you would like to create an authorization for from the table, and click on the Authorizations tab:

create-authorization-for-user-tab

  1. Click Create resource authorization and a modal will open. Select the type of resource you are creating an authorization for, and click Next:

create-authorization-for-user-modal-1

  1. Input the ID of the resource you would like to create an authorization for, select the resource from the list, and click Next:

create-authorization-for-user-modal-2

:::tip Want to apply an authorization to a wide range of resources? We support a wildcard character * to match any resource.

Partial matching, for example my-resource*, is not supported. :::

4):. Select the permissions you would like to assign, and click Create:

create-authorization-for-user-modal-3

On confirmation, the modal closes, the table updates, and your authorization is shown:

create-authorization-for-user-refreshed-modal