Sergey Beryozkin

Results 54 issues of 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...

area/documentation
area/testing
area/oidc

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...

area/documentation

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...

bug

### 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...

kind/bug
area/oidc
triage/flaky-test

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...

area/smallrye

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...

area/documentation
area/testing
area/oidc

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....

area/persistence
area/testing
area/hibernate-orm
area/dependencies

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....

area/oidc
triage/backport