dependabot[bot]
7cbe0c42dd
Bump @types/node from 16.11.1 to 16.11.4
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.11.1 to 16.11.4.
- [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>
2021-10-25 10:49:30 +02:00
Dominik Guhr
d6ae76d8f2
KEYCLOAK-19599 Update Quarkus to 2.4.0.Final
2021-10-25 09:12:34 +02:00
Jenny
a5fd9dd0bf
Realm settings(Client policies): Add support for adding, listing, and deleting conditions ( #1361 )
...
* add create client policy form; WIP
add client policy tests
checkout realm settings test from master
RealmSettingsPage.ts master
remove comment and add missing translation
fix tests
PR feedback from Jon and Erik
rebase
editClientPolicy
edit client policy
add client policy conditions form
fix bug in create form
remove comment
update help text
fixes
breadcrumbs
add support for adding multiple conditions, deleting conditions, and list conditions in data table
clean up names
add delete functionality to conditions form
PR feedback from Jon
useMemo for conditions
remove comments and logs
remove unused hook
PR feedback from Jon
messages
rename message
rebase
* remove duplicate value
* fixed multi select bug
2021-10-21 14:40:02 -04:00
Konstantinos Georgilakis
a5c8c45551
KEYCLOAK-19388 correct AttributeConsumingService bug in SAML SP metadata
2021-10-21 20:24:46 +02:00
Michal Hajas
cfbb7f5553
KEYCLOAK-19593 Remove CRUD operations from MapStorage interface
...
Signed-off-by: Michal Hajas <mhajas@redhat.com>
2021-10-21 17:01:33 +02:00
Jon Koops
6b7060c9d7
Update to version 17 of NodeJS ( #1387 )
2021-10-21 16:31:07 +02:00
Stian Thorgersen
808e0c821a
Update GOVERNANCE.md
2021-10-21 12:06:00 +02:00
Stian Thorgersen
953c936992
Update GOVERNANCE.md
2021-10-21 12:06:00 +02:00
Takashi Norimatsu
263161ff66
KEYCLOAK-19540 FAPI 2.0 Baseline : Reject Resource Owner Password Credentials Grant
2021-10-21 09:13:12 +02:00
Luca Leonardo Scorcia
21d73659ca
KEYCLOAK-19491 Restore corrupted merge from commit c2fdee2d2d
2021-10-21 08:30:48 +02:00
Pedro Igor
b14f1bf1d5
[KEYCLOAK-17653] - Front-channel logout
2021-10-21 08:28:53 +02:00
Miklín Vojtěch
44ec565109
KEYCLOAK-19522: update login messages_cs
2021-10-20 19:13:37 +02:00
Jon Koops
7c4f0149b2
Normalize regex attribute values before saving ( #1381 )
2021-10-20 17:53:44 +02:00
Pham Hoang Nam
e87952d1ad
Fix logout-all enpoint return json format
2021-10-20 11:37:49 -03:00
Erik Jan de Wit
acd8921b20
Added mapping tab to clients ( #1375 )
...
* initial version mapper tab for clients
* added missing client select component
* added test
* Update src/client-scopes/add/components/ClientSelectComponent.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/client-scopes/add/components/ClientSelectComponent.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* now uses adminClient type for client search
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-10-20 16:26:05 +02:00
Benjamin Weimer
8d1c3bbeb0
KEYCLOAK-19076 Entrypoint of Keycloak Docker Image that's used in
...
performance tests is not executable for jboss user
2021-10-20 12:35:32 +02:00
stianst
29b0fb95c6
Remove getting started guide in community
2021-10-20 10:42:01 +02:00
stianst
c41cf4e7c3
Fix links
2021-10-20 08:58:11 +02:00
Dominik Guhr
02355403e9
KEYCLOAK-19582 Quarkus update to 2.4.0.CR1
2021-10-19 15:24:38 -03:00
Erik Jan de Wit
82c04d2e4a
added required actions tab ( #1338 )
2021-10-19 17:30:57 +02:00
Jenny
8ccc488bac
add create client policy form; WIP ( #1312 )
...
add client policy tests
checkout realm settings test from master
RealmSettingsPage.ts master
remove comment and add missing translation
fix tests
PR feedback from Jon and Erik
rebase
update test file
replace hardcoded URL with path
fix tests
correct tab name
fix duplicates test
add create client policy form; WIP
add client policy tests
tests
createClientPolicyFormTests
lint
tests
remove comments
comment out json test
add empty state test
check reloading json policies
client policy tests are passing
all client policy tests passing locally
2021-10-19 10:31:27 -04:00
Thomas Darimont
9857a04895
KEYCLOAK-16107 Enable ScriptBasedOIDCProtocolMapper to return JSON objects directly
...
We now allow to return JSON objects directly from a ScriptBasedOIDCProtocolMapper, by
adding support to turn objects that implement the java.util.Map into JsonNodes.
Previously returning JSON objects directly caused an exception during runtime.
2021-10-19 11:21:26 -03:00
OskarsPakers
65ec15efc7
Convert utf8 code to symbols
2021-10-19 15:34:23 +02:00
OskarsPakers
01b92220d2
[feature/KEYCLOAK-15976]: KEYCLOAK-15976 Latvian language support
2021-10-19 15:34:23 +02:00
Jon Koops
740c267a00
Downgrade Cypress to resolve performance issues ( #1380 )
2021-10-19 13:55:49 +02:00
Alec Henninger
c392538f69
KEYCLOAK-19575: Different user authenticated results in server error instead of bad request
2021-10-19 13:52:11 +02:00
AndyMunro
351e15ba0b
KEYCLOAK-16784 Correcting attribute:
...
{project_doc_base_url}/red_hat_single_sign-on_for_openshift_on_eclipse_openj9/
2021-10-18 19:53:48 +02:00
Pedro Igor
b4c837f148
[KEYCLOAK-19564] - Avoid split packages in Dist.X
2021-10-18 14:38:24 -03:00
Stian Thorgersen
ecb1bfa69a
Update MAINTAINERS.md
2021-10-18 15:46:35 +02:00
Jon Koops
5ae8a32b18
Update Patternfly and related dependencies to latest version ( #1374 )
2021-10-18 09:35:55 -04:00
Dominik Guhr
7b135c4dfc
KEYCLOAK-19461 Unignore OpenShiftTokenReviewEndpointTest
2021-10-18 08:56:43 -03:00
Dominik Guhr
c45a6fde12
KEYCLOAK-19547 Switch arquillian quarkus container to use autobuild to prevent timeo… ( #8576 )
...
* KEYCLOAK-19547 Switch arquillian quarkus container to use autobuild to prevent timeouts when reaugmentation is longer than 10s
Co-authored-by: Dominik Guhr <dguhr@redhat.com>
2021-10-18 08:53:12 -03:00
Hynek Mlnarik
8ee992e638
KEYCLOAK-19482 Generate map entity cloners
2021-10-18 13:14:14 +02:00
dependabot[bot]
b7d926d3f1
Bump ts-jest from 27.0.5 to 27.0.7
...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest ) from 27.0.5 to 27.0.7.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v27.0.5...v27.0.7 )
---
updated-dependencies:
- dependency-name: ts-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 11:40:47 +02:00
dependabot[bot]
384f61f2ef
Bump @patternfly/react-icons from 4.11.17 to 4.13.1
...
Bumps [@patternfly/react-icons](https://github.com/patternfly/patternfly-react ) from 4.11.17 to 4.13.1.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@4.11.17...@patternfly/react-icons@4.13.1 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-icons"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 11:38:42 +02:00
dependabot[bot]
077514f924
Bump react-flow-renderer from 9.6.8 to 9.6.9
...
Bumps [react-flow-renderer](https://github.com/wbkd/react-flow ) from 9.6.8 to 9.6.9.
- [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.8...9.6.9 )
---
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-10-18 11:36:51 +02:00
dependabot[bot]
c88c499d4f
Bump eslint from 8.0.0 to 8.0.1
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.0.0 to 8.0.1.
- [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.0.0...v8.0.1 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 11:36:34 +02:00
dependabot[bot]
e0df13b6f8
Bump @types/node from 16.10.5 to 16.11.1
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.10.5 to 16.11.1.
- [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-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 11:36:07 +02:00
dependabot[bot]
d2c4a24c21
Bump i18next from 21.3.0 to 21.3.2
...
Bumps [i18next](https://github.com/i18next/i18next ) from 21.3.0 to 21.3.2.
- [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/v21.3.0...v21.3.2 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 11:35:37 +02:00
dependabot[bot]
e3885bc783
Bump jest from 27.2.5 to 27.3.0
...
Bumps [jest](https://github.com/facebook/jest ) from 27.2.5 to 27.3.0.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/compare/v27.2.5...v27.3.0 )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 11:28:58 +02:00
dependabot[bot]
6650b9022a
Bump @types/react from 17.0.29 to 17.0.30
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.29 to 17.0.30.
- [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-10-18 11:28:27 +02:00
Douglas Palmer
73f0474008
[KEYCLOAK-19422] ClassLoaderTheme and ClasspathThemeResourceProviderFactory allows reading any file available as a resource to the classloader
2021-10-18 10:23:06 +02:00
Václav Muzikář
7d0af8519b
KEYCLOAK-19080 Simplify the RHSSO setup in an OpenShift Disconnected cluster
...
KEYCLOAK-19080 Simplify the RHSSO setup in an OpenShift Disconnected cluster
2021-10-18 09:35:32 +02:00
mposolda
7010017e0e
KEYCLOAK-19555 Improvements in ConsentRequiredExecutor of client policies
2021-10-16 14:11:18 +02:00
Dominik Guhr
a3b23700ea
KEYCLOAK-19553 Fix Resteasy Bug in Authenticators for Keycloak.X
2021-10-15 14:24:46 -03:00
Thomas Darimont
b1bcd5d66e
KEYCLOAK-12754 Honor nested composite roles when creating roles via REST API ( #7097 )
...
* KEYCLOAK-12754 Honor nested composite roles when creating roles via REST API
- Validate composite roles when creating roles via REST API
2021-10-15 10:33:19 -03:00
Pedro Igor
982f0f93b4
[KEYCLOAK-19559] - Support for custom JPA model
2021-10-15 08:48:30 -03:00
mposolda
acd00a492b
KEYCLOAK-19556 Avoid auto-creating invalid redirect URL for FAPI clients
2021-10-15 11:17:59 +02:00
mposolda
c5432e71ad
KEYCLOAK-19557 Misleading label for client parameter 'Pushed Authorization Request Enabled'
2021-10-15 08:56:20 +02:00
Jon Koops
405ae4875a
Do not save realm when testing e-mail connection ( #1325 )
...
* Do not save realm when testing e-mail connection
* Register email before testing connection
2021-10-14 17:08:42 -04:00