Commit graph

30180 commits

Author SHA1 Message Date
Thomas Diesler
80839bfc44 -- make ctors package protected
Signed-off-by: Thomas Diesler <tdiesler@ibm.com>
2026-02-13 15:29:04 +01:00
Thomas Diesler
4341b8a314 [OID4VCI] Revisit and fix OAuthClient.preAuthorizedCodeGrantRequest()
Signed-off-by: Thomas Diesler <tdiesler@ibm.com>
2026-02-13 15:29:04 +01:00
Ruchika Jha
e82e107b85
Enable graceful HTTP shutdown and document default behavior
Closes #43589

Signed-off-by: Ruchika <ruchika.jha1@ibm.com>
Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com>
Co-authored-by: Alexander Schwartz <alexander.schwartz@ibm.com>
2026-02-13 14:28:49 +00:00
Erik Jan de Wit
4be89ef2a3
token could be undefined when using other grant type (#46185)
fixes: #46178

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2026-02-13 15:16:35 +01:00
Pedro Igor
8df79202a0
Fixing organization members docs to mention they can join multiple organizations
Closes #46040

Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
2026-02-13 14:54:10 +01:00
Ricardo Martin
1f49f67991
Upgrade docker-maven-plugin to last version (#46313)
Closes #46312

Signed-off-by: rmartinc <rmartinc@redhat.com>
2026-02-13 12:15:20 +01:00
Giuseppe Graziano
a8418b251d Unique issuer for identity providers
Closes #45747

Signed-off-by: Giuseppe Graziano <g.graziano94@gmail.com>
2026-02-13 08:44:07 +01:00
Martin Bartoš
51b764b577
Missing translations for role descriptions
Closes #22569

Signed-off-by: Martin Bartoš <mabartos@redhat.com>
2026-02-12 18:37:25 +01:00
Thomas Diesler
44e7cf2da9 [OID4VCI] Simplify OID4VCAuthorizationDetail handling
Signed-off-by: Thomas Diesler <tdiesler@ibm.com>
2026-02-12 17:09:07 +01:00
rmartinc
bd703eb767 Upgrade santuario to 3.0.6 to fix SANTUARIO-617
Closes #45680

Signed-off-by: rmartinc <rmartinc@redhat.com>
2026-02-12 15:57:50 +01:00
Ricardo Martin
bef8f7f0fd
Move upgrading note for the serverinfo to 26.5.4
Closes #46267

Signed-off-by: rmartinc <rmartinc@redhat.com>
2026-02-12 14:50:45 +01:00
vramik
5a4685909e Ability to add attributes to organization groups
Closes #46263

Signed-off-by: vramik <vramik@redhat.com>
2026-02-12 10:43:18 -03:00
Peter Zaoral
83c51c6214
Upgrade to Quarkus 3.32.0.CR1 (#46256)
Closes: #46255

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
2026-02-12 13:14:49 +00:00
Steven Hawkins
115b260a47
fix: normalizing the baseUri to end with / (#46253)
closes: #46235

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2026-02-12 13:55:07 +01:00
Martin Bartoš
d6faeed3ab
[quick-theme] Merge the dark/light selector tabs (#46247)
Some checks failed
Weblate Sync / Trigger Weblate to pull the latest changes (push) Has been cancelled
Closes #45528

Signed-off-by: Martin Bartoš <mabartos@redhat.com>
2026-02-12 12:16:44 +01:00
Steven Hawkins
3aa5ab0072
fix: updating the fix for docker ulimits (#46254)
it will now be applied by default

closes: #44232

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2026-02-12 10:28:53 +01:00
Martin Bartoš
479d5546a6
[client-v2] Create tests for checking permissions (#45981)
* [client-v2] Create tests for checking permissions

Closes #45975

Signed-off-by: Martin Bartoš <mabartos@redhat.com>

* Simplify admin client creation, test abstraction

Signed-off-by: Martin Bartoš <mabartos@redhat.com>

* Address Vasek's comments

Signed-off-by: Martin Bartoš <mabartos@redhat.com>

---------

Signed-off-by: Martin Bartoš <mabartos@redhat.com>
2026-02-11 18:18:49 +01:00
Steven Hawkins
27fb8fae5c
fix: refining how the junit Keycloak is launched (#46182)
closes: #46160

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2026-02-11 16:44:43 +01:00
Steven Hawkins
783ea304af
fix: document passthrough backchannel limitation (#45915)
closes: #45606

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2026-02-11 10:44:19 -05:00
Stefan Guilhen
dd0edc24c2 Decode objectGUID when it is imported as a group attribute
Closes #45917

Signed-off-by: Stefan Guilhen <sguilhen@redhat.com>
2026-02-11 11:13:39 -03:00
rmartinc
569f86ffeb Show button in tokens tab when openId4vci is not enabled
Closes #45818

Signed-off-by: rmartinc <rmartinc@redhat.com>
2026-02-11 15:02:22 +01:00
Thomas Diesler
5659fa9ac7 [OID4VCI] Revisit and fix OAuthClient.credentialRequest()
Signed-off-by: Thomas Diesler <tdiesler@ibm.com>
2026-02-11 12:05:06 +01:00
NAMAN JAIN
5967093142
Move HTTP access logs to data/log directory (#45991)
* Move HTTP access logs to data/log directory

The HTTP access log file is now written to the /data/log directory, alongside server logs.

Directory is created at runtime initialization if it does not exist.

Closes #45629

Signed-off-by: NAMAN JAIN <naman.049259@tmu.ac.in>

* Update help command expectations for HTTP access log directory change

Signed-off-by: NAMAN JAIN <naman.049259@tmu.ac.in>

* Apply suggestions from code review

Signed-off-by: Martin Bartoš <mabartos@redhat.com>

* Fix build

Signed-off-by: Martin Bartoš <mabartos@redhat.com>

---------

Signed-off-by: NAMAN JAIN <naman.049259@tmu.ac.in>
Signed-off-by: Martin Bartoš <mabartos@redhat.com>
Co-authored-by: Martin Bartoš <mabartos@redhat.com>
2026-02-11 11:50:22 +01:00
Erik Jan de Wit
9cd492212b
added validation tests for client v2 (#46165)
* added validation tests for client v2

releates: #43296
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

* added specific error messeages to check

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

---------

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2026-02-11 11:34:52 +01:00
Stian Thorgersen
9350e704c8
Follow-up update to test framework docs (#46176)
Closes #46073

Signed-off-by: stianst <stianst@gmail.com>
2026-02-11 11:12:35 +01:00
Lukas Hanusovsky
8839c831b9
[Test Framework] testcontainers dependency refactor. (#46131)
Signed-off-by: Lukas Hanusovsky <lhanusov@redhat.com>
2026-02-11 10:07:12 +00:00
Pedro Ruivo
49240b6eac
Reduce UserListQuery memory usage
Closes #46140

Signed-off-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com>
Co-authored-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com>
2026-02-11 08:46:39 +01:00
Thomas Diesler
de0ae92ebe [OID4VCI] Wrong typ value for SD-JWT VC
Signed-off-by: Thomas Diesler <tdiesler@ibm.com>
2026-02-11 08:28:07 +01:00
Václav Muzikář
d45dfeb44a
Java 25 support (#45872)
Closes #45905

Signed-off-by: Václav Muzikář <vmuzikar@ibm.com>
2026-02-10 23:35:35 +00:00
Pedro Ruivo
dd7302a3af
Remove ConfigurationBuilderHolder field from DefaultCacheEmbeddedConfigProviderFactory
Closes #46138

Signed-off-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com>
Co-authored-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com>
2026-02-10 21:48:24 +00:00
Benjamin DeWeese
67bbdf3dd2
Added theme descriptions in the Admin UI
Closes #45909

Signed-off-by: Benjamin DeWeese <bdeweesevans@gmail.com>
Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com>
Co-authored-by: Alexander Schwartz <alexander.schwartz@ibm.com>
2026-02-10 21:42:09 +00:00
Erik Jan de Wit
d6e112fd85
added more logging to have more information when there are errors (#46167)
related issue: #46081

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2026-02-10 20:56:52 +00:00
Ricardo Martin
03313a126d
Iterate realm deletion in realm.spec.ts
Closes #46081

Signed-off-by: rmartinc <rmartinc@redhat.com>
2026-02-10 21:20:50 +01:00
Marco N.
b7fe294fa0
Add node count and next-node selection to LoadBalancer API
Closes #46156

Signed-off-by: Marco Neuhaus <m.neuhaus@smf.de>
2026-02-10 21:18:49 +01:00
Stian Thorgersen
fc150d1bca
Add support for detecting slow test classes
Closes #46166

Signed-off-by: stianst <stianst@gmail.com>
2026-02-10 20:54:14 +01:00
Stian Thorgersen
675c54f212
Support injection in realm, client and user configurations
Closes #46128

Signed-off-by: stianst <stianst@gmail.com>
2026-02-10 20:53:59 +01:00
Stian Thorgersen
3bcb6dde58
Fix NPE in test framework registry (#46163)
Closes #46162

Signed-off-by: stianst <stianst@gmail.com>
2026-02-10 20:53:14 +01:00
Martin Bartoš
06868267c9
Use Expressly dependency for Hibernate Validator
Closes #46121

Signed-off-by: Martin Bartoš <mabartos@redhat.com>
2026-02-10 20:50:34 +01:00
Steven Hawkins
5988e89bbc
fix: adding a basic saml client test (#46098)
closes: #46042

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2026-02-10 13:09:44 -05:00
Pedro Igor
295945773e
Make sure updates do not allow updating the resource associated with the uma policy (#46154)
Closes #46147

Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
2026-02-10 16:42:27 +00:00
Lukas Hanusovsky
8d70b91ead
[Test Framework] Removing JUnit4 dependency. (#46174)
Signed-off-by: Lukas Hanusovsky <lhanusov@redhat.com>
2026-02-10 13:25:06 +00:00
Giuseppe Graziano
d6f07f27ec
User validation in JWT Authorization Grant (#46149)
Closes #46144

Signed-off-by: Giuseppe Graziano <g.graziano94@gmail.com>
2026-02-10 13:09:05 +00:00
Pedro Igor
8fc9a98026
Make sure registration tokens are verified before processing registration (#46155)
Closes #46145

Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
2026-02-10 14:02:03 +01:00
Thomas Diesler
64dee82f9f [OID4VCI] Revisit and fix OAuthClient.credentialOfferRequest()
Signed-off-by: Thomas Diesler <tdiesler@ibm.com>
2026-02-10 13:15:45 +01:00
Valeria
05ff44b8a0
Patch CVE-2026-0707. Add validation on Authorization Header with Bearer, add tests (#45787)
Closes #45649

Signed-off-by: Valeria Epifanova <lerkamandarinka24@gmail.com>
2026-02-10 13:10:29 +01:00
Giuseppe Graziano
6fd372cbe6
Doc for JWT auth grant with Google (#45895)
Closes #45654


Signed-off-by: Giuseppe Graziano <g.graziano94@gmail.com>
2026-02-10 13:07:37 +01:00
Giuseppe Graziano
176dc8902c
Check if idp is enabled for JWT Auth Grant and Federated Client Auth (#46148)
Closes #46146

Signed-off-by: Giuseppe Graziano <g.graziano94@gmail.com>
2026-02-10 13:01:42 +01:00
Marie Daly
7d6108d4b9
Redirect Wildcard changes and more https checks to secure-client-executor (#46082)
Closes #45587


Signed-off-by: Marie Daly <marie.daly1@ibm.com>
2026-02-10 13:00:06 +01:00
vramik
0669a7eb14 Organization group path handling
Closes #46025

Signed-off-by: vramik <vramik@redhat.com>
2026-02-10 08:11:07 -03:00
Thomas Diesler
b4c1a2a890 [OID4VCI] Revisit and fix OAuthClient.credentialOfferUriRequest()
Signed-off-by: Thomas Diesler <tdiesler@ibm.com>
2026-02-10 11:50:55 +01:00