https://github.com/fiware/tutorials.roles-permissions
:closed_book: FIWARE 402: IDM - Application Roles and Permissions
https://github.com/fiware/tutorials.roles-permissions
fiware fiware-keyrock identity-management security tutorial
Last synced: 5 months ago
JSON representation
:closed_book: FIWARE 402: IDM - Application Roles and Permissions
- Host: GitHub
- URL: https://github.com/fiware/tutorials.roles-permissions
- Owner: FIWARE
- License: mit
- Created: 2018-08-07T12:53:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T14:00:44.000Z (8 months ago)
- Last Synced: 2025-03-30T18:51:09.719Z (6 months ago)
- Topics: fiware, fiware-keyrock, identity-management, security, tutorial
- Language: Shell
- Homepage: http://fiware-idm.rtfd.io/en/latest
- Size: 1.75 MB
- Stars: 5
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.fiware.org/developers)
[](https://github.com/FIWARE/catalogue/blob/master/security/README.md)
[](https://opensource.org/licenses/MIT)
[](https://stackoverflow.com/questions/tagged/fiware)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](https://github.com/FIWARE/tutorials.Roles-Permissions) and
ensures that only legitimate users will have access to resources.The tutorial demonstrates examples of interactions using the **Keyrock** GUI, as well [cUrl](https://ec.haxx.se/)
commands used to access the **Keyrock** REST API -
[Postman documentation](https://www.postman.com/downloads/) is also available.# Start-Up
## NGSI-v2 Smart Supermarket
**NGSI-v2** offers JSON based interoperability used in individual Smart Systems. To run this tutorial with **NGSI-v2**, use the `NGSI-v2` branch.
```console
git clone https://github.com/FIWARE/tutorials.Roles-Permissions.git
cd tutorials.Roles-Permissions
git checkout NGSI-v2./services create
./services start
```| [](https://fiware-ges.github.io/orion/api/v2/stable/) | :books: [Documentation](https://github.com/FIWARE/tutorials.Roles-Permissions/tree/NGSI-v2) |
[Postman Collection](https://fiware.github.io/tutorials.Roles-Permissions/) | 
| --- | --- | --- | ---## NGSI-LD Smart Farm
**NGSI-LD** offers JSON-LD based interoperability used for Federations and Data Spaces. To run this tutorial with **NGSI-LD**, use the `NGSI-LD` branch.
```console
git clone https://github.com/FIWARE/tutorials.Roles-Permissions.git
cd tutorials.Roles-Permissions
git checkout NGSI-LD./services create
./services start
```| [](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) | :books: [Documentation](https://github.com/FIWARE/tutorials.Roles-Permissions/tree/NGSI-LD) |
[Postman Collection](https://fiware.github.io/tutorials.Roles-Permissions/ngsi-ld.html) | 
| --- | --- | --- | ------
## License
[MIT](LICENSE) © 2018-2024 FIWARE Foundation e.V.