Skip to content

Commit 4bd6523

Browse files
committed
Add note.
1 parent 2831ff6 commit 4bd6523

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

docs/identity-management.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
[![FIWARE Security](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/security.svg)](https://github.com/FIWARE/catalogue/blob/master/security/README.md)
22

3+
<blockquote style="border-left-color:#002e67;background-color:#ededee;color:#002e67">
4+
<p><b>Background:</b>
5+
This tutorial does not use the <b>NGSI-v2</b> interface directly.
6+
it covers background information about Identity Management, which
7+
is then used in subsequent chapters.
8+
</p>
9+
</blockquote>
10+
311
**Description:** This tutorial is an introduction to [FIWARE Keyrock](https://fiware-idm.readthedocs.io/en/latest/) - a
412
generic enabler which introduces **Identity Management** into FIWARE services. The tutorial explains how to create users
513
and organizations in preparation to assign roles and permissions to them in a later tutorial.

docs/iot-sensors.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
[![FIWARE IoT Agents](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/iot-agents.svg)](https://github.com/FIWARE/catalogue/blob/master/iot-agents/README.md)
22
[![UltraLight 2.0](https://img.shields.io/badge/Payload-Ultralight-27ae60.svg)](https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual)
33

4+
<blockquote style="border-left-color:#002e67;background-color:#ededee;color:#002e67">
5+
<p><b>Background:</b>
6+
This tutorial does not use the <b>NGSI-LD</b> interface directly.
7+
it covers background information about IoT devices and protocols, which
8+
is then used in subsequent chapters.
9+
</p>
10+
</blockquote>
11+
412
**Description:** This tutorial is an introduction to IoT devices and the usage of the
513
[UltraLight 2.0](https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual)
614
Protocol for constrained devices. The tutorial introduces a series of dummy IoT devices which are displayed within the

docs/roles-permissions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
[![FIWARE Security](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/security.svg)](https://github.com/FIWARE/catalogue/blob/master/security/README.md)
22

3+
<blockquote style="border-left-color:#002e67;background-color:#ededee;color:#002e67">
4+
<p><b>Background:</b>
5+
This tutorial does not use the <b>NGSI-v2</b> interface directly.
6+
it covers background information about Identity Management, which
7+
is then used in subsequent chapters.
8+
</p>
9+
</blockquote>
10+
311
**Description:** The tutorial explains how to create applications, and how to assign roles and permissions to them. It
412
takes the users and organizations created in the [previous tutorial](identity-management.md) and ensures that only
513
legitimate users will have access to resources.

0 commit comments

Comments
 (0)