https://github.com/fiware/tutorials.securing-access-openid-connect
:closed_book: FIWARE 407: Authenticating Identities with OpenID-Connect
https://github.com/fiware/tutorials.securing-access-openid-connect
fiware fiware-keyrock identity-management openid-connect security tutorial
Last synced: 5 months ago
JSON representation
:closed_book: FIWARE 407: Authenticating Identities with OpenID-Connect
- Host: GitHub
- URL: https://github.com/fiware/tutorials.securing-access-openid-connect
- Owner: FIWARE
- License: mit
- Created: 2020-06-30T15:11:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T16:46:50.000Z (9 months ago)
- Last Synced: 2025-03-30T18:51:07.127Z (6 months ago)
- Topics: fiware, fiware-keyrock, identity-management, openid-connect, security, tutorial
- Language: Shell
- Homepage:
- Size: 554 KB
- Stars: 3
- Watchers: 8
- Forks: 7
- 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://openid.net/specs/openid-connect-core-1_0.html)This tutorial complements the previous [Securing Access tutorial](https://github.com/FIWARE/tutorials.Securing-Access-OpenID-Connect).
This tutorial also secures access to a FIWARE application but using various OpenID Connect flows to authenticate users.# 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.Securing-Access-OpenID-Connect.git
cd tutorials.Securing-Access-OpenID-Connect
git checkout NGSI-v2./services create
./services start
```| [](https://fiware-ges.github.io/orion/api/v2/stable/) | :books: [Documentation](https://github.com/FIWARE/tutorials.Securing-Access-OpenID-Connect/tree/NGSI-v2) |
[Postman Collection](https://fiware.github.io/tutorials.Securing-Access-OpenID-Connect/) | 
| --- | --- | --- | ------
## License
[MIT](LICENSE) © 2020-2024 FIWARE Foundation e.V.