Commit graph

296 commits

Author SHA1 Message Date
Erik Jan de Wit
174b3af6fc
Always use pagination for role mapping modal (#4414) 2023-02-16 15:49:39 +01:00
Erik Jan de Wit
9848ce6948
use the form value instead (#4408)
fixes: #4407
2023-02-16 09:53:15 +01:00
Erik Jan de Wit
361f9c93c0
Use patternfly icons instead of own SVGs (#4402) 2023-02-15 11:57:26 +00:00
Erik Jan de Wit
2089d7c2e7
Move help text for DownloadDialog into dropdown (#4399) 2023-02-15 12:24:09 +01:00
Jon Koops
3bfbf70ada
Ensure client certificate is uploaded as a file (#4382) 2023-02-13 13:12:12 +00:00
Jon Koops
73ecede289
Upgrade to React 18 (#4272) 2023-02-13 08:18:16 +01:00
Erik Jan de Wit
f184e57f1a
Introduced picker dialog (#4344) 2023-02-10 17:51:16 +01:00
Erik Jan de Wit
fe2ed2c680
Added offline sessions to client and sessions (#4374)
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2023-02-10 16:28:22 +00:00
Jon Koops
ddc0b3ebaf
Fix 'Home URL' link in clients overview (#4363) 2023-02-10 07:31:00 +01:00
Erik Jan de Wit
6cc3967eff
Move more nested components outside (#4309) 2023-02-09 17:31:16 +01:00
Jon Koops
7dd902f195
Memoize possibly expensive operations in realm selector (#4360) 2023-02-09 17:30:24 +01:00
Jon Koops
06cd73286f
Immediately close realm selector when navigation starts (#4359) 2023-02-09 12:53:39 +00:00
Jon Koops
283cbee2da
Fix realms fetching in RealmsContext (#4357) 2023-02-09 13:01:19 +01:00
Jon Koops
97675177bc
Use a seperate context to keep track of recent realms (#4355) 2023-02-09 09:05:38 +01:00
Erik Jan de Wit
0697c7dd5e
Added paging slice to filtered table (#4349) 2023-02-08 13:09:41 +01:00
Jon Koops
abc7306097
Introduce useStoredState() hook (#4351) 2023-02-08 13:08:46 +01:00
Jon Koops
6cb730c613
Clean up realm selector code (#4346) 2023-02-07 15:21:58 +01:00
Erik Jan de Wit
e77b53dacd
Made dialog more wide when searching (#4290) 2023-02-07 14:05:27 +01:00
Erik Jan de Wit
df03f6845c
Added help text on role mapping (#4340) 2023-02-07 12:31:20 +01:00
Erik Jan de Wit
df49a82033
Removed empty panel (#4339) 2023-02-07 12:31:04 +01:00
Stan Silvert
fb3d5e4561
Don't show Groups tab if user does not have query-groups role. (#4322) 2023-02-07 12:30:46 +01:00
Erik Jan de Wit
1a7d229fd0
Changed cert to text-area (#4338) 2023-02-07 12:30:31 +01:00
Jon Koops
16c866524a
Add Cypress tests for CIBA policy (#4318) 2023-02-07 12:00:34 +01:00
Jon Koops
b667cfc452
Use crypto.randomUUID() for random ID generation (#4323) 2023-02-06 12:41:11 +01:00
Stan Silvert
2f6601febf
Change 'Resources and Auth Scopes' label (#4325) 2023-02-06 12:31:40 +01:00
Erik Jan de Wit
e57c8f3eb3
Do not log out current user (#4291) 2023-02-06 11:45:18 +01:00
Erik Jan de Wit
e65a1effda
Add client registration page (#4250) 2023-02-03 12:56:20 +01:00
Raphael Suter
989d35fe0e
Added stringify in MultiValuedStringComponent (#4306) 2023-02-03 12:26:35 +01:00
Raphael Suter
2d8afd1a33
Added aria-label to MultivaluedStringComponent (#4313) 2023-02-03 12:23:48 +01:00
Erik Jan de Wit
941981f8fc
Add a component test for MultiLineInput (#4287) 2023-02-02 23:42:59 +01:00
Erik Jan de Wit
9cb7c3a0aa
Add a null check to convertFormValuesToObject() (#4305) 2023-02-02 14:35:01 +00:00
Jon Koops
b4f9544b4e
Add CIBA policy tab to authentication policies (#4300) 2023-02-02 15:17:09 +01:00
Erik Jan de Wit
3047749890
Add missing OAuth 2.0 fields to token settings (#4253) 2023-02-01 18:19:04 +01:00
Stan Silvert
2594c48a38
Fix group type label in partial import (#4275) 2023-01-30 17:50:56 +01:00
Erik Jan de Wit
bf98658155
Add missing id for default ACR values input (#4289) 2023-01-30 17:46:15 +01:00
Eric Olkowski
08e00d0243
Update PatternFly to 4.224 (#4248) 2023-01-27 17:29:38 +01:00
Erik Jan de Wit
31b203665a
Added validation on realm name (#4259) 2023-01-27 17:10:09 +01:00
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
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
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