From 3a518f915be268083c7045c5fdf8075acc577ca3 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Wed, 16 Aug 2023 10:53:27 +0200 Subject: [PATCH] Add note. --- docs/identity-management.md | 8 ++++++++ docs/iot-sensors.md | 8 ++++++++ docs/roles-permissions.md | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/docs/identity-management.md b/docs/identity-management.md index eb0c34b..c59a54d 100644 --- a/docs/identity-management.md +++ b/docs/identity-management.md @@ -1,5 +1,13 @@ [![FIWARE Security](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/security.svg)](https://github.com/FIWARE/catalogue/blob/master/security/README.md) +
+

Background: + This tutorial does not use the NGSI-LD interface directly. + it covers background information about Identity Management, which + is then used in subsequent chapters. +

+
+ **Description:** This tutorial is an introduction to [FIWARE Keyrock](https://fiware-idm.readthedocs.io/en/latest/) - a generic enabler which introduces **Identity Management** into FIWARE services. The tutorial explains how to create users and organizations in preparation to assign roles and permissions to them in a later tutorial. diff --git a/docs/iot-sensors.md b/docs/iot-sensors.md index 1ab5169..d0a9659 100644 --- a/docs/iot-sensors.md +++ b/docs/iot-sensors.md @@ -1,6 +1,14 @@ [![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) [![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) +
+

Background: + This tutorial does not use the NGSI-LD interface directly. + it covers background information about IoT devices and protocols, which + is then used in subsequent chapters. +

+
+ **Description:** This tutorial is an introduction to IoT devices and the usage of the [UltraLight 2.0](https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual) Protocol for constrained devices. The tutorial introduces a series of dummy agricultural IoT devices which are displayed diff --git a/docs/roles-permissions.md b/docs/roles-permissions.md index 19c768d..240e9de 100644 --- a/docs/roles-permissions.md +++ b/docs/roles-permissions.md @@ -1,5 +1,13 @@ [![FIWARE Security](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/security.svg)](https://github.com/FIWARE/catalogue/blob/master/security/README.md) +
+

Background: + This tutorial does not use the NGSI-LD interface directly. + it covers background information about Identity Management, which + is then used in subsequent chapters. +

+
+ **Description:** The tutorial explains how to create applications, and how to assign roles and permissions to them. It takes the users and organizations created in the [previous tutorial](identity-management.md) and ensures that only legitimate users will have access to resources.