An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![FIWARE Banner](https://fiware.github.io/tutorials.Securing-Access-OpenID-Connect/img/fiware.png)](https://www.fiware.org/developers)

[![FIWARE Security](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/security.svg)](https://github.com/FIWARE/catalogue/blob/master/security/README.md)
[![License: MIT](https://img.shields.io/github/license/fiware/tutorials.Securing-Access-OpenID-Connect.svg)](https://opensource.org/licenses/MIT)
[![Support badge](https://img.shields.io/badge/tag-fiware-orange.svg?logo=stackoverflow)](https://stackoverflow.com/questions/tagged/fiware)
[![OpenID 1.0](https://img.shields.io/badge/OpenID-1.0-ff7059.svg)](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
```

| [![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.Securing-Access-OpenID-Connect/tree/NGSI-v2) | [Postman Collection](https://fiware.github.io/tutorials.Securing-Access-OpenID-Connect/) | ![](https://img.shields.io/github/last-commit/fiware/tutorials.Securing-Access-OpenID-Connect/NGSI-v2)
| --- | --- | --- | ---

---

## License

[MIT](LICENSE) © 2020-2024 FIWARE Foundation e.V.