Pedro Igor
e47389f199
Username now shown when creating a user and edit username is not allowed
...
Closes #24183
2023-10-20 10:22:31 -07:00
Steven Hawkins
f4d1dd9b7f
improvement: validates the expected values of non-cli properties ( #23797 )
...
also adds better messages for unknown options
closes #13608
2023-10-20 17:21:03 +00:00
Erik Jan de Wit
bafc6da6b2
added default field type ( #24172 )
...
* added default field type
default will now render a multiline input
which makes more sense then a multi select
with no options
fixes : #23911
* changed to only render multi line when needed
2023-10-20 13:07:55 -04:00
Joshua Sorah
1837b4401c
Improve quoting and variable parsing for batch start script. ( #20212 )
...
Quote some specific variables used in the batch script to address blank
space issues when Keycloak is in a directory structure containing
spaces.
Address some variable parsing issues by using delayed expansion instead
of default behavior.
Remove superfluous SetLocal EnableDelayedExpansion
Closes keycloak/keycloak#20115
2023-10-20 16:11:47 +00:00
Marek Posolda
829b7090fa
Avoid breaking change in UserSessionModel ( #24134 )
...
closes #24096
Co-authored-by: Michal Hajas <mhajas@redhat.com>
2023-10-20 18:06:07 +02:00
Pedro Igor
d4a5391013
Making sure public clients can RPT tokens
...
Closes #14165
2023-10-20 17:53:10 +02:00
Pedro Igor
55a5a8c0eb
Ignore custom attributes when processing attributes in verify profile action
...
Closes #24077
2023-10-20 17:51:40 +02:00
Alice
21b2de4a28
Allow running of UI development server against local build quarkus distribution of keycloak ( #23918 )
...
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2023-10-20 15:53:16 +02:00
Peter Zaoral
f2dc57bfe1
kcadm.bat, kcreg.bat do not respect environment variables JAVA, JAVA_… ( #23630 )
...
* kcadm.bat, kcreg.bat do not respect environment variables JAVA, JAVA_HOME to select JVM
* edited kcadm.bat and kcreg.bat scripts
Closes #23214
Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
* kcadm.bat, kcreg.bat do not respect environment variables JAVA, JAVA_HOME to select JVM
* incorporated suggestions
Closes #23214
Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
* kcadm.bat, kcreg.bat do not respect environment variables JAVA, JAVA_HOME to select JVM
* incorporated suggestions
Closes #23214
Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
---------
Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
2023-10-20 15:51:54 +02:00
mposolda
c18e8ff535
User profile tweaks in registration forms
...
closes #24024
2023-10-20 06:31:21 -07:00
Erik Jan de Wit
29de841883
small refactor on the scroll form ( #24152 )
...
after this refactor it can be moved into ui-shared
2023-10-20 13:40:16 +02:00
dependabot[bot]
2aef5caf28
Bump lint-staged from 15.0.1 to 15.0.2 in /js ( #24164 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 15.0.1 to 15.0.2.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/okonet/lint-staged/compare/v15.0.1...v15.0.2 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 10:47:08 +00:00
Artur Baltabayev
4c25264c57
Realm localization texts are now sorted by key. ( #23378 )
...
Closes #20876
2023-10-20 12:33:36 +02:00
himanshi1099
b8eb051adb
Fix for issue #24035 ( #24154 )
...
Co-authored-by: Himanshi Gupta <higupta@higupta.remote.csb>
2023-10-20 10:18:29 +00:00
dependabot[bot]
448e8ef9a3
Bump react-i18next from 13.3.0 to 13.3.1 in /js ( #24165 )
...
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 13.3.0 to 13.3.1.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v13.3.0...v13.3.1 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 12:17:21 +02:00
Steven Hawkins
1f77476281
fix: allows --version to work ( #24161 )
...
closes #23783
2023-10-20 11:17:38 +02:00
Stephen Morris
17389e6e29
Fixed some typographical and language usage issues in fips.adoc ( #24056 )
...
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
2023-10-20 10:02:47 +02:00
kaustubh-rh
1ac2c0997d
Inconsistent handling of parenthesis in auth flow name ( #24113 )
...
closes #16379
2023-10-20 10:00:46 +02:00
Steven Hawkins
5ff5e12782
fix: moves jgroups.dns.query to a system property ( #24057 )
...
* fix: moves jgroups.dns.query to a system property
closes #21830
* removing the dns query from import
* removing the dns query from import
also removing cache-stack
2023-10-20 09:50:29 +02:00
Bruno Oliveira da Silva
b05b575646
CVE-2023-44487 Denial of Service (DoS) vulnerability in io.netty ( #24115 )
...
Closes #23949
2023-10-20 09:13:27 +02:00
mposolda
04777299b0
After tab1 finish authentication, make sure that rootAuthenticationSession is expired shortly
...
closes #23880
2023-10-19 19:23:50 +02:00
Erik Jan de Wit
c7183049c8
removed some remnant namespaces usage ( #23669 )
2023-10-19 14:07:48 +02:00
Pierre Prinetti
22868406c2
operator: Replace dead documentation link ( #23777 )
...
Before this patch, the documentation link generated for the Operator
page resulted in a 404 Not Found on Github pages.
With this change, the documentation link points to the "Operator" anchor
in the Keycloak docs index. Note that the operator docs don't seem to be
versioned on the Keycloak website.
2023-10-19 11:53:46 +00:00
Erik Jan de Wit
b7ce04eb50
Make dropdown groups unique ( #24137 )
...
fixes : #24067
2023-10-19 10:17:38 +00:00
dependabot[bot]
1e9bb37065
Bump @types/node from 20.8.6 to 20.8.7 in /js ( #24128 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.8.6 to 20.8.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 09:44:08 +00:00
dependabot[bot]
b2fea9bb44
Bump @types/react-dom from 18.2.13 to 18.2.14 in /js ( #24121 )
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 18.2.13 to 18.2.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 11:08:09 +02:00
dependabot[bot]
3a081d021a
Bump @types/dagre from 0.7.50 to 0.7.51 in /js ( #24125 )
...
Bumps [@types/dagre](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dagre ) from 0.7.50 to 0.7.51.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dagre )
---
updated-dependencies:
- dependency-name: "@types/dagre"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 11:07:41 +02:00
dependabot[bot]
8bc5a836a9
Bump @types/tar-fs from 2.0.2 to 2.0.3 in /js ( #24126 )
...
Bumps [@types/tar-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tar-fs ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tar-fs )
---
updated-dependencies:
- dependency-name: "@types/tar-fs"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 11:07:26 +02:00
dependabot[bot]
0e23b7e747
Bump @types/lodash-es from 4.17.9 to 4.17.10 in /js ( #24129 )
...
Bumps [@types/lodash-es](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash-es ) from 4.17.9 to 4.17.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash-es )
---
updated-dependencies:
- dependency-name: "@types/lodash-es"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 11:07:00 +02:00
dependabot[bot]
31260d011c
Bump @types/file-saver from 2.0.5 to 2.0.6 in /js ( #24123 )
...
Bumps [@types/file-saver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/file-saver ) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/file-saver )
---
updated-dependencies:
- dependency-name: "@types/file-saver"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 09:29:45 +02:00
dependabot[bot]
4be46032ea
Bump @types/mocha from 10.0.2 to 10.0.3 in /js ( #24122 )
...
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha ) from 10.0.2 to 10.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha )
---
updated-dependencies:
- dependency-name: "@types/mocha"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 09:29:25 +02:00
dependabot[bot]
93c3e0c4c3
Bump i18next from 23.5.1 to 23.6.0 in /js ( #24120 )
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.5.1 to 23.6.0.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v23.5.1...v23.6.0 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 09:28:33 +02:00
dependabot[bot]
e82872c938
Bump cypress from 13.3.1 to 13.3.2 in /js ( #24127 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 13.3.1 to 13.3.2.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/cypress/compare/v13.3.1...v13.3.2 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 09:27:52 +02:00
dependabot[bot]
8db010cbf3
Bump vite from 4.4.10 to 4.5.0 in /js ( #24130 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.4.10 to 4.5.0.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.0/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.0/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 09:26:57 +02:00
dependabot[bot]
8f994df003
Bump @types/gunzip-maybe from 1.4.0 to 1.4.1 in /js ( #24131 )
...
Bumps [@types/gunzip-maybe](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gunzip-maybe ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/gunzip-maybe )
---
updated-dependencies:
- dependency-name: "@types/gunzip-maybe"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 09:26:36 +02:00
dependabot[bot]
811a0b1e1f
Bump @types/uuid from 9.0.5 to 9.0.6 in /js ( #24132 )
...
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid ) from 9.0.5 to 9.0.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid )
---
updated-dependencies:
- dependency-name: "@types/uuid"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 09:26:16 +02:00
Vlasta Ramik
f6d582c761
Import migration step for kc22
...
Closes #24031
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
2023-10-19 09:00:49 +02:00
rmartinc
d10ccc7245
Use jdk LdapName and Rdn to parse inside LDAPDn and RDN and avoid string conversions
...
Closes: https://github.com/keycloak/keycloak/issues/21797
Closes: https://github.com/keycloak/keycloak/issues/21818
2023-10-19 08:31:49 +02:00
Erik Jan de Wit
a2dd0f31c5
multiple values are valid ( #24050 )
...
fixes : #24032
2023-10-18 20:33:44 -04:00
dependabot[bot]
8a64ee580f
Bump @types/chai from 4.3.8 to 4.3.9 in /js ( #24071 )
...
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai ) from 4.3.8 to 4.3.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai )
---
updated-dependencies:
- dependency-name: "@types/chai"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-18 22:11:20 +02:00
Jon Koops
4291f4b01b
Enhance user profile attribute form UX ( #24083 )
...
Enhances the user experience for the create and edit form for User Profile attribute by making the following changes:
- Prevents the scopes from being persisted if an attribute can always be shown.
- Hides the scopes if 'Always' is selected, as the control is not interactive.
- Sets the attribute to be editable by admins by default.
Closes #24081
Closes #23790
Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
2023-10-18 18:24:30 +02:00
Stefan Guilhen
a4073bae46
Upgrade H2 to 2.2.224
...
Closes #24064
2023-10-18 18:09:49 +02:00
Pedro Igor
8cfd9ba5aa
Do not show empty annotation when creating attribute group ( #23922 )
...
Closes #23789
2023-10-18 10:33:52 +00:00
Steven Hawkins
8f1234881d
test: eliminates some possible timing issues with watched secrets tests ( #23975 )
...
closes #23940
2023-10-18 08:55:31 +02:00
Andrew
77c3e7190c
updates to method contracts and code impl to be more specific about providerAlias ( #24070 )
...
closes #24072
2023-10-18 08:33:06 +02:00
Pedro Igor
e91a0afca2
The username in account is required and don't change when email as username is enabled
...
Closes #23976
2023-10-17 16:43:44 -03:00
Stan Silvert
dfe64f6271
Allow full use of Authorization tab for anyone with manage-authorization ( #23983 )
...
* Allow full use of Authorization tab for anyone with manage-authorization
access.
* Allow export with manage-authorization role.
* manage-authorization makes more sense for the subtabs
2023-10-17 12:39:27 -04:00
Alex Szczuczko
359a946a6f
Optionally accept RELATED_IMAGE_KEYCLOAK as the operand coordinate ( #24018 )
...
This changes the quarkus configuration of the operator so that if the
RELATED_IMAGE_KEYCLOAK environment variable is present, it will be
accepted over the default value
Closes #24017
2023-10-17 15:17:51 +00:00
wojnarfilip
b5ec155b64
Fix issue with overlapping WebElements in SocialLoginTest#PaypalLogin
...
Closes #23960
2023-10-17 16:59:09 +02:00
Erik Jan de Wit
427cd4b290
removed invalid RealmName check ( #24001 )
...
back to having the server check this
now that we have #23667 there are no issues with spaces
2023-10-17 15:20:12 +02:00