{"id":20777792,"url":"https://github.com/fiware/tutorials.identity-management","last_synced_at":"2025-04-30T18:29:56.988Z","repository":{"id":40302755,"uuid":"142840341","full_name":"FIWARE/tutorials.Identity-Management","owner":"FIWARE","description":":closed_book: FIWARE 401: IDM - Managing Users and Organizations","archived":false,"fork":false,"pushed_at":"2024-08-08T14:13:21.000Z","size":1956,"stargazers_count":8,"open_issues_count":1,"forks_count":11,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-08-08T16:41:10.072Z","etag":null,"topics":["fiware","fiware-keyrock","identity-management","security","tutorial"],"latest_commit_sha":null,"homepage":"https://fiware-idm.rtfd.io/en/latest","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FIWARE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-30T07:26:18.000Z","updated_at":"2024-06-28T14:38:50.000Z","dependencies_parsed_at":"2024-01-03T14:44:29.378Z","dependency_job_id":"dc68211b-3dba-4e05-b240-9278f3e0a481","html_url":"https://github.com/FIWARE/tutorials.Identity-Management","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIWARE%2Ftutorials.Identity-Management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIWARE%2Ftutorials.Identity-Management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIWARE%2Ftutorials.Identity-Management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIWARE%2Ftutorials.Identity-Management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FIWARE","download_url":"https://codeload.github.com/FIWARE/tutorials.Identity-Management/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225040435,"owners_count":17411487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fiware","fiware-keyrock","identity-management","security","tutorial"],"created_at":"2024-11-17T13:17:16.806Z","updated_at":"2024-11-17T13:17:17.385Z","avatar_url":"https://github.com/FIWARE.png","language":"Shell","readme":"[![FIWARE Banner](https://fiware.github.io/tutorials.Identity-Management/img/fiware.png)](https://www.fiware.org/developers)\n\n[![FIWARE Security](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/security.svg)](https://github.com/FIWARE/catalogue/blob/master/security/README.md)\n[![License: MIT](https://img.shields.io/github/license/fiware/tutorials.Identity-Management.svg)](https://opensource.org/licenses/MIT)\n[![Support badge](https://img.shields.io/badge/tag-fiware-orange.svg?logo=stackoverflow)](https://stackoverflow.com/questions/tagged/fiware)\n\nThis tutorial is an introduction to [FIWARE Keyrock](https://fiware-idm.readthedocs.io/en/latest/) - a generic enabler\nwhich introduces **Identity Management** into FIWARE services. The tutorial explains how to create users and\norganizations in preparation to assign roles and permissions to them in a later tutorial.\n\nThe tutorial demonstrates examples of interactions using the **Keyrock** GUI, as well [cUrl](https://ec.haxx.se/)\ncommands used to access the **Keyrock** REST API -\n[Postman documentation](https://www.postman.com/downloads/) is also available.\n\n# Start-Up\n\n## NGSI-v2 Smart Supermarket\n\n**NGSI-v2** offers JSON based interoperability used in individual Smart Systems. To run this tutorial with **NGSI-v2**, use the `NGSI-v2` branch.\n\n```console\ngit clone https://github.com/FIWARE/tutorials.Identity-Management.git\ncd tutorials.Identity-Management\ngit checkout NGSI-v2\n\n./services create\n./services start\n```\n\n| [![NGSI v2](https://img.shields.io/badge/NGSI-v2-5dc0cf.svg)](https://fiware-ges.github.io/orion/api/v2/stable/) | :books: [Documentation](https://github.com/FIWARE/tutorials.Identity-Management/tree/NGSI-v2) | \u003cimg src=\"https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/postman.svg\" height=\"15\" width=\"15\"\u003e [Postman Collection](https://fiware.github.io/tutorials.Identity-Management/) |  ![](https://img.shields.io/github/last-commit/fiware/tutorials.Identity-Management/NGSI-v2) \n| --- | --- | --- | ---\n\n\n## NGSI-LD Smart Farm\n\n**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.\n\n```console\ngit clone https://github.com/FIWARE/tutorials.Identity-Management.git\ncd tutorials.Identity-Management\ngit checkout NGSI-LD\n\n./services create\n./services start\n```\n\n| [![NGSI LD](https://img.shields.io/badge/NGSI-LD-d6604d.svg)](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.Identity-Management/tree/NGSI-LD) | \u003cimg  src=\"https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/postman.svg\" height=\"15\" width=\"15\"\u003e [Postman Collection](https://fiware.github.io/tutorials.Identity-Management/ngsi-ld.html) |  ![](https://img.shields.io/github/last-commit/fiware/tutorials.Identity-Management/NGSI-LD) \n| --- | --- | --- | ---\n\n\n---\n\n## License\n\n[MIT](LICENSE) © 2018-2024 FIWARE Foundation e.V.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiware%2Ftutorials.identity-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiware%2Ftutorials.identity-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiware%2Ftutorials.identity-management/lists"}