{"id":19794129,"url":"https://github.com/simplesamlphp/simplesamlphp-module-autotest","last_synced_at":"2026-03-07T02:35:27.057Z","repository":{"id":36063917,"uuid":"40362896","full_name":"simplesamlphp/simplesamlphp-module-autotest","owner":"simplesamlphp","description":"This module provides an interface to do automatic testing of authentication sources.","archived":false,"fork":false,"pushed_at":"2025-12-15T23:18:41.000Z","size":135,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-12-19T07:47:58.642Z","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:54:50.000Z","updated_at":"2025-12-15T23:18:42.000Z","dependencies_parsed_at":"2024-04-30T23:38:54.020Z","dependency_job_id":"7330bb50-0ab9-4a53-b7f2-d5439a8d87dc","html_url":"https://github.com/simplesamlphp/simplesamlphp-module-autotest","commit_stats":{"total_commits":64,"total_committers":5,"mean_commits":12.8,"dds":0.28125,"last_synced_commit":"ea5db3b55ce81fad14304f810817fa8c091c311d"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/simplesamlphp/simplesamlphp-module-autotest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-autotest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-autotest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-autotest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-autotest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplesamlphp","download_url":"https://codeload.github.com/simplesamlphp/simplesamlphp-module-autotest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-autotest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"online","status_checked_at":"2026-03-07T02:00:06.765Z","response_time":53,"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:10.843Z","updated_at":"2026-03-07T02:35:26.918Z","avatar_url":"https://github.com/simplesamlphp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Autotest module\n\n![Build Status](https://github.com/simplesamlphp/simplesamlphp-module-autotest/actions/workflows/php.yml/badge.svg)\n[![Coverage Status](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-autotest/branch/master/graph/badge.svg)](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-autotest)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-autotest/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-autotest/?branch=master)\n[![Type Coverage](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-autotest/coverage.svg)](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-autotest)\n[![Psalm Level](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-autotest/level.svg)](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-autotest)\n\nThis module provides an interface to do automatic testing of\nauthentication sources.\n\n## Installation\n\nOnce you have installed SimpleSAMLphp, installing this module is very simple.\nJust execute the following command in the root of your SimpleSAMLphp\ninstallation:\n\n```bash\nvendor/bin/composer require simplesamlphp/simplesamlphp-module-autotest:dev-master\n```\n\nwhere `dev-master` instructs Composer to install the `master` branch from the\nGit repository. See the [releases](releases)  available if you want to use\na stable version of the module.\n\n[releases]: https://github.com/simplesamlphp/simplesamlphp-module-autotest/releases\n\nThe module is disabled by default. If you want to enable the module once installed,\nyou just have to add it to the `module.enable` array in your `config.php`.\n\n## Usage\n\nThis module provides three web pages:\n\n- `SIMPLESAMLPHP_ROOT/module.php/autotest/login`\n- `SIMPLESAMLPHP_ROOT/module.php/autotest/logout`\n- `SIMPLESAMLPHP_ROOT/module.php/autotest/attributes`\n\nAll the web pages have a mandatory parameter 'SourceID', which is the name of\nthe authentication source.\n\nOn success, the web pages print a single line with \"OK\". The attributes page\nwill also list all the attributes of the user. On error they set the HTTP\nstatus code to 500 Internal Server Error, print a line with \"ERROR\" and then\nany information about the error.\n\n**Note**: You still have to parse the login pages to extract the\n          parameters in the login form.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplesamlphp%2Fsimplesamlphp-module-autotest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplesamlphp%2Fsimplesamlphp-module-autotest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplesamlphp%2Fsimplesamlphp-module-autotest/lists"}