SoftwareHeritage metadata

This commit is contained in:
Christophe Maudoux 2022-08-30 14:03:29 +02:00
parent 8cacdda5fa
commit 9d40f61f80
1 changed files with 91 additions and 0 deletions

91
codemeta.json Normal file
View File

@ -0,0 +1,91 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-2.0-only",
"codeRepository": "https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng",
"contIntegration": "https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/-/pipelines",
"dateCreated": "2004-01-01",
"datePublished": "2010-12-06",
"dateModified": "2022-02-25",
"downloadUrl": "https://lemonldap-ng.org/download.html",
"issueTracker": "https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/-/issues",
"name": "LemonLDAP::NG",
"version": "2.0.14",
"description": "LemonLDAP::NG is a complete and modular Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems.\n\nIt manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized.",
"applicationCategory": "WebSSO",
"developmentStatus": "active",
"keywords": [
"2FA",
"sso",
"ldap",
"authentication",
"authorization",
"cas",
"saml",
"openid connect",
"access management",
"security"
],
"programmingLanguage": [
"Perl",
"Javascript"
],
"operatingSystem": [
"Linux"
],
"author": [
{
"@type": "Person",
"givenName": "Xavier",
"familyName": "Guimard",
"email": "yadd@debian.org"
},
{
"@type": "Person",
"givenName": "Clément",
"familyName": "Oudot",
"email": "clement@oodo.net"
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-5215-9046",
"givenName": "Christophe",
"familyName": "Maudoux",
"email": "christophe.maudoux@cnam.fr",
"affiliation": {
"@type": "Organization",
"name": "Cnam/Cedric - ROC Team"
}
},
{
"@type": "Person",
"givenName": "Maxime",
"familyName": "Besson",
"email": "maxime.besson@worteks.com"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "David",
"familyName": "Coutadeur"
},
{
"@type": "Person",
"givenName": "Alexandre",
"familyName": "Karim"
},
{
"@type": "Person",
"givenName": "Xavier",
"familyName": "Bachelot",
"email": "xavier@bachelot.org"
},
{
"@type": "Person",
"givenName": "Soisik",
"familyName": "Froger",
"email": "soisik.froger@worteks.com"
}
]
}