-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(config): add publiccode.yml file
- Loading branch information
1 parent
99f7982
commit 8222259
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
publiccodeYmlVersion: "0.4" | ||
name: PDND Client Assertion Generator | ||
url: https://github.com/italia/pdnd-client-assertion-generator | ||
softwareVersion: 1.0.3 | ||
releaseDate: 2024-10-07 | ||
platforms: | ||
- linux | ||
- windows | ||
categories: | ||
- application-development | ||
developmentStatus: stable | ||
softwareType: standalone/backend | ||
description: | ||
it-IT: | ||
genericName: Generatore di Client Assertion PDND | ||
shortDescription: .NET Client Assertion Generator for PDND Service API | ||
longDescription: Il **PDND Client Assertion Generator** è un progetto | ||
open-source sviluppato in .NET per facilitare l'autenticazione OAuth2 | ||
nell'ambito della **Piattaforma Digitale Nazionale Dati (PDND)**. Questo | ||
strumento consente la generazione automatizzata di JWT (JSON Web Token) | ||
firmati con chiavi private, indispensabili per l'accesso sicuro alle API | ||
della PDND. Questa soluzione ready-to-use è altamente configurabile, | ||
consentendo di adattarsi a diversi contesti applicativi e alle specifiche | ||
esigenze dei progetti. | ||
features: | ||
- Generazione di Client Assertion | ||
- Creazione Voucher | ||
- Firma con chiave privata | ||
- Generazione JWT | ||
- Integrazione OAuth2 | ||
legal: | ||
license: MIT | ||
maintenance: | ||
type: community | ||
contacts: | ||
- name: Francesco Del Re | ||
email: francesco.delre.87@gmail.com | ||
phone: "" | ||
affiliation: "" | ||
localisation: | ||
localisationReady: false | ||
availableLanguages: | ||
- en |