Ricardo Martin

Results 69 comments of Ricardo Martin

> Why is this? A similar search done directly to the LDAP returns the data fast. Because you need to search the group in the ldap. Get the merbers (which...

I have quickly implemented the three commented points in this branch: https://github.com/rmartinc/keycloak/tree/issue-31786. I create two commits just in case UI guys don't want to remove the `membership` column. But I...

@Anderen2 Have you tested my branch? Do you see any improvement?

Solved by PRs https://github.com/keycloak/keycloak/pull/33473 and https://github.com/keycloak/keycloak/pull/33494.

@cgeorgilakis Just one thing I don't understand, what is the purpose of an `offline_token` without having the refresh token (which is suppressed)? Or maybe you are adding the `SuppressRefreshTokenRotationExecutor` after...

Thanks @cgeorgilakis! Understood, it's a bit of a corner case but a bug indeed. I did a review of the PR with some little changes.

I cannot reproduce this in 26.0.1. I have created a little theme `custom` like you mention (see attachment to test) except that I have added the base login.css too: ```...

I still cannot reproduce, I have even tested in windows, just in case. I have just done the following: ```bash cd keycloak-26.0.1/themes/ jar xvf ../providers/custom.jar rm ../providers/custom.jar mv theme/custom ....

Sorry, but I cannot reproduce the issue, it works for me when the server is started using start-dev (develompent) and start (production) and in windows and linux. No matter if...

@arados It's working for me starting from the `bin` folder. I needed to fix some file names that were not correct, I suppose you didn't rename it before passing the...