Download the PHP package aetah/oidc-http-based-logout without Composer
On this page you can find all versions of the php package aetah/oidc-http-based-logout. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aetah/oidc-http-based-logout
More information about aetah/oidc-http-based-logout
Files in aetah/oidc-http-based-logout
Package oidc-http-based-logout
Short Description Generic PHP library implementing OpenID Connect HTTP-Based Logout 1.0 processing helpers
License AGPL-3.0-or-later
Informations about the package oidc-http-based-logout
Read-Only Split Notice
This repository is a read-only split of aetah/php-openid-toolkit.
- Development happens in the monorepo.
- Feature PRs and issues should be opened against
aetah/php-openid-toolkit. - This split repository is published from the monorepo and should not be treated as the source of truth.
OIDC Http Based Logout
Generic PHP library for OpenID Connect HTTP-Based Logout 1.0 processing primitives.
Scope
This package is designed as a reusable base for aetah/* libraries and CMS
integrations. It provides:
- End Session request parsing for OpenID Connect logout parameters.
- End Session request validation helpers for
id_token_hint,client_id, andpost_logout_redirect_uricombinations. - End Session endpoint URL builder for RP-initiated logout redirects.
- Post-logout redirect URL builder with optional
state.
The package intentionally leaves ID Token signature verification, OP session management, and HTTP endpoint orchestration to host applications.
Install
Quick Start
Spec
OpenID Connect HTTP-Based Logout 1.0 (draft 04): https://openid.net/specs/openid-connect-logout-1_0-04.html
Spec Status
Missing/out of scope:
- ID Token signature and claim verification.
- OP cookie/session invalidation workflows.
- User-agent redirect execution and HTTP runtime endpoint orchestration.
- Dynamic OP/RP metadata retrieval and registration lifecycle behavior.
Quality Checks
Run Static Analysis
Run Tests
Generated artifacts are written under build/:
build/phpunit/for JUnit reportsbuild/coverage/for coverage output
Clean Build Artifacts
Run Test Coverage
Run Style Checks
Fix Style Checks
License
Licensed under AGPL-3.0-or-later. See LICENSE for details.