Sergey Beryozkin
Sergey Beryozkin
Fixes #23478 This PR supports a front-channel logout request. If the current request path matches the configured frontchannel logout URL then the `sid` and `iss` query parameters are compared against...
Fixes #26867 Keeping this PR as a draft until I figure out how to test it. I just had to refactor `OidcClientImpl` a little bit to reuse the code which...
In Quarkus, after doing `quarkus create cli --jbang` and then moving to the generated `code-with-quarkus` and running `jbang --interactive src/main.java` reports: ``` [jbang] You can run the main class `io.quarkus.runner.GeneratedMain`...
### Version `3.8.5` ### Context Quarkus user works with the OIDC server which does not recognize the Basic Auth header and as such the token acquisition request fails. It has...
### Describe the bug Looks like some instability has been introduced after the upgrade to KC 19.0.1 - as no significant changes have been made to `CodeAuthenticationMechanism`. I've just seen...
Related to #28247. Hi @FroMage, IMHO this is the best we can do - `JWT` mechanism is not aware of other mechanisms, `Basic+Form` is a special combination, they are built...
Fixes #28031. Summary of the changes: - Treats `quarkus.keycloak.devservices.realm-path` as a list of realm names - Consolidates the way the realms are uploaded for both Quarkus based and WildFly based...
This PR adds `DbTestClient` for users to reset DB whenever they want during the test. `DbTestClient` can also have more useful methods going forward as it has a `DevServicesContext` injected....
Fixes #38777. Fixes #38763. This PR is simple but since it moves a Uni block around it appears the changes are quite involved, let me clarify which problems it solves....