Commit graph

21580 commits

Author SHA1 Message Date
Jon Koops
0d541f60b6
Use React Router v6 for the routable tabs of the user profile page (#4137) 2023-01-06 14:30:17 +01:00
Pedro Igor
53ee95764e Do not show username field when updating profile if UPDATE_EMAIL feature is enabled and email as username is enabled
Closes #16263
2023-01-06 14:12:47 +01:00
Réda Housni Alaoui
141c9dd803
update-email: email change does not affect the username when "Email as username" option is checked (#15583)
Closes #13988
2023-01-06 14:04:48 +01:00
Jon Koops
bd2569b50d
Use React Router v6 for the routable tabs of the events page (#4135) 2023-01-06 12:21:59 +00:00
Jon Koops
bf18af49e3
Use React Router v6 for the routable tabs of the client page (#4132) 2023-01-06 12:05:12 +00:00
Hynek Mlnarik
7708e2cc5c Fix putAll issues
Closes: #16287
2023-01-06 12:01:19 +01:00
Jon Koops
3e82a57383
Add clear-data script to Keycloak server (#4128) 2023-01-06 11:21:59 +01:00
Stian Thorgersen
cc641cb72b Update ci.yml 2023-01-06 10:30:34 +01:00
Stian Thorgersen
1cf7535c90
Add flaky retry/reporting to store model test (#16275) 2023-01-06 09:15:01 +01:00
Miquel Simon
c2682157fb
Added MS SQL Server to Legacy Store IT. (#16121)
* Added MS SQL Server to Legacy Store IT.

* Update testsuite/integration-arquillian/pom.xml

Co-authored-by: Stian Thorgersen <stianst@gmail.com>
Co-authored-by: Stian Thorgersen <stian@redhat.com>
2023-01-06 08:55:09 +01:00
Réda Housni Alaoui
5ca38aa96b
Document client registration access token rotation executor (#1736)
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
2023-01-05 20:56:26 +01:00
Réda Housni Alaoui
dbe0c27bcf Allowing client registration access token rotation deactivation 2023-01-05 20:53:57 +01:00
Marek Posolda
46317fff9c
Deprecate SHA1 based algorithms for SAML signatures (#1739)
* Deprecate SHA1 based algorithms for SAML signatures
Closes #1738


Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
2023-01-05 20:50:09 +01:00
mposolda
e374e309c6 Deprecate SHA1 based algorithms for sign SAML documents and assertions
Closes #16240
2023-01-05 20:45:20 +01:00
Michal Hajas
6566b58be1 Introduce Infinispan GlobalLock implementation
Closes #14721
2023-01-05 16:58:44 +01:00
Hynek Mlnarik
071fc03f41 Move transaction processing into session close
Fixes: #15223
2023-01-05 16:12:32 +01:00
Jon Koops
bdd39c4e37
Use React Router v6 for the routable tabs of the dedicated scope page (#4131) 2023-01-05 15:24:05 +01:00
Jon Koops
074b6afc5d
Use React Router v6 for the routable tabs of the users page (#4130) 2023-01-05 14:10:37 +00:00
Michael Härtl
858c0a8ae1 Fix full scope toggle procedure 2023-01-05 15:06:44 +01:00
vramik
f7ad00270e Unique constraints should use attribute value hash instead of the value itself
Closes #15699
Closes #15507
2023-01-05 13:38:06 +01:00
Jon Koops
0b7ab7d008
Use React Router v6 for the routable tabs of the realm settings keys page (#4129) 2023-01-05 12:08:14 +00:00
Jon Koops
d2163efe3f
Use React Router v6 for the routable tabs of the user federation LDAP settings page (#4126) 2023-01-05 11:38:16 +00:00
Pedro Igor
dbe225715d
Wrong auth session id being used when validating auth session id cookies (#16253)
Closes #16252
Closes #16132
2023-01-05 10:13:25 +01:00
vramik
380df3bedf Field generator: getCollectionElementClass method not generated when no addElement method is present in interface
Closes #16255
2023-01-04 17:12:59 +01:00
Stian Thorgersen
10f2ae3411
Add flaky tests rerun to more jobs (#16231) 2023-01-04 14:38:05 +01:00
Alexander Schwartz
66cf4ddd94 Metrics changed from SmallRye to Micrometer
keycloak/keycloak#15234
2023-01-04 05:08:50 -08:00
cknoblauch
ae74cadcfc Add missing < to Javadoc 2023-01-04 14:06:53 +01:00
Jon Koops
b509a5a04e
Use React Router v6 for the routable tabs of the realm settings page (#4125) 2023-01-04 13:30:54 +01:00
Stian Thorgersen
6c1f981eec
Fix UserTest.sendResetPasswordEmailWithCustomLifespan (#16233)
Closes #16232
2023-01-04 13:03:33 +01:00
Stian Thorgersen
7dc16c69cb
Force refreshing token for admin client if time offset is set (#16242)
Closes #16143
2023-01-04 13:03:10 +01:00
Jon Koops
36a7ab32e4
Use React Router v6 for the routable tabs of client scope page (#4124) 2023-01-04 12:19:09 +01:00
Martin Bartoš
af3ba49393 Clarify using of --optimized flag with DBs
Closes #16220
2023-01-04 02:47:22 -08:00
Jon Koops
2c4805fe50
Use React Router v6 for the routable tabs of clients page (#4123) 2023-01-04 10:33:43 +00:00
Jon Koops
63cac73a12
Use React Router v6 for the routable tabs of dashboard page (#4119) 2023-01-04 09:57:46 +00:00
Jon Koops
48a3fc9229
Use React Router v6 for the routable tabs of authentication page (#4118) 2023-01-04 09:57:25 +00:00
Pedro Igor
fb554c09db Incrementally cache consents on a per client basis
Closes #16224
2023-01-03 14:28:41 -08:00
Erik Jan de Wit
1155371439
Only load realms once and not on focus (#4015) 2023-01-03 17:33:16 +01:00
Erik Jan de Wit
c9c8fe7317
Added tooltip and styling to group name (#4044) 2023-01-03 17:32:36 +01:00
Erik Jan de Wit
fb5b62d267
Added memory info and renamed tab (#4050) 2023-01-03 17:21:37 +01:00
Jon Koops
5032770ddb
Use React Router v6 for the routable tabs of user details (#4114) 2023-01-03 17:15:04 +01:00
Erik Jan de Wit
b5e9eb4620
Use default attributes in import form (#4052) 2023-01-03 16:49:25 +01:00
mposolda
496c6d598e Some authorization adapter test failing on Java 17
Closes #16216
2023-01-03 13:03:26 +01:00
Douglas Palmer
ec31aeee41
JKS keystore type available as default option in FIPS mode (#3986) 2023-01-02 15:34:51 +00:00
Stian Thorgersen
d81c4d7c0b
Add job summary to flaky tests artifact (#16215) 2023-01-02 14:02:20 +01:00
ムハマドザクワンビンムハマドザヒド / MOHDZAHID,BIN MUHAMMADZAKWAN
ce6b737e33 NPE in userinfo endpoint
Closes #15429
2023-01-02 13:53:29 +01:00
Erik Jan de Wit
c37280b8cb
Generate array buffer for binary (#4075) 2023-01-02 12:38:10 +01:00
dependabot[bot]
a512cf46eb
Bump @typescript-eslint/parser from 5.46.1 to 5.47.1 (#4103)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.46.1 to 5.47.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.47.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-02 11:18:11 +00:00
i7a7467
fd69d65e01
Ensure identity provider link is displayed when display name is empty (#4112) 2023-01-02 11:54:26 +01:00
dependabot[bot]
a6e9fa4e61
Bump @typescript-eslint/eslint-plugin from 5.47.0 to 5.47.1 (#4108)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.47.0 to 5.47.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.47.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-02 09:26:58 +00:00
dependabot[bot]
9e49e3d61c
Bump eslint from 8.30.0 to 8.31.0 (#4104)
Bumps [eslint](https://github.com/eslint/eslint) from 8.30.0 to 8.31.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.30.0...v8.31.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-02 10:02:45 +01:00