Releases: cloudcogsio/oauth2-keycloak
Releases · cloudcogsio/oauth2-keycloak
Pre-PHP8x
Moved OIDC Discovery logic into a separate project.
Initial Release
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.