Vlastimil Elias
2be5f528e4
KEYCLOAK-18700 - consistently record User profile attribute changes in
...
UPDATE_PROFILE event
2021-09-15 08:26:01 -03:00
Erik Jan de Wit
cb94c537db
don't show toolbar when not searching ( #1152 )
...
* don't show toolbar when not searching
* fixed the tests
* made switch logic more readable
* fixed test
2021-09-15 11:45:56 +02:00
bohmber
4fe7d6d318
KEYCLOAK-17110
...
LDAP Connection Pool not used with org.keycloak.truststore.SSLSocketFactory
2021-09-15 10:55:59 +02:00
Thomas Darimont
6b9e25e42d
KEYCLOAK-19292 Add missing metadata to fix quarkus dev ui rendering
...
This allows to open http://localhost:8080/q/dev/ without problems.
Previously opening the /q/dev UI resulted in an Exception being thrown.
```
io.quarkus.qute.TemplateException: Property "description" not found on the base object "java.util.LinkedHashMap" in expression {it.description} in template tags/nonActionableExtension.html on line 21
```
2021-09-14 15:40:22 -03:00
Marek Posolda
11e5f66c60
KEYCLOAK-19056 EDIT MODE field should not be leave empty ( #8380 )
2021-09-14 20:27:09 +02:00
Erik Jan de Wit
b8990cbf63
Make filtering of client scopes same for clients and client scope section ( #1064 )
...
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-09-14 17:48:48 +02:00
Erik Jan de Wit
71d881ccd0
multiple issues with this mapper ( #1155 )
2021-09-14 14:54:14 +02:00
Erik Jan de Wit
528d22ce30
fixed missing fields ( #1151 )
2021-09-14 12:11:22 +02:00
Luca Leonardo Scorcia
6d0708d263
KEYCLOAK-17368 Show forwarded errors when a default remote IdP is configured ( #7838 )
2021-09-14 09:44:59 +02:00
bal1imb
67e3df654f
KEYCLOAK-18740 Admin events trigger transaction rollback if exception is thrown.
2021-09-13 14:07:28 +02:00
Dominik
8ffd53e206
KEYCLOAK-18705 add twitter4j dependency to fix twitter social login in quarkus distribution
2021-09-13 08:58:00 -03:00
Luca Leonardo Scorcia
43821b3145
KEYCLOAK-16462 X509 Auth: add option to revalidate certificate trust
2021-09-13 12:13:12 +02:00
Luca Leonardo Scorcia
af8354267b
KEYCLOAK-16462 X509 Auth: add option to revalidate certificate trust
2021-09-13 12:12:38 +02:00
David Hellwig
a6cd80c933
KEYCLOAK-16076 added new warining when cookies are disabled -with new branch- ( #7632 )
...
* KEYCLOAK-16076 added new warining when cookies are disabled
Co-authored-by: David Hellwig <david.hellwig@bosch.com>
Co-authored-by: Christoph Leistert <christoph.leistert@bosch-si.com>
2021-09-13 11:30:11 +02:00
Jon Koops
43b6efd820
Stop running unit tests on commit ( #1148 )
2021-09-13 11:28:47 +02:00
Jenny
a617c4ab12
Identity Providers(Mappers): Implement "Add Mapper" Screen/Functionality for OIDC and SAML IdPs ( #1118 )
2021-09-13 11:17:00 +02:00
Jenny
7414e174b6
set alias to read only in IdPs ( #1144 )
2021-09-13 11:15:04 +02:00
dependabot[bot]
779056bef2
Bump typescript from 4.4.2 to 4.4.3
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.2...v4.4.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 11:14:38 +02:00
Benjamin Weimer
655d66b03f
KEYCLOAK-19077 fix login for admin console based scenarios (PKCE is required by default)
...
* also don't fetch fonts that are not needed/available anymore
2021-09-13 11:01:07 +02:00
dependabot[bot]
b23c04acf2
Bump @testing-library/react from 12.0.0 to 12.1.0
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 12.0.0 to 12.1.0.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v12.0.0...v12.1.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 10:25:35 +02:00
dependabot[bot]
2eb1b27772
Bump @keycloak/keycloak-admin-client from 16.0.0-dev.11 to 16.0.0-dev.15
...
Bumps [@keycloak/keycloak-admin-client](https://github.com/keycloak/keycloak-nodejs-admin-client ) from 16.0.0-dev.11 to 16.0.0-dev.15.
- [Release notes](https://github.com/keycloak/keycloak-nodejs-admin-client/releases )
- [Changelog](https://github.com/keycloak/keycloak-nodejs-admin-client/blob/master/tsconfig.release.json )
- [Commits](https://github.com/keycloak/keycloak-nodejs-admin-client/compare/v16.0.0-dev.11...v16.0.0-dev.15 )
---
updated-dependencies:
- dependency-name: "@keycloak/keycloak-admin-client"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 10:25:04 +02:00
Pedro Igor
aa018295c4
[KEYCLOAK-17866] - Upgrade to Quarkus v2
2021-09-10 11:21:09 -03:00
Jon Koops
5979101b0b
Process UXD feedback for client revocation ( #1139 )
2021-09-10 15:25:18 +02:00
dependabot[bot]
787a565213
Bump @keycloak/keycloak-admin-client from 16.0.0-dev.10 to 16.0.0-dev.11
...
Bumps [@keycloak/keycloak-admin-client](https://github.com/keycloak/keycloak-nodejs-admin-client ) from 16.0.0-dev.10 to 16.0.0-dev.11.
- [Release notes](https://github.com/keycloak/keycloak-nodejs-admin-client/releases )
- [Changelog](https://github.com/keycloak/keycloak-nodejs-admin-client/blob/master/tsconfig.release.json )
- [Commits](https://github.com/keycloak/keycloak-nodejs-admin-client/compare/v16.0.0-dev.10...v16.0.0-dev.11 )
---
updated-dependencies:
- dependency-name: "@keycloak/keycloak-admin-client"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-10 11:48:14 +02:00
rmartinc
47484c1aed
KEYCLOAK-18842: deleteExpiredClientSessions very slow on MariaDB
2021-09-10 08:25:33 +02:00
dependabot[bot]
99dbcc7ee7
Bump prettier from 2.3.2 to 2.4.0
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.3.2...2.4.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 16:14:10 +02:00
dependabot[bot]
4982869a7e
Bump react-i18next from 11.11.4 to 11.12.0
...
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 11.11.4 to 11.12.0.
- [Release notes](https://github.com/i18next/react-i18next/releases )
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v11.11.4...v11.12.0 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 16:12:45 +02:00
Jon Koops
bd1c7fa102
Remove internationalization from 'Themes' tab ( #1138 )
2021-09-09 14:00:20 +02:00
agagancarczyk
b9208cb9c7
Admin events rep dialog ( #1137 )
...
* admin-events-list: added PF code editor
* realm-settings: added template for client policies tab
* realm-settings: fixed space between text and q icon
* admin-events-list: hardcoded representation dialog
* realm-settings: css improvement
* realm-settings: feedback applied
* realm-settings: feedback applied
* admin-events-list: fixed representation dialog
* admin-events-list: fixed representation dialog
* Update src/events/AdminEvents.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* admin-events-list: fixed representation dialog
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-09-09 11:45:19 +01:00
Jon Koops
d12851c77e
Add action to automatically publish snapshots ( #1054 )
2021-09-08 17:50:48 +02:00
Jenny
2923a4c16f
Identity Providers(SAML): Adds data table for SAML mappers ( #1058 )
...
* data table for saml mappers
saml mapeprs tab
fix localized text
PR feedback from Jon
remove jsx fragment
remove comment
remove toolbar button
* try fixing cypress test
* remove optional chaining
* PR feedback from Jon
* more PR feedback from Jon
* rename variable and use find()
* useFetch() change as suggested by Jon
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* rebase and use reset function
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-09-08 10:33:19 -04:00
dependabot[bot]
5ca4aba375
Bump i18next from 20.6.0 to 20.6.1
...
Bumps [i18next](https://github.com/i18next/i18next ) from 20.6.0 to 20.6.1.
- [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/v20.6.0...v20.6.1 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 12:38:42 +02:00
dependabot[bot]
a0fd699049
Bump @jest/types from 27.1.0 to 27.1.1
...
Bumps [@jest/types](https://github.com/facebook/jest/tree/HEAD/packages/jest-types ) from 27.1.0 to 27.1.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v27.1.1/packages/jest-types )
---
updated-dependencies:
- dependency-name: "@jest/types"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 12:32:37 +02:00
dependabot[bot]
f62b788223
Bump @keycloak/keycloak-admin-client from 16.0.0-dev.8 to 16.0.0-dev.10
...
Bumps [@keycloak/keycloak-admin-client](https://github.com/keycloak/keycloak-nodejs-admin-client ) from 16.0.0-dev.8 to 16.0.0-dev.10.
- [Release notes](https://github.com/keycloak/keycloak-nodejs-admin-client/releases )
- [Changelog](https://github.com/keycloak/keycloak-nodejs-admin-client/blob/master/tsconfig.release.json )
- [Commits](https://github.com/keycloak/keycloak-nodejs-admin-client/compare/v16.0.0-dev.8...v16.0.0-dev.10 )
---
updated-dependencies:
- dependency-name: "@keycloak/keycloak-admin-client"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 12:32:17 +02:00
dependabot[bot]
f0c6dec2fd
Bump @typescript-eslint/parser from 4.30.0 to 4.31.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.30.0 to 4.31.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.31.0/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>
2021-09-08 12:26:12 +02:00
Jon Koops
e831a31b3a
Warn about useless conditions ( #1127 )
2021-09-08 11:59:14 +02:00
Dominik
5c3df54e90
KEYCLOAK-17812 extend building.md to prevent build errors
2021-09-08 11:40:23 +02:00
Hynek Mlnarik
4518b3d3d1
KEYCLOAK-19143 Split note for broker and SP SAML request ID
2021-09-07 17:04:30 +02:00
agagancarczyk
6d4b11aab2
Admin events auth dialog ( #1131 )
...
* admin-events-list: updated keys for Auth modal
* admin-events-list:added cypress test for auth dialog
* admin-events-list:added cypress test for representation dialog
* admin-events-list: fixed keys def
* admin-events-list: fixed keys def
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2021-09-07 12:38:36 +01:00
Jon Koops
b5e5677cb5
Keep realm value from RealmContext in sync with the URL ( #1130 )
2021-09-07 13:19:50 +02:00
Jon Koops
3fcf5c44d0
Link to RealmRoleRoute using a static path ( #1129 )
2021-09-07 12:29:34 +02:00
mposolda
7f36ef3272
KEYCLOAK-19233 Inaccurate documentation about Device Grant regarding client type
2021-09-07 11:39:18 +02:00
dependabot[bot]
d93ad82257
Bump @keycloak/keycloak-admin-client from 16.0.0-dev.4 to 16.0.0-dev.8
...
Bumps [@keycloak/keycloak-admin-client](https://github.com/keycloak/keycloak-nodejs-admin-client ) from 16.0.0-dev.4 to 16.0.0-dev.8.
- [Release notes](https://github.com/keycloak/keycloak-nodejs-admin-client/releases )
- [Changelog](https://github.com/keycloak/keycloak-nodejs-admin-client/blob/master/tsconfig.release.json )
- [Commits](https://github.com/keycloak/keycloak-nodejs-admin-client/compare/v16.0.0-dev.4...v16.0.0-dev.8 )
---
updated-dependencies:
- dependency-name: "@keycloak/keycloak-admin-client"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 16:26:29 +02:00
Erik Jan de Wit
f1f0c362b4
Add button on authentication flows ( #1119 )
2021-09-06 14:43:36 +02:00
dependabot[bot]
0fc832e641
Bump react-router-dom from 5.2.1 to 5.3.0
...
Bumps [react-router-dom](https://github.com/ReactTraining/react-router ) from 5.2.1 to 5.3.0.
- [Release notes](https://github.com/ReactTraining/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ReactTraining/react-router/compare/v5.2.1...v5.3.0 )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 10:15:06 +02:00
dependabot[bot]
aba9e3d501
Bump typescript from 4.2.4 to 4.4.2 ( #1081 )
...
* Bump typescript from 4.2.4 to 4.4.2
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.2.4 to 4.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.4.2 )
---
updated-dependencies:
- dependency-name: typescript
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>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-09-06 09:48:53 +02:00
dependabot[bot]
d1bc304d52
Bump react-flow-renderer from 9.6.6 to 9.6.7
...
Bumps [react-flow-renderer](https://github.com/wbkd/react-flow ) from 9.6.6 to 9.6.7.
- [Release notes](https://github.com/wbkd/react-flow/releases )
- [Changelog](https://github.com/wbkd/react-flow/blob/main/CHANGELOG.md )
- [Commits](https://github.com/wbkd/react-flow/compare/9.6.6...9.6.7 )
---
updated-dependencies:
- dependency-name: react-flow-renderer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 09:46:01 +02:00
dependabot[bot]
277a08b532
Bump @types/react from 17.0.19 to 17.0.20
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.19 to 17.0.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 09:45:43 +02:00
bohmber
0c64d32b9b
KEYCLOAK-19183
...
LDAPDn should use a static Pattern instead calling String.split with a regex
2021-09-06 09:17:26 +02:00
Erik Jan de Wit
e187314b1f
added user role mapping tab to user details ( #1075 )
...
* added user role mapping tab to user details
* fix imports to admin client
* Update src/user/UserRoleMapping.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/user/UserRoleMapping.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* added await
* fixed merge error
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-09-03 10:40:59 -04:00