-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CIBA grant type to oidc-client #34357
Conversation
Sorry @Eng-Fouad, I thought we should discuss an option of testing it given that all other grant types are tested AFAIK. |
I have no much time atm. I will try to take a look on it next week. |
@Eng-Fouad Sure, give a try please, I appreciate you opening a PR, I'll try to help with the test if you'll find it not easy to set up, but it should be mostly a copy and paste exercise - copy one of the wiremock stubs there and create the one for the CIBA grant, add one more oidc client tenant config with this grant and copy some test and use this tenant config. |
@sberyozkin Added test cases. Can you please verify if all tests pass? I couldn't compile the project properly on my machine. |
8b64655
to
df24021
Compare
🙈 The PR is closed and the preview is expired. |
This comment has been minimized.
This comment has been minimized.
integration-tests/oidc-client-wiremock/src/test/java/io/quarkus/it/keycloak/OidcClientTest.java
Show resolved
Hide resolved
@Eng-Fouad Thanks, the test looks OK, have a look at It should be very easy to build it, and then |
.../oidc-client-wiremock/src/test/java/io/quarkus/it/keycloak/KeycloakRealmResourceManager.java
Outdated
Show resolved
Hide resolved
@sberyozkin All tests should pass now. |
✔️ The latest workflow run for the pull request has completed successfully. It should be safe to merge provided you have a look at the other checks in the summary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great effort @Eng-Fouad, thanks
Fixes #34356