{"id":19794112,"url":"https://github.com/simplesamlphp/simplesamlphp-module-saml2debug","last_synced_at":"2026-03-02T07:03:19.511Z","repository":{"id":57051350,"uuid":"40361547","full_name":"simplesamlphp/simplesamlphp-module-saml2debug","owner":"simplesamlphp","description":"A module to debug encoding and decoding of SAML message for both the HTTP-redirect and HTTP-POST bindings.","archived":false,"fork":false,"pushed_at":"2025-12-17T22:11:19.000Z","size":166,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-12-21T09:40:01.106Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplesamlphp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-08-07T13:23:12.000Z","updated_at":"2025-12-17T22:11:22.000Z","dependencies_parsed_at":"2023-12-06T22:28:41.346Z","dependency_job_id":"c1079770-5268-49bb-be00-2d035f06d67c","html_url":"https://github.com/simplesamlphp/simplesamlphp-module-saml2debug","commit_stats":{"total_commits":71,"total_committers":6,"mean_commits":"11.833333333333334","dds":"0.43661971830985913","last_synced_commit":"f7ce8ea407b0839d18fe91dd56fca40e7bcc2251"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/simplesamlphp/simplesamlphp-module-saml2debug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-saml2debug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-saml2debug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-saml2debug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-saml2debug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplesamlphp","download_url":"https://codeload.github.com/simplesamlphp/simplesamlphp-module-saml2debug/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-saml2debug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29994619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-12T07:12:08.350Z","updated_at":"2026-03-02T07:03:19.488Z","avatar_url":"https://github.com/simplesamlphp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SAML 2.0 debugger module\n\n![Build Status](https://github.com/simplesamlphp/simplesamlphp-module-saml2debug/actions/workflows/php.yml/badge.svg)\n[![Coverage Status](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-saml2debug/branch/master/graph/badge.svg)](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-saml2debug)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-saml2debug/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-saml2debug/?branch=master)\n[![Type Coverage](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-saml2debug/coverage.svg)](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-saml2debug)\n[![Psalm Level](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-saml2debug/level.svg)](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-saml2debug)\n\nThis module allows you to debug SAML 2.0 messages by decoding or encoding them according to the binding they are using,\nsupporting both the HTTP-Redirect and HTTP-POST bindings.\n\n## Installation\n\nOnce you have installed SimpleSAMLphp, installing this module is very simple. Just execute the following\ncommand in the root of your SimpleSAMLphp installation:\n\n```shell\ncomposer.phar require simplesamlphp/simplesamlphp-module-saml2debug:dev-master\n```\n\nwhere `dev-master` instructs Composer to install the `master` branch from the Git repository. See the\n[releases](https://github.com/simplesamlphp/simplesamlphp-module-saml2debug/releases) available if you\nwant to use a stable version of the module.\n\n## Configuration\n\nNext thing you need to do is to enable the module:\n\nin `config.php`, search for the `module.enable` key and set `saml2debug` to true:\n\n```php\n'module.enable' =\u003e [ 'saml2debug' =\u003e true, … ],\n```\n\n## Usage\n\nOnce installed, you can use the module by going to the *configuration* tab in the web interface of SimpleSAMLphp. You will\nsee a link there to the debugger, allowing you to encode and decode SAML 2.0 messages, selecting the binding to use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplesamlphp%2Fsimplesamlphp-module-saml2debug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplesamlphp%2Fsimplesamlphp-module-saml2debug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplesamlphp%2Fsimplesamlphp-module-saml2debug/lists"}