Jon Koops
f7e4b78f1d
Prevent slash duplication in request URLs
...
Closes #44269
Signed-off-by: Jon Koops <jonkoops@gmail.com >
2025-11-18 15:44:40 +01:00
mposolda
68cfb8d720
Fix flaky test ClientAuthSignedJWTTest.testClientWithGeneratedKeysJKS
...
closes #43713
Signed-off-by: mposolda <mposolda@gmail.com >
2025-11-18 11:52:01 +01:00
Awambeng Rodrick
97ae31dfe3
fix(admin-ui): allow assignment of OID4VCI client scopes to clients
...
Closes #43899
Signed-off-by: Awambeng Rodrick <awambengrodrick@gmail.com >
Address @forkimenjeckayang review comments
Signed-off-by: Awambeng Rodrick <awambengrodrick@gmail.com >
Address @IngridPuppet review comments
Signed-off-by: Awambeng Rodrick <awambengrodrick@gmail.com >
Address @IngridPuppet review comments
Signed-off-by: Awambeng Rodrick <awambengrodrick@gmail.com >
fix lint error
Signed-off-by: Awambeng Rodrick <awambengrodrick@gmail.com >
2025-11-18 11:25:23 +01:00
rmartinc
f0f776e5c8
Fix for WebAuthnSigningInTest WebAuthn test
...
Closes #43477
Signed-off-by: rmartinc <rmartinc@redhat.com >
2025-11-18 11:02:13 +01:00
Peter Zaoral
b9d94d325b
Remove JSON Patch support from the Client API v2 MVP ( #44120 )
...
Closes : #43572
Signed-off-by: Peter Zaoral <pzaoral@redhat.com >
2025-11-18 09:42:10 +00:00
Marek Posolda
a4c583246d
Use the unified constants class for sd-jwt/oid4vc standard data and claims ( #44153 )
...
closes #44152
Signed-off-by: mposolda <mposolda@gmail.com >
2025-11-18 10:41:04 +01:00
Steven Hawkins
8ee23aaa15
fix: simplifying addResources ( #44046 )
...
closes : #44045
Signed-off-by: Steve Hawkins <shawkins@redhat.com >
2025-11-18 09:29:50 +01:00
Alexander Schwartz
15a9a36569
Align formatting of referenced RFCs
...
Closes #44246
Signed-off-by: Alexander Schwartz <alexander.schwartz@gmx.net >
Co-authored-by: Stian Thorgersen <stian@redhat.com >
2025-11-17 21:30:13 +01:00
Stan Silvert
0b2d673cb7
Add quotes to payload when adding user to organization.
...
Fixes #43812
Signed-off-by: Stan Silvert <ssilvert@redhat.com >
2025-11-17 10:05:58 -03:00
Stefan Guilhen
464d1a6741
Improve updating existing workflows
...
- allow updating entire workflow when no scheduled tasks exist
- allow updating conditions, concurrency, and steps config when scheduled tasks exists
Closes #42618
Signed-off-by: Stefan Guilhen <sguilhen@redhat.com >
2025-11-17 09:10:29 -03:00
Alexander Schwartz
167249dd6c
Updating the specifics around kubernetes service accounts
...
Closes #44064
Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com >
2025-11-17 11:23:39 +01:00
Stian Thorgersen
c284f9ae66
Rename ApiUtil to AdminApiUtil ( #44224 )
...
Closes #44196
Signed-off-by: stianst <stianst@gmail.com >
2025-11-17 07:52:04 +01:00
Stian Thorgersen
b7815190a2
Merge GenerateKeystoreForTestUtil with CryptoKeyStore ( #44223 )
...
Closes #44195
Signed-off-by: stianst <stianst@gmail.com >
2025-11-17 07:51:45 +01:00
Stian Thorgersen
f6702decc0
JWK Algorithm Key Pair support ( #44203 )
...
Closes #44141
Signed-off-by: stianst <stianst@gmail.com >
2025-11-17 07:51:08 +01:00
dependabot[bot]
10f3feeee6
Bump the actions-dependencies group with 3 updates ( #44245 )
...
Bumps the actions-dependencies group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact ), [github/codeql-action](https://github.com/github/codeql-action ) and [actions/download-artifact](https://github.com/actions/download-artifact ).
Updates `actions/upload-artifact` from 4.6.2 to 5.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](ea165f8d65...330a01c490 )
Updates `github/codeql-action` from 4.30.8 to 4.31.3
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](f443b600d9...014f16e7ab )
Updates `actions/download-artifact` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](634f93cb29...018cc2cf5b )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions-dependencies
- dependency-name: github/codeql-action
dependency-version: 4.31.3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-dependencies
- dependency-name: actions/download-artifact
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 07:47:42 +01:00
Pedro Ruivo
6260622f2e
Find highest sequence number in jgroups_ping
...
* Find the highest sequence number in jgroups_ping table to avoid duplicates
Fixes #44189
Signed-off-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com >
Co-authored-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com >
2025-11-14 20:54:52 +01:00
Pedro Ruivo
8d0b64bd59
Deprecate TopologyInfo
...
Closes #44047
Signed-off-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com >
Co-authored-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com >
2025-11-14 20:50:31 +01:00
Pedro Ruivo
7dc7c81b25
Fix UserSessionProviderOfflineModelTest#testLoadUserSessionsWithNotDeletedOfflineClientSessions
...
Fixes #43886
Signed-off-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com >
Co-authored-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com >
2025-11-14 20:46:02 +01:00
Pedro Igor
d4f9a09236
Fixing encoding of forwarded parameters
...
Closes #44125
Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com >
2025-11-14 15:46:09 -03:00
jhgojbis
fd99aa6244
Bug fix double-encoding for query parameter acr_values
...
Related bug fix in Keycloak version 26.4
space with mutiple values results in → "+" → "%2B"
Reported bug:
https://github.com/keycloak/keycloak/issues/44125
Signed-off-by: jhgojbis <gh_wipe@hotmail.com >
2025-11-14 15:46:09 -03:00
AvivGuiser
3c8af6dec5
set auto-mount service account token to false in keycloak pods ( #40605 )
...
closes #38843
Signed-off-by: AvivGuiser <avivguiser@gmail.com >
Co-authored-by: Steven Hawkins <shawkins@redhat.com >
2025-11-14 15:41:39 +00:00
Lucas
5ad1b1efa4
Fix logger call to align arguments with format pattern
...
fixes #44229
Signed-off-by: Lucas <lucas.bickel@adfinis.com >
2025-11-14 15:23:19 +00:00
Stefan Guilhen
3319e8d9b5
Add optional parameter in WorkflowResource.toRepresentation to allow retrieval of the rep without the ids
...
Closes #44183
Signed-off-by: Stefan Guilhen <sguilhen@redhat.com >
2025-11-14 12:20:40 -03:00
Pedro Ruivo
70e1dba2c3
Create remember_me column for user sessions
...
Closes #44112
Signed-off-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com >
Co-authored-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com >
2025-11-14 14:41:04 +01:00
Weblate (bot)
cb884d3fd1
Translations update from Hosted Weblate ( #44055 )
...
* Updated translation for Turkish
Language: tr
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Updated translation for Turkish
Language: tr
Updated translation for Turkish
Language: tr
Co-authored-by: Arif EROL <arif.erol16@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Signed-off-by: Arif EROL <arif.erol16@gmail.com >
Signed-off-by: Hosted Weblate <hosted@weblate.org >
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Signed-off-by: Hosted Weblate <hosted@weblate.org >
* Updated translation for French
Language: fr
Updated translation for French
Language: fr
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Updated translation for French
Language: fr
Updated translation for French
Language: fr
Updated translation for French
Language: fr
Updated translation for French
Language: fr
Updated translation for French
Language: fr
Updated translation for French
Language: fr
Updated translation for French
Language: fr
Updated translation for French
Language: fr
Co-authored-by: Alexander Schwartz <alexander.schwartz@gmx.net >
Co-authored-by: Dodouce <marin.pau22@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sylvain Pichon <service@spichon.fr >
Signed-off-by: Alexander Schwartz <alexander.schwartz@gmx.net >
Signed-off-by: Dodouce <marin.pau22@gmail.com >
Signed-off-by: Hosted Weblate <hosted@weblate.org >
Signed-off-by: Sylvain Pichon <service@spichon.fr >
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Signed-off-by: Hosted Weblate <hosted@weblate.org >
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Updated translation for Chinese (Traditional Han script)
Language: zh_Hant
Updated translation for Chinese (Traditional Han script)
Language: zh_Hant
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: 秉虎 <s96016641@gmail.com >
Signed-off-by: Hosted Weblate <hosted@weblate.org >
Signed-off-by: 秉虎 <s96016641@gmail.com >
---------
Signed-off-by: Arif EROL <arif.erol16@gmail.com >
Signed-off-by: Hosted Weblate <hosted@weblate.org >
Signed-off-by: Alexander Schwartz <alexander.schwartz@gmx.net >
Signed-off-by: Dodouce <marin.pau22@gmail.com >
Signed-off-by: Sylvain Pichon <service@spichon.fr >
Signed-off-by: 秉虎 <s96016641@gmail.com >
Co-authored-by: Arif EROL <arif.erol16@gmail.com >
Co-authored-by: Alexander Schwartz <alexander.schwartz@gmx.net >
Co-authored-by: Dodouce <marin.pau22@gmail.com >
Co-authored-by: Sylvain Pichon <service@spichon.fr >
Co-authored-by: 秉虎 <s96016641@gmail.com >
2025-11-14 13:43:13 +01:00
Steven Hawkins
f96765c4b4
fix: correcting termination test on openshift ( #44181 )
...
closes : #44179
Signed-off-by: Steve Hawkins <shawkins@redhat.com >
2025-11-14 13:25:02 +01:00
Stian Thorgersen
f67aea9a00
Avoid downloading spotless dependencies every time
...
Closes #44214
Signed-off-by: stianst <stianst@gmail.com >
2025-11-14 12:26:18 +01:00
Stian Thorgersen
4f80d692c0
Add permissions to stability-* workflows ( #44212 )
...
Signed-off-by: stianst <stianst@gmail.com >
2025-11-14 12:02:54 +01:00
Giuseppe Graziano
bcf6df545b
Fix npe in ConditionalUserConfiguredAuthenticator
...
Closes #44156
Signed-off-by: Giuseppe Graziano <g.graziano94@gmail.com >
2025-11-14 10:09:30 +01:00
Ricardo Martin
20f9bb1570
Fix recaptcha links to the new docs.cloud.google.com site
...
Closes #44187
Signed-off-by: rmartinc <rmartinc@redhat.com >
2025-11-14 09:37:54 +01:00
Stian Thorgersen
a2c1055f8d
Proposed import order ( #43432 )
...
* Add importOrder to Spotless
Closes #43235
Signed-off-by: stianst <stianst@gmail.com >
* Re-order imports with Spotless
Signed-off-by: stianst <stianst@gmail.com >
---------
Signed-off-by: stianst <stianst@gmail.com >
2025-11-14 09:34:49 +01:00
Hamza Hathoute
8fb8fd5346
fix: add flag to delete-step to control user removal from federation provider
...
Closes #43538
Signed-off-by: Hathoute <whitesmith.thedj@gmail.com >
2025-11-13 22:32:11 +00:00
Pedro Igor
b46b0321d6
Skip FGAP when evaluating permissions for regular clients
...
Closes #40712
Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com >
2025-11-13 22:16:09 +01:00
Vlasta Ramik
d2697232b9
Rename bind endpoint to activate
...
Closes #44155
Signed-off-by: vramik <vramik@redhat.com >
2025-11-13 22:15:33 +01:00
Pedro Ruivo
0876ca9aa1
Use batches to expire entries from Database
...
Closes #44067
Signed-off-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com >
Co-authored-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com >
2025-11-13 15:13:15 +00:00
stianst
8dce1eff15
Migrate keys package to new test framework
...
Closes #44118
Signed-off-by: stianst <stianst@gmail.com >
2025-11-13 10:19:53 -03:00
Stan Silvert
f106a63f0b
Remove unused messages.
...
Closes #43665
Signed-off-by: Stan Silvert <ssilvert@redhat.com >
2025-11-13 10:04:00 -03:00
Stan Silvert
33b479fa3b
Workflows now use YAML instead of JSON.
...
Closes #43665
Signed-off-by: Stan Silvert <ssilvert@redhat.com >
2025-11-13 10:04:00 -03:00
Chance Coleman
b2317dabdc
Add configurable HTTP retry mechanism for OCSP validation ( #42535 )
...
Closes #42401
Signed-off-by: UnicornChance <chance@defenseunicorns.com >
Signed-off-by: Chance Coleman <139784371+chance-coleman@users.noreply.github.com >
2025-11-13 13:21:13 +01:00
vramik
748b58bf64
Remove creation of default policy, resource and permission upon enabling authorization for a client
...
Closes #43867
Signed-off-by: vramik <vramik@redhat.com >
2025-11-13 09:14:56 -03:00
Rathan-Naik
5c04124d86
Fix duplicate mapper save error by auto-navigating after creation
...
Closes #43948
Signed-off-by: Rathan Naik <30756840+Rathan-Naik@users.noreply.github.com >
Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com >
Co-authored-by: Alexander Schwartz <alexander.schwartz@ibm.com >
2025-11-13 08:45:30 +00:00
Sebastian Łaskawiec
3288f83dc9
Adding an integration test with Minikube for Kubernetes Service Account Federated Authenticator
...
Closes #42983
Signed-off-by: Sebastian Łaskawiec <sebastian.laskawiec@defenseunicorns.com >
Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com >
Co-authored-by: Alexander Schwartz <alexander.schwartz@ibm.com >
2025-11-13 08:52:46 +01:00
Stefan Guilhen
da7993896d
Allow ISO-8601 compatible format for the after field in workflow steps
...
- aligns the format with what is used in the JPA connection provider pool max lifetime for time-based configurations
Closes #42913
Signed-off-by: Stefan Guilhen <sguilhen@redhat.com >
2025-11-12 18:51:49 -03:00
Stefan Guilhen
5ff2e22f18
Fix representation so that workflows can be properly disabled/enabled.
...
- also removes empty 'with' configurations from the steps when retrieving the workflow.
Closes #44163
Signed-off-by: Stefan Guilhen <sguilhen@redhat.com >
2025-11-12 18:51:36 -03:00
Stefan Guilhen
7acf2ceccb
Add pagination and search by name capabilities to WorkflowsResource
...
Closes #44164
Signed-off-by: Stefan Guilhen <sguilhen@redhat.com >
2025-11-12 17:18:11 -03:00
vramik
84a679224b
Add operation to deactivate a workflow execution for a resource
...
Closes #42124
Signed-off-by: vramik <vramik@redhat.com >
2025-11-12 17:02:17 -03:00
Pedro Igor
9d728dd686
Missing message properties when rendering pages for organization invites
...
Closes #44113
Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com >
2025-11-12 15:56:39 -03:00
Steven Hawkins
26bdee3052
fix: removing unknown field validation parameter ( #44173 )
...
closes : #43728
Signed-off-by: Steve Hawkins <shawkins@redhat.com >
2025-11-12 17:27:05 +00:00
Martin Kanis
a7c02076a1
UPDATE_EMAIL action invalidates old email
...
Closes #43738
Signed-off-by: Martin Kanis <mkanis@redhat.com >
2025-11-12 11:32:36 -03:00
mposolda
fa3e964df7
Sd-Jwt unit tests in the crypto/fips1402 module
...
closes #44104
Signed-off-by: mposolda <mposolda@gmail.com >
2025-11-12 15:11:39 +01:00