Pedro Igor
Pedro Igor
@robbertbrak The problem is that admin URLs are basically built based on the information from the request except for the host when the `hostname-admin` is set. In your case, the...
Created https://github.com/keycloak/keycloak/issues/13524.
@robbertbrak Could you check https://github.com/keycloak/keycloak/pull/13681?
@thaDude Thanks for the details. When doing external -> internal-only the client mappers are executed. The mappers associated with the IdP are not. I'm labeling this one as an enhancement...
@abstractj @trixpan IIRC, `wildfly-elytron` was added to the distribution to make it possible to use remote stores (hotrod) when doing legacy. See https://github.com/keycloak/keycloak/pull/10048. Looks like ISPN 13.0.9 (the version we...
> @pedroigor interesting. > 1. We use [infinisipan 12.1.7.Final](https://github.com/keycloak/keycloak/blob/a82f08fdb2842cc0e1782b6d9a3d420ea0eaf143/pom.xml#L95) in keycloak The distribution is using `13.0.9.Final`. The legacy distribution is ahead of time and uses `13.0.10`. > The not so...
@KirylBokiy Would you mind sending a PR?
@KirylBokiy Thanks. Any chance to send a PR with the changes you did?
@KirylBokiy I'm wondering if we can just check whether `writing` is set to `true` at `writing` and return false. Wdyt?
@KirylBokiy @f-marino Could you please try https://github.com/keycloak/keycloak/pull/13729? The test I'm adding is non-deterministic and can give false positives, but most of the time it fails if the issue is still...