Skip to content

Releases: cloudcogsio/oauth2-keycloak

Pre-PHP8x

26 Sep 21:28
Compare
Choose a tag to compare

Release prior to updating for PHP8x.

Moved OIDC Discovery logic into a separate project.

Initial Release

03 Aug 06:19
Compare
Choose a tag to compare

Keycloak Provider for OAuth 2.0 Client

Supported Grant Types and Flows

  • Authentication Code
  • Password
  • Client Credentials
  • Refresh Token

Supports configuration via Keycloak OIDC JSON file provided by Keycloak.

Performs OpenID Connect Discovery of endpoints using the Keycloak .well-known/openid-configuration endpoint for discovery of server endpoints and supported configuration.

Supports token introspection (decoding) using the Keycloak token introspection endpoint.

See README for more details.