agagancarczyk
358bae0652
Fix failing Account Console tests ( #23353 )
2023-09-19 12:29:05 +00:00
Erik Jan de Wit
d796721e00
moved keycloak to context so it can be updated ( #22488 )
...
* moved keycloak to context so it can be updated
fixes : #11931
* PR comments
2023-09-19 08:01:35 -04:00
Jon Koops
e86bf1f0b2
Remove P3P
header from authentication flow
...
Closes #23348
2023-09-19 08:50:33 -03:00
rmartinc
743bb696d9
Allow duplicated keys in advanced claim mappers
...
Closes https://github.com/keycloak/keycloak/issues/22638
2023-09-19 07:49:34 -03:00
Alexander Schwartz
227b841c4a
Show images in the documentation in the IDE's preview ( #23055 )
...
Closes #23054
2023-09-19 11:28:48 +02:00
Alexander Schwartz
41fd12d20a
Prevent exception in the log ( #22201 )
...
Also speed up the external link check by avoiding checking each bug submission link in the rendered docs which only differs by its parameter.
Closes #22200
2023-09-19 11:04:01 +02:00
Emilien Bondu
95a45f0910
Set headers before calling sendError() method
...
Closes #23325
2023-09-18 13:05:12 -03:00
Martin Bartoš
c2fc2c2b03
Keystore location does not work for Windows ( #23209 )
...
* Keystore location does not work for Windows
Fixes #22185
* Enable Quarkus UT for Windows
Closes #23208
2023-09-18 17:28:25 +02:00
wojnarfilip
5603ee7b46
Fixes login flow in Microsoft social login test
...
Closes #22657
2023-09-18 14:21:41 +02:00
Pedro Igor
217a09ce46
Switch to Resteasy Reactive
...
Closes #10713
2023-09-18 09:19:03 -03:00
Michal Hajas
2ccb6871e4
Add Intellij project icon
...
Signed-off-by: Michal Hajas <mhajas@redhat.com>
2023-09-18 12:39:16 +02:00
Alexander Schwartz
798846df6f
Remove legacy code which isn't used anymore and was deprecated for some time ( #23264 )
...
Closes #23263
2023-09-18 11:04:02 +02:00
Thomas Darimont
04d16ed170
Prevent NPE in AuthenticationManager.backchannelLogout ( #23306 )
...
Previously, if the user was already removed from the userSession
and the log level was set to DEBUG, then an NPE was triggered by
the debug log statement during backchannelLogout.
Fixes #23306
2023-09-18 08:16:51 +02:00
paul
f684a70048
KEYCLOAK-15985 Add Brute Force Detection Lockout Event
2023-09-15 10:32:07 -03:00
MorgeMoensch
95ecf446ca
Link to AdminGuide from REST-API Doc instead of just referencing it by text ( #23286 )
2023-09-15 14:43:29 +02:00
Václav Muzikář
07bd6a3983
Upgrade to Quarkus 3.2.6 ( #23281 )
...
Closes #23280
2023-09-15 13:46:43 +02:00
Martin Bartoš
3a3df50f74
Improve documentation about manual database migration ( #23247 )
...
Closes #23246
2023-09-15 10:41:33 +02:00
Pedro Igor
2f4144a8c7
CLI args not recognized when running Quarkus dev mode ( #23254 )
...
Closes #23253
2023-09-14 19:48:30 +00:00
dependabot[bot]
4b94298b4a
Bump github/codeql-action from 2.21.5 to 2.21.6
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.21.5 to 2.21.6.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v2.21.5...v2.21.6 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-14 13:52:50 -03:00
Martin Bartoš
2946139dfa
Race condition inside Keycloak build chain execution ( #23260 )
...
Fixes #23258
2023-09-14 16:29:52 +00:00
ImFlog
f4ec14c3fe
doc(js-providers): Add OIDC object mapper documentation
2023-09-14 11:42:06 -03:00
devjos
7fbb9d3d22
Fix NPE by calling delegate in DeploymentDelegate.getAdapterConfig()
...
Closes #22685
2023-09-14 10:25:06 -03:00
Jon Koops
bcab75a7ef
Add new version of Welcome theme based on PatternFly 5 ( #23008 )
2023-09-14 08:24:17 -04:00
Andreas Blaettlinger
86c0e338d9
Toggle visibility of password input fields in login-ftl-based pages
...
Closes #22067
2023-09-14 08:04:35 -03:00
weeix
722422a0cf
i18n: Add Thai language ( #23165 )
2023-09-14 10:53:04 +00:00
Pedro Igor
1442f14c45
Registration page not showing username when edit username is not enabled
...
Closes #23185
2023-09-14 07:32:39 -03:00
dependabot[bot]
15d2b3abea
Bump @4tw/cypress-drag-drop from 2.2.4 to 2.2.5 in /js ( #23237 )
...
Bumps [@4tw/cypress-drag-drop](https://github.com/4teamwork/cypress-drag-drop ) from 2.2.4 to 2.2.5.
- [Changelog](https://github.com/4teamwork/cypress-drag-drop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/4teamwork/cypress-drag-drop/compare/v2.2.4...v2.2.5 )
---
updated-dependencies:
- dependency-name: "@4tw/cypress-drag-drop"
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-09-14 10:20:50 +00:00
Daniil Dubrava
911ff1af87
Make minValidity
parameter in updateToken()
optional ( #23050 )
...
Closes #23149
2023-09-14 10:13:51 +00:00
dependabot[bot]
1bacd2e23a
Bump cypress from 13.1.0 to 13.2.0 in /js ( #23186 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 13.1.0 to 13.2.0.
- [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.1.0...v13.2.0 )
---
updated-dependencies:
- dependency-name: cypress
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-09-14 09:45:54 +00:00
Stian Thorgersen
1194c2507d
Add 22.0.3 to release notes ( #23238 )
...
Closes #23235
2023-09-14 11:06:06 +02:00
Erik Jan de Wit
f4c8ded5f6
Removed namespaces from messages ( #23205 )
2023-09-14 11:01:15 +02:00
Justin Tay
658c0ef19f
Send Client ID in token request with JWT Authentication
...
Closes #21444
2023-09-14 10:57:32 +02:00
dependabot[bot]
c984b6a387
Bump @types/tar-fs from 2.0.1 to 2.0.2 in /js ( #23189 )
...
Bumps [@types/tar-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tar-fs ) from 2.0.1 to 2.0.2.
- [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-09-14 10:48:03 +02:00
dependabot[bot]
659bf0a84a
Bump uuid from 9.0.0 to 9.0.1 in /js ( #23190 )
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 9.0.0 to 9.0.1.
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1 )
---
updated-dependencies:
- dependency-name: 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-09-14 10:47:47 +02:00
dependabot[bot]
6390cb7a62
Bump wireit from 0.13.0 to 0.14.0 in /js ( #23191 )
...
Bumps [wireit](https://github.com/google/wireit ) from 0.13.0 to 0.14.0.
- [Changelog](https://github.com/google/wireit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/google/wireit/compare/v0.13.0...v0.14.0 )
---
updated-dependencies:
- dependency-name: wireit
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-09-14 10:47:23 +02:00
dependabot[bot]
263238dff7
Bump @playwright/test from 1.37.1 to 1.38.0 in /js ( #23223 )
...
Bumps [@playwright/test](https://github.com/Microsoft/playwright ) from 1.37.1 to 1.38.0.
- [Release notes](https://github.com/Microsoft/playwright/releases )
- [Commits](https://github.com/Microsoft/playwright/compare/v1.37.1...v1.38.0 )
---
updated-dependencies:
- dependency-name: "@playwright/test"
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-09-14 10:46:57 +02:00
dependabot[bot]
7c9a98c5fa
Bump @testing-library/cypress from 9.0.0 to 10.0.1 in /js ( #23224 )
...
Bumps [@testing-library/cypress](https://github.com/kentcdodds/cypress-testing-library ) from 9.0.0 to 10.0.1.
- [Release notes](https://github.com/kentcdodds/cypress-testing-library/releases )
- [Changelog](https://github.com/testing-library/cypress-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kentcdodds/cypress-testing-library/compare/v9.0.0...v10.0.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/cypress"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-14 10:44:24 +02:00
Pedro Igor
5958c7948d
Ignore attributes when they are not prefixed with user.attributes prefix ( #23184 )
...
Co-authored-by: mposolda <mposolda@gmail.com>
Co-authored-by: stianst <stianst@gmail.com>
2023-09-14 10:35:47 +02:00
Hynek Mlnarik
8effe31fdf
Fix ldap:// with STARTTLS
...
Closes : #21935
2023-09-14 10:07:09 +02:00
Erik Jan de Wit
088abcf1d2
fix user profile form saving ( #23039 )
...
fixes : #22982
2023-09-14 08:56:13 +02:00
Daniel Fesenmeyer
a68ad55a37
Support to define compatible mappers for (new) Identity Providers
...
- Also allows to use existing mappers for custom Identity Providers without having to change those mappers
Closes #21154
2023-09-13 17:19:06 -03:00
ali dandash
442adfa495
Fix infinite recursive loop causing application freeze
...
In the 'getInputStream()' contains an infinite recursive loop when 'needRequestRestore' was true and the 'body' was not null.
Fixes #22010
2023-09-13 18:05:51 +02:00
Erik Jan de Wit
90a88976b6
this removes the prefixes for ( #23137 )
...
client-scopes
client-scopes-help
clients-help
clients
working towards fixing #23094
2023-09-13 10:05:17 -04:00
Jacek Kowalski
f5182deb30
Fix valid redirect URIs for built-in account-console client on realm rename ( #20894 )
...
Closes #9541
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
2023-09-13 15:28:07 +02:00
Norbert Kelemen
71bf60a3e5
Added missing hungarian translations, fix typos
...
Closes : #22503
2023-09-13 10:54:54 +02:00
rmartinc
3d3c00b0e8
Add caret to regex expressions in federation-sssd-setup.sh to avoid comments
...
Closes https://github.com/keycloak/keycloak/issues/23128
2023-09-13 10:00:31 +02:00
dependabot[bot]
f8fd04bb60
Bump manusa/actions-setup-minikube from 2.7.2 to 2.9.0 ( #23187 )
...
Bumps [manusa/actions-setup-minikube](https://github.com/manusa/actions-setup-minikube ) from 2.7.2 to 2.9.0.
- [Release notes](https://github.com/manusa/actions-setup-minikube/releases )
- [Commits](https://github.com/manusa/actions-setup-minikube/compare/v2.7.2...v2.9.0 )
---
updated-dependencies:
- dependency-name: manusa/actions-setup-minikube
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-09-13 09:51:01 +02:00
Rohan gupta
efe1adc0b1
Windows Command - need to use the backward Slash ( #23196 )
2023-09-13 09:50:42 +02:00
mposolda
b10da3d3b5
Move email validation change docs to migration guide of 22.0.4
...
closes #23177
2023-09-13 08:39:30 +02:00
Konstantinos Georgilakis
0044472f87
Add regex support in 'Condition - User attribute' execution
...
Closes #265
2023-09-13 08:36:45 +02:00