Download the PHP package aetah/oidc-discovery without Composer
On this page you can find all versions of the php package aetah/oidc-discovery. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aetah/oidc-discovery
More information about aetah/oidc-discovery
Files in aetah/oidc-discovery
Package oidc-discovery
Short Description Generic PHP library implementing OpenID Connect Discovery 1.0 processing helpers
License AGPL-3.0-or-later
Informations about the package oidc-discovery
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 Discovery
Generic PHP library for OpenID Connect Discovery 1.0 processing primitives.
Scope
This package is designed as a reusable base for aetah/* libraries and CMS
integrations. It provides:
- Issuer normalization and validation helpers.
- Well-known provider configuration URL construction.
- Provider metadata parsing and structural validation.
- Duplicate-aware provider metadata JSON parsing.
- WebFinger request URL construction and issuer extraction.
- Discovery resolution helpers with pluggable document loading.
The package intentionally leaves HTTP client behavior, TLS policy hardening, caching, retries, and cryptographic signature verification of fetched metadata to host applications.
Install
Quick Start
Spec
OpenID Connect Discovery 1.0: https://openid.net/specs/openid-connect-discovery-1_0.html
Spec Status
Missing/currently out of scope:
- HTTP client behavior, including TLS policy hardening, retries, and caching of discovery or WebFinger documents.
- Cryptographic signature verification or trust validation for fetched metadata documents.
- Full OP metadata policy enforcement beyond current structural parsing and validation helpers.
- End-to-end runtime orchestration for network retrieval and error handling beyond the pluggable document-loader abstraction.
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.
All versions of oidc-discovery with dependencies
ext-json Version *