docs: remove duplicate slug (#1052)

This commit is contained in:
Florian Forster 2020-12-01 20:00:02 +01:00 committed by GitHub
parent ea2aa27f15
commit 723b6b5189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 84 deletions

View File

@ -1,42 +0,0 @@
---
title: Authorizations
---
### What are Authorizations
**ZITADEL** thinks of authorizations as resource who clearly defines which user has what roles. Authorizations are also called "user grant".
### Manage Authorizations
You can grant Roles directly on a project. Or, if the user is in your organisation, by apply in the roles to the user directly.
Additionaly you can use the authorization menu item to search for a user and project.
<div class="zitadel-gallery" itemscope itemtype="http://schema.org/ImageGallery">
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="img/console_authz_overview.png" itemprop="contentUrl" data-size="1920x1080">
<img src="img/console_authz_overview.png" itemprop="thumbnail" alt="Manage Authorisations Overview" />
</a>
<figcaption itemprop="caption description">Manage Authorisations Overview</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="img/console_authz_add_1.png" itemprop="contentUrl" data-size="1920x1080">
<img src="img/console_authz_add_1.png" itemprop="thumbnail" alt="Manage Authorisations 1" />
</a>
<figcaption itemprop="caption description">Manage Authorisations 1</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="img/console_authz_add_2.png" itemprop="contentUrl" data-size="1920x1080">
<img src="img/console_authz_add_2.png" itemprop="thumbnail" alt="Manage Authorisations 2" />
</a>
<figcaption itemprop="caption description">Manage Authorisations 2</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="img/console_authz_add_3.png" itemprop="contentUrl" data-size="1920x1080">
<img src="img/console_authz_add_3.png" itemprop="thumbnail" alt="Manage Authorisations 3" />
</a>
<figcaption itemprop="caption description">Manage Authorisations 3</figcaption>
</figure>
</div>
- [Manage Project Authorisations](administrate#Manage_Project_Authorisations)
- [Manage User Authorisations](administrate#Manage_User_Authorisations)

View File

@ -2,50 +2,41 @@
title: Authorizations
---
### ZITADEL's management Roles
### What are Authorizations
ZITADEL's own role model is built around the IAM resource. The roles have some hierarchies to them. For example a IAM_OWNER can view and edit every resource of the system. ORG_OWNERS can only manage their resources included within their organisation. This includes projects, clients, users, and so on.
**ZITADEL** thinks of authorizations as resource who clearly defines which user has what roles. Authorizations are also called "user grant".
#### How to give a user ZITADEL Roles
### Manage Authorizations
With ZITADEL Console
You can grant Roles directly on a project. Or, if the user is in your organisation, by apply in the roles to the user directly.
Additionaly you can use the authorization menu item to search for a user and project.
> Screenshots
<div class="zitadel-gallery" itemscope itemtype="http://schema.org/ImageGallery">
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="img/console_authz_overview.png" itemprop="contentUrl" data-size="1920x1080">
<img src="img/console_authz_overview.png" itemprop="thumbnail" alt="Manage Authorisations Overview" />
</a>
<figcaption itemprop="caption description">Manage Authorisations Overview</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="img/console_authz_add_1.png" itemprop="contentUrl" data-size="1920x1080">
<img src="img/console_authz_add_1.png" itemprop="thumbnail" alt="Manage Authorisations 1" />
</a>
<figcaption itemprop="caption description">Manage Authorisations 1</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="img/console_authz_add_2.png" itemprop="contentUrl" data-size="1920x1080">
<img src="img/console_authz_add_2.png" itemprop="thumbnail" alt="Manage Authorisations 2" />
</a>
<figcaption itemprop="caption description">Manage Authorisations 2</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="img/console_authz_add_3.png" itemprop="contentUrl" data-size="1920x1080">
<img src="img/console_authz_add_3.png" itemprop="thumbnail" alt="Manage Authorisations 3" />
</a>
<figcaption itemprop="caption description">Manage Authorisations 3</figcaption>
</figure>
</div>
#### System Roles
IAM_OWNER
IAM_OWNER_VIEWER
#### Organisation Roles
ORG_OWNER
ORG_OWNER_VIEWER
ORG_USER_PERMISSION_EDITOR
ORG_PROJECT_PERMISSION_EDITOR
ORG_PROJECT_CREATOR
#### Owned Project Roles
PROJECT_OWNER
PROJECT_OWNER_VIEWER
PROJECT_OWNER_GLOBAL
PROJECT_OWNER_VIEWER_GLOBAL
#### Granted Project Roles
PROJECT_GRANT_OWNER
PROJECT_GRANT_OWNER_VIEWER
### Project Roles Management
> Explain Project Authorization
- [Manage Project Authorisations](administrate#Manage_Project_Authorisations)
- [Manage User Authorisations](administrate#Manage_User_Authorisations)