certmichelin / openid-connect-php
PHP OpenID Connect Basic Client for MISP OIDC Plugin
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 395
pkg:composer/certmichelin/openid-connect-php
Requires
- php: >=8.1.0,<9.0.0
- ext-curl: *
- ext-json: *
- phpseclib/phpseclib: >=3.0.47
Requires (Dev)
- php-parallel-lint/php-parallel-lint: ^1.4.0
- phpstan/phpstan: ^2.1.33
- phpunit/phpunit: ^8.0
- squizlabs/php_codesniffer: ^4.0.1
Suggests
- ext-apcu: For caching remote server responses
This package is auto-updated.
Last update: 2026-01-08 14:21:47 UTC
README
A lightweight library used by MISP to enable user authentication through the OpenID Connect protocol. It provides a simple and reliable implementation of the OpenID Connect flow, allowing MISP to integrate OpenID-based authentication without requiring in-depth knowledge of the protocol.
This is a fork of JakubOnderka/OpenID-Connect-PHP
Usage
The usage of this library is defined in the MISP documentation itself and is available here: https://github.com/MISP/MISP/tree/2.5/app/Plugin/OidcAuth