Skip to content

📕 FIWARE 404: Securing Microservices and IoT Devices with a PEP Proxy

License

Notifications You must be signed in to change notification settings

FIWARE/tutorials.PEP-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIWARE Banner

FIWARE Security License: MIT Support badge

This tutorial uses the FIWARE Wilma PEP Proxy combined with Keyrock to secure access to endpoints exposed by FIWARE generic enablers. Users (or other actors) must log-in and use a token to gain access to services. The application code created in the previous tutorial is expanded to authenticate users throughout a distributed system. The design of FIWARE Wilma - a PEP Proxy is discussed, and the parts of the Keyrock GUI and REST API relevant to authenticating other services are described in detail.

cUrl commands are used throughout to access the Keyrock and Wilma REST APIs - Postman documentation for these calls 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.

git clone https://github.com/FIWARE/tutorials.PEP-Proxy.git
cd tutorials.PEP-Proxy
git checkout NGSI-v2

./services create
./services start
NGSI v2 📚 Documentation Postman Collection

License

MIT © 2018-2024 FIWARE Foundation e.V.