Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 495 Bytes

File metadata and controls

12 lines (9 loc) · 495 Bytes

OIDC Client - PHP

Generic OpenID Connect (OIDC) client (RP) written in PHP.

It uses OIDC Authorization Code Flow to perform authentication. It implements JWKS public key usage and automatic key rollover, caching mechanism (file based by default), ID token verification and claims extraction, 'userinfo' user data fetching and has support for automatic client registration for federated environments.

For information on how to use this client, refer to the documentation.