Commit graph

2943 commits

Author SHA1 Message Date
Jon Koops
d53e012ca9
Upgrade i18next and react-18next to latest version (#4260) 2023-01-26 15:46:23 +01:00
Erik Jan de Wit
30c83e623d
Add a trailing slash to the groups route (#4257) 2023-01-26 10:31:54 +01:00
Jon Koops
8f05a102af
Upgrade to React Hook Form version 7 (#4239) 2023-01-26 10:31:07 +01:00
i7a7467
014d3ce0e4
Default value of NameID policy format is not correct in SAML Identity Provider (#4252) 2023-01-25 12:26:17 -05:00
Douglas Palmer
3cc2517ae4
Align new admin console with the 'KERBEROS' feature (#4249) 2023-01-24 23:22:36 +01:00
i7a7467
441ba1e8b0
Add client assertion signature configuration (#4145) 2023-01-23 13:17:47 +00:00
dependabot[bot]
752db3cb02
Bump jsdom from 21.0.0 to 21.1.0 (#4242)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 21.0.0 to 21.1.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/21.0.0...21.1.0)

---
updated-dependencies:
- dependency-name: jsdom
  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-23 13:54:22 +01:00
dependabot[bot]
294cf5dbd3
Bump @rollup/plugin-commonjs from 24.0.0 to 24.0.1 (#4244)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 24.0.0 to 24.0.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v24.0.1/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  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-23 13:53:32 +01:00
dependabot[bot]
080d459883
Bump @octokit/rest from 19.0.5 to 19.0.7 (#4245)
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 19.0.5 to 19.0.7.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v19.0.5...v19.0.7)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
  dependency-type: direct:production
  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-23 13:53:04 +01:00
dependabot[bot]
c17ed3a13a
Bump rollup from 3.10.0 to 3.10.1 (#4246)
Bumps [rollup](https://github.com/rollup/rollup) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.10.0...v3.10.1)

---
updated-dependencies:
- dependency-name: rollup
  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-23 13:52:47 +01:00
Douglas Palmer
12ea4e16f3
Add "Encryption algorithm" option of SAML IDP (#4240)
* Add "Encryption algorithm" option of SAML IDP
closes #4173

* Apply review feedback

Co-authored-by: Jon Koops <jonkoops@gmail.com>
2023-01-23 07:48:32 +01:00
Stan Silvert
ba2fc5f4ec
Experiment to fix flaky predefined mapper test. (#4241) 2023-01-21 15:33:27 -05:00
dependabot[bot]
394593f6f1
Bump vite-plugin-checker from 0.5.3 to 0.5.4 (#4237)
Bumps [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases)
- [Changelog](https://github.com/fi3ework/vite-plugin-checker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.5.3...vite-plugin-checker@0.5.4)

---
updated-dependencies:
- dependency-name: vite-plugin-checker
  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-20 16:32:56 +01:00
Jon Koops
cb02c5fe73
Upgrade reactflow to version 11 (#4236) 2023-01-20 14:44:12 +00:00
Jon Koops
a01682b090
Omit FunctionComponent or replace it with PropsWithChildren where needed (#4233) 2023-01-20 15:28:32 +01:00
Jon Koops
7f8d4db15c
Upgrade react-flow-renderer to version 10 (#4234) 2023-01-20 15:12:24 +01:00
Erik Jan de Wit
6c91556a1c
Always add the detail row to prevent wrong index (#4229) 2023-01-20 10:38:22 +01:00
Stian Thorgersen
cf3a4346ef
Move Admin REST extension to main repository (#4231) 2023-01-20 10:37:27 +01:00
Stan Silvert
bf5d37a03c
Allow add/remove user with only query-users role. (#4228) 2023-01-19 14:58:51 -05:00
Erik Jan de Wit
ae5b8ac525
Added "use" column and fixed boolean check (#4227) 2023-01-19 15:33:47 +01:00
Erik Jan de Wit
2d4ba721b8
Add a more robust XML check (#4226) 2023-01-19 15:32:54 +01:00
dependabot[bot]
2fa230bdd2
Bump @typescript-eslint/parser from 5.48.1 to 5.48.2 (#4223)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.48.1 to 5.48.2.
- [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.48.2/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  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-18 12:56:36 +00:00
dependabot[bot]
9468face01
Bump eslint-plugin-react from 7.32.0 to 7.32.1 (#4225)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.32.0 to 7.32.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.32.0...v7.32.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  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-18 12:40:22 +00:00
dependabot[bot]
aa7f855ad8
Bump eslint-plugin-import from 2.27.4 to 2.27.5 (#4224)
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.4 to 2.27.5.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.4...v2.27.5)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  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-18 13:37:15 +01:00
dependabot[bot]
c92b195bd2
Bump @typescript-eslint/eslint-plugin from 5.48.1 to 5.48.2 (#4222)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.48.1 to 5.48.2.
- [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.48.2/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-18 13:36:43 +01:00
Jon Koops
f32d3f5cfb
Upgrade to React Router v6 (#4198) 2023-01-18 12:09:49 +00:00
Erik Jan de Wit
45b2a8da62
Reduced state held and fixed reset (#4213) 2023-01-18 11:58:13 +00:00
Erik Jan de Wit
6277c0bc06
Small fix to also add the group when it's used (#4218) 2023-01-18 12:51:36 +01:00
Erik Jan de Wit
792cffc6f3
Parse multiple user profile errors (#4217) 2023-01-18 12:11:34 +01:00
cgeorgilakis
5db24824f3
Short verification_uri for Device Authorization Request (#4081) 2023-01-18 12:09:52 +01:00
Erik Jan de Wit
437a2eb574
Upgrade 'clients' to react-hook-form v7 (#4171) 2023-01-18 11:12:32 +01:00
Douglas Palmer
0c217c017e
Update tooltips for 'Signature algorithm' for SAML client and SAML Identity provider (#4176)
closes #4167
2023-01-17 15:46:10 +00:00
Erik Jan de Wit
c587a89405
Small optimization for better performance (#4036) 2023-01-17 16:26:35 +01:00
Erik Jan de Wit
2e174cd4e8
Added extra step to OIDC client wizzard (#4035) 2023-01-17 14:29:42 +00:00
Erik Jan de Wit
158f471bea
Ensure the correct dialog is shown for SAML keys (#4215) 2023-01-16 17:41:11 +01:00
buti1021
3eeb684e44
Fix broken links and update old ones (#4146) 2023-01-16 16:11:21 +00:00
Axenu
8b18b00f63
Add openid as default scope and add option to set custom scopes (#4078) 2023-01-16 13:43:04 +01:00
dependabot[bot]
c206b38c3d
Bump jsdom from 20.0.3 to 21.0.0 (#4151)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 20.0.3 to 21.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/20.0.3...21.0.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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-16 12:26:07 +00:00
Erik Jan de Wit
5a5426195b
Always show the pagination toolbar (#4053) 2023-01-16 12:09:27 +00:00
Erik Jan de Wit
e0246c70d4
Migrate authenticate settings and policy detail to react-hook-form v7 (#3984) 2023-01-16 12:34:18 +01:00
dependabot[bot]
498034ee2e
Bump prettier from 2.8.2 to 2.8.3 (#4200)
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.2 to 2.8.3.
- [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.8.2...2.8.3)

---
updated-dependencies:
- dependency-name: prettier
  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-16 11:32:42 +00:00
dependabot[bot]
756381853e
Bump eslint from 8.31.0 to 8.32.0 (#4203)
Bumps [eslint](https://github.com/eslint/eslint) from 8.31.0 to 8.32.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.31.0...v8.32.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-16 10:56:49 +00:00
dependabot[bot]
dc4be286d5
Bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.48.1 (#4205)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.48.0 to 5.48.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.48.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-16 10:53:12 +00:00
Erik Jan de Wit
6dbb130efa
Added email verified when user profile enabled (#4186) 2023-01-16 11:37:01 +01:00
dependabot[bot]
534176518e
Bump eslint-plugin-react from 7.31.11 to 7.32.0 (#4199)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.31.11 to 7.32.0.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.11...v7.32.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  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-16 11:35:37 +01:00
dependabot[bot]
efc8782049
Bump keycloak.version from 20.0.2 to 20.0.3 in /keycloak-theme (#4201)
Bumps `keycloak.version` from 20.0.2 to 20.0.3.

Updates `keycloak-server-spi` from 20.0.2 to 20.0.3
- [Release notes](https://github.com/keycloak/keycloak/releases)
- [Commits](https://github.com/keycloak/keycloak/compare/20.0.2...20.0.3)

Updates `keycloak-server-spi-private` from 20.0.2 to 20.0.3
- [Release notes](https://github.com/keycloak/keycloak/releases)
- [Commits](https://github.com/keycloak/keycloak/compare/20.0.2...20.0.3)

Updates `keycloak-services` from 20.0.2 to 20.0.3
- [Release notes](https://github.com/keycloak/keycloak/releases)
- [Commits](https://github.com/keycloak/keycloak/compare/20.0.2...20.0.3)

---
updated-dependencies:
- dependency-name: org.keycloak:keycloak-server-spi
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.keycloak:keycloak-server-spi-private
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.keycloak:keycloak-services
  dependency-type: direct:production
  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-16 11:34:37 +01:00
dependabot[bot]
1031b33903
Bump smallrye-open-api-maven-plugin in /keycloak-theme (#4202)
Bumps smallrye-open-api-maven-plugin from 3.1.1 to 3.1.2.

---
updated-dependencies:
- dependency-name: io.smallrye:smallrye-open-api-maven-plugin
  dependency-type: direct:production
  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-16 11:34:24 +01:00
dependabot[bot]
2666a828f6
Bump rollup from 3.9.1 to 3.10.0 (#4204)
Bumps [rollup](https://github.com/rollup/rollup) from 3.9.1 to 3.10.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.9.1...v3.10.0)

---
updated-dependencies:
- dependency-name: rollup
  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-16 11:33:40 +01:00
dependabot[bot]
6e7336b4b1
Bump eslint-import-resolver-typescript from 3.5.2 to 3.5.3 (#4212)
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.5.2...v3.5.3)

---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
  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-16 11:23:23 +01:00
Erik Jan de Wit
c35e37ba4f
Resource account page (#3982) 2023-01-16 11:23:07 +01:00