{"id":19682885,"url":"https://github.com/worteks/humhub-auth-oidc","last_synced_at":"2025-10-25T20:06:24.052Z","repository":{"id":57081936,"uuid":"209840121","full_name":"Worteks/humhub-auth-oidc","owner":"Worteks","description":"OIDC connector for humhub","archived":false,"fork":false,"pushed_at":"2020-01-10T11:28:31.000Z","size":6,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-24T21:57:03.098Z","etag":null,"topics":["authclient","humhub","oauth2","oidc","oidc-client","openid-connect","openidconnect"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Worteks.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-20T16:56:19.000Z","updated_at":"2023-04-30T20:48:59.000Z","dependencies_parsed_at":"2022-08-24T14:42:48.874Z","dependency_job_id":null,"html_url":"https://github.com/Worteks/humhub-auth-oidc","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Worteks%2Fhumhub-auth-oidc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Worteks%2Fhumhub-auth-oidc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Worteks%2Fhumhub-auth-oidc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Worteks%2Fhumhub-auth-oidc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Worteks","download_url":"https://codeload.github.com/Worteks/humhub-auth-oidc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251444137,"owners_count":21590427,"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":["authclient","humhub","oauth2","oidc","oidc-client","openid-connect","openidconnect"],"created_at":"2024-11-11T18:12:43.900Z","updated_at":"2025-10-25T20:06:23.971Z","avatar_url":"https://github.com/Worteks.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# worteks/humhub-auth-oidc\n\nThis extension adds [OIDC](https://openid.net/specs/openid-connect-core-1_0.html) authentication support for [HumHub](https://github.com/humhub/humhub).\n\nBased on [yii2auth-oidc](http://github.com/Worteks/yii2auth-oidc)\n\n[![Latest Stable Version](https://poser.pugx.org/worteks/humhub-auth-oidc/v/stable)](https://packagist.org/packages/worteks/humhub-auth-oidc)\n[![Total Downloads](https://poser.pugx.org/worteks/humhub-auth-oidc/downloads)](https://packagist.org/packages/worteks/humhub-auth-oidc)\n[![Monthly Downloads](https://poser.pugx.org/worteks/humhub-auth-oidc/d/monthly)](https://packagist.org/packages/worteks/humhub-auth-oidc)\n[![License](https://poser.pugx.org/worteks/humhub-auth-oidc/license)](https://packagist.org/packages/worteks/humhub-auth-oidc)\n\n## Installation\n\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\nEither run\n\n```\nphp composer.phar require worteks/humhub-auth-oidc\n```\n\nor add\n\n```json\n\"worteks/humhub-auth-oidc\": \"~0.3\"\n```\n\nto the `require` section of your composer.json.\n\n## Usage\n\nSet up an OpenID Provider (OP) and configure your Yii2 app as a Relying Party (RP) on your Authentication Server.\n\nExample application configuration:\n\n```php\n'components' =\u003e [\n  'authClientCollection' =\u003e [\n    'clients' =\u003e [\n      // ...\n      'oidc' =\u003e [\n        'class' =\u003e 'worteks\\humhub\\authclient\\OIDC',\n        'domain' =\u003e 'https://auth.example.com',\n        'clientId' =\u003e 'myClientId',\n        'clientSecret' =\u003e 'myClientSecret',\n        'defaultTitle' =\u003e 'auth.example.com',\n        'cssIcon' =\u003e 'fa fa-sign-in',\n      ],\n    ],\n    // ...\n]\n```\n\nCheck [yii2auth-oidc](http://github.com/Worteks/yii2auth-oidc) for details on available configuration options.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworteks%2Fhumhub-auth-oidc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworteks%2Fhumhub-auth-oidc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworteks%2Fhumhub-auth-oidc/lists"}