{"id":21068887,"url":"https://github.com/informaticauco/simplesamlphp-module-authchain","last_synced_at":"2025-05-16T03:33:37.420Z","repository":{"id":56991291,"uuid":"155998060","full_name":"InformaticaUCO/simplesamlphp-module-authchain","owner":"InformaticaUCO","description":"SimpleSAMLphp Chained Auth Module","archived":false,"fork":false,"pushed_at":"2024-04-07T20:24:12.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-08T22:40:58.272Z","etag":null,"topics":["simplesamlphp","simplesamlphp-module"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InformaticaUCO.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}},"created_at":"2018-11-03T15:48:04.000Z","updated_at":"2024-04-08T22:40:58.273Z","dependencies_parsed_at":"2022-08-21T13:50:21.685Z","dependency_job_id":null,"html_url":"https://github.com/InformaticaUCO/simplesamlphp-module-authchain","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/InformaticaUCO%2Fsimplesamlphp-module-authchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticaUCO%2Fsimplesamlphp-module-authchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticaUCO%2Fsimplesamlphp-module-authchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticaUCO%2Fsimplesamlphp-module-authchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InformaticaUCO","download_url":"https://codeload.github.com/InformaticaUCO/simplesamlphp-module-authchain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225405064,"owners_count":17469277,"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":["simplesamlphp","simplesamlphp-module"],"created_at":"2024-11-19T18:28:27.197Z","updated_at":"2024-11-19T18:28:28.168Z","avatar_url":"https://github.com/InformaticaUCO.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleSAMLphp Module UCOFilter\n\nThis module try to identify an user with multiple AuthSources in chain. \n\n## Requirements\n\n* PHP\u003e=5.5\n\n## Installation\n\nInstallation can be as easy as executing:\n\n```bash\nbash$ composer require informaticauco/simplesamlphp-module-authchain\n```\n\n## Usage\n\nEdit `config/authsources.php` and add the next _authsource_:\n\n```php\n\u003c?php\n\nuse SimpleSAML\\Modules\\AuthChain\\Auth\\Source\\AuthChain;\n\n$config['as1'] = [/*...*/];\n$config['as2'] = [/*...*/];\n\n$config['chained'] = [AuthChain::class,\n    'sources' =\u003e ['as1', 'as2'],\n];\n```\n    \n_AuthSources_ defined in sources section must support `array function login(string $username, string $password)` method or will be ignored. The first AuthSource to identify the user will be used.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finformaticauco%2Fsimplesamlphp-module-authchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finformaticauco%2Fsimplesamlphp-module-authchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finformaticauco%2Fsimplesamlphp-module-authchain/lists"}