KeycloakClientBundle
KeycloakClientBundle copied to clipboard
The KeycloakClientBundle is bundle for Symfony, designed to simplify Keycloak integration into your application in Symfony and provide additional functionality for token management and user informatio...
Hello! In our logs I can see such deprecations messages: `[2025-10-21T14:01:49.079956+00:00] deprecation.INFO: User Deprecated: Since symfony/security-http 7.3: Implementing "Mainick\KeycloakClientBundle\Token\KeycloakResourceOwner::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the...
While trying to integrate a keycloak authentication flow into a symfony application I stumbled about this great library. Sadly I can't get it to work for this usecase. The Keycloak...