https://github.com/fiware/tutorials.administrating-xacml
:closed_book: FIWARE 406: Administrating XACML via a PAP
https://github.com/fiware/tutorials.administrating-xacml
access-control authzforce fiware fiware-keyrock pap tutorial xacml
Last synced: 5 days ago
JSON representation
:closed_book: FIWARE 406: Administrating XACML via a PAP
- Host: GitHub
- URL: https://github.com/fiware/tutorials.administrating-xacml
- Owner: FIWARE
- License: mit
- Created: 2019-01-02T16:31:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T14:11:46.000Z (9 months ago)
- Last Synced: 2024-08-08T16:38:25.493Z (9 months ago)
- Topics: access-control, authzforce, fiware, fiware-keyrock, pap, tutorial, xacml
- Language: Shell
- Homepage:
- Size: 408 KB
- Stars: 3
- Watchers: 10
- Forks: 3
- 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)
[](https://docs.oasis-open.org/xacml/3.0/xacml-3.0-core-spec-os-en.html)This tutorial describes the administration of level 3 advanced authorization rules into **Authzforce**, either directly,
or with the help of the **Keyrock** GUI. The simple verb-resource based permissions are amended to use XACML and new
XACML permissions added to the existing roles. The updated ruleset is automatically uploaded to **Authzforce** PDP, so
that policy execution points such as the **PEP proxy** are able to apply the latest ruleset.The tutorial demonstrates examples of interactions using the **Keyrock** GUI, as well [cUrl](https://ec.haxx.se/)
commands used to access the REST APIs of **Keyrock** and **Authzforce** -
[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.Administrating-XACML.git
cd tutorials.Administrating-XACML
git checkout NGSI-v2./services create
./services start
```| [](https://fiware-ges.github.io/orion/api/v2/stable/) | :books: [Documentation](https://github.com/FIWARE/tutorials.Administrating-XACML/tree/NGSI-v2) |
[Postman Collection](https://fiware.github.io/tutorials.Administrating-XACML) | 
| --- | --- | --- | ------
## License
[MIT](LICENSE) © 2019-2024 FIWARE Foundation e.V.