Releases: ntidev/IDCIKeycloakSecurityBundle
Releases · ntidev/IDCIKeycloakSecurityBundle
v2.0.0: Merge pull request #4 from angelbencosme/master
Adapting to version 24 of keycloak and some minor corrections.
Fix with the container in the controller
By mistake with the container in some cases we decided to inject it into the controller.
v1.25
- Updated for compatiblity with Keycloak after version 10.0.
Standardization of user data
- Fix error for attributes after getting from Keycloak.
- validate data before passing to attribute decode function.
v1.13
Fix Request Service
Validate 302 response on keycloak server request
v1.12
Update KeycloakSecurityService.php
v1.11
feat(User): Added impersonation to controller
v1.10
feat(Keycloak): Adding faster way of denied roles array diff
v1.9
refactor(Bundle): * Now refreshing las login with onAuthenticationSuccess method * Internal communication to keycloak now with api config
v1.8
feat(Api): Added keycloak api config entity to be used for internal c…