{"id":20745143,"url":"https://github.com/igniterealtime/openfire-irmaserver-plugin","last_synced_at":"2025-04-24T06:07:04.916Z","repository":{"id":52961073,"uuid":"208154100","full_name":"igniterealtime/openfire-irmaserver-plugin","owner":"igniterealtime","description":"I Reveal My Attributes to Openfire.","archived":false,"fork":false,"pushed_at":"2023-11-20T21:34:20.000Z","size":1266,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-24T06:06:58.621Z","etag":null,"topics":["irma","openfire"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/igniterealtime.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.html","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-12T22:06:19.000Z","updated_at":"2023-04-28T20:45:49.000Z","dependencies_parsed_at":"2022-08-29T19:21:33.165Z","dependency_job_id":null,"html_url":"https://github.com/igniterealtime/openfire-irmaserver-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igniterealtime%2Fopenfire-irmaserver-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igniterealtime%2Fopenfire-irmaserver-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igniterealtime%2Fopenfire-irmaserver-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igniterealtime%2Fopenfire-irmaserver-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igniterealtime","download_url":"https://codeload.github.com/igniterealtime/openfire-irmaserver-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250573351,"owners_count":21452352,"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":["irma","openfire"],"created_at":"2024-11-17T07:18:44.938Z","updated_at":"2025-04-24T06:07:04.897Z","avatar_url":"https://github.com/igniterealtime.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IRMA Plugin for openfire\n\nI Reveal My Attributes to Openfire\n\nIRMA is the unique platform that makes you digitally self-sovereign and gives you full control over your personal data: with IRMA on your phone you are empowered not only to prove who you are, but also to digitally sign statements. See https://privacybydesign.foundation/en/\n\nThis plugin does the following:\n\n* Embeds [irmago](https://github.com/privacybydesign/irmago) the IRMA server, client, and tooling component\n* Exposes irmago web services from openfire using a reverse proxy. Endpoint by default is https://your_server:7443/irmaproxy\n* Provides an Admin UI in Openfire to configure irmago settings\n* Provides a demo web page to test your setup. Go to  https://your_server:7443/irmaproxy\n* Controls the irmago binary process, starting and stopping the Linux/Windows image.\n\n## How to use\n\nInclude [irmajs](https://github.com/privacybydesign/irmajs) in your web app and do something like this to request a web site visitor to reveal their verified mobile phone number as IRMA attribute\n\n```\nconst request = {\n  '@context': 'https://irma.app/ld/request/disclosure/v2',\n  'disclose': [\n    [\n      [ 'pbdf.pbdf.mobilenumber.mobilenumber' ]\n    ]\n  ]\n};\n\nirma.startSession(\"https://your_server:7443/irmaproxy\", request)\n    .then(({ sessionPtr, token }) =\u003e irma.handleSession(sessionPtr, {server, token}))\n    .then(result =\u003e console.log('Done', result));\n```\n\n## TODO\nEnable admin UI to edit all the irmago server config settings.\n\n## CI Build Status\n\n[![Build Status](https://github.com/igniterealtime/openfire-irmaserver-plugin/workflows/Java%20CI/badge.svg)](https://github.com/igniterealtime/openfire-irmaserver-plugin/actions)\n\n## Reporting Issues\n\nIssues may be reported to the [forums](https://discourse.igniterealtime.org) or via this repo's [Github Issues](https://github.com/igniterealtime/openfire-irmaserver-plugin).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figniterealtime%2Fopenfire-irmaserver-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figniterealtime%2Fopenfire-irmaserver-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figniterealtime%2Fopenfire-irmaserver-plugin/lists"}