Erik Jan de Wit
84da777693
initial version of an endpoint ( #3095 )
...
* initial version of an endpoint
* added open-api yaml
* changed to list available added mapping to own domain model
* added search and roles endpoint
* use new endpoints
* removed `Representation` suffix and made id role and client mandatory fields
* fixed test
2022-08-20 10:10:36 +02:00
Erik Jan de Wit
8c151ce4ca
made role mapping a lot faster and removed duplicates dialogs ( #3094 )
2022-08-15 10:32:37 +02:00
Jon Koops
a6fd2cabfa
Use new JSX transformation for React ( #3033 )
2022-08-03 14:12:07 +02:00
Jon Koops
aeda5f3e4c
Use new admin client with seperated Keycloak JS ( #2964 )
2022-07-14 15:02:28 +02:00
Stan Silvert
f4cfb23a3c
Fix role-based authorization in Clients section. ( #2632 )
2022-05-17 09:52:19 +02:00
Erik Jan de Wit
1eb33007c4
Issue 2580 ( #2614 )
2022-05-11 11:43:07 +02:00
Erik Jan de Wit
d7187bd1e0
changed to Inherited column
2022-05-02 16:50:10 +02:00
Erik Jan de Wit
a15eb11d81
Removed unused column
...
fixes : #1758
2022-05-02 16:50:10 +02:00
Erik Jan de Wit
49086653e1
Changed the way the table is updated ( #2505 )
2022-04-27 10:48:32 +02:00
Erik Jan de Wit
4b150993a6
Fixed text of empty state ( #2295 )
2022-04-05 17:02:27 +02:00
Erik Jan de Wit
cf6413af41
initial version of dedicated client scope ( #2000 )
2022-02-21 13:14:20 +01:00
Jon Koops
b9224862de
Replace Lodash with it's ESM variant ( #1990 )
2022-02-02 11:33:57 +01:00
Jenny
1f568d8888
Fix modal title in User Fed -> hardcoded-ldap-mapper ( #1643 )
...
* fix hardcoded ldap modal
* groups section from master
* revert groups onclick
2021-12-08 09:16:45 -05:00
alevid99
51d8038a5c
Added role mapping tab to group detail page ( #1638 )
...
* feat(group): added role mapping tab
feat(groups): fixed members tests
* Add correct role mapping label
* Use composite group mappings
Co-authored-by: Marco Cesi <sq@iamsquare.it>
2021-12-07 13:56:25 +01:00
Erik Jan de Wit
ede8db53a0
Added default role tab to realm settings ( #1497 )
...
* added user registration tab to realm settings
* added keycloak spinner
* fixed routing from all role tabs
* Update src/realm-settings/RealmSettingsTabs.tsx
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
* changed tab name to "associated-roles"
* removed useless key attribute
* removed unnessary variable
* fixed pagination
* rebased
* fixed default role type
* fixed create realm role
* fixed helpItem forID
* fixed test
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
2021-11-16 12:10:10 +01:00
Erik Jan de Wit
a74921b914
fix select paging issue ( #1237 )
...
fixes : #1213
2021-09-27 10:38:07 +02:00
Jon Koops
9850505001
Use pre-release version of Admin Client ( #1063 )
2021-08-26 10:39:35 +02:00
Erik Jan de Wit
bc1e83e63a
Introduce a standard way to create handle errors ( #918 )
2021-07-28 14:01:42 +02:00
Jon Koops
64d5a498a6
Update Prettier to latest version and fix formatting
2021-07-05 15:26:07 +02:00
mfrances17
d90b1842ce
Merge pull request #708 from edewit/service-roles
...
fixing issue
2021-06-22 09:17:11 -04:00
Erik Jan de Wit
4e45bc2a35
add unassign kebab on row
2021-06-22 07:52:13 +02:00
Erik Jan de Wit
2c9b77c425
Fixing UXD review for user ( #648 )
...
* Introduced new GroupPicker.
Can be used for move group or join group
* Moved help texts to help.json
* don't set state when there was no request
* add pagination
* remove "Groups" link on root level
* use path in chip instread of name
* fixes filtering to show search not found
and removes `+1` logic from pager
* fix breadcrumb and layout
* fixed all the tests
2021-06-16 07:35:03 -04:00
Erik Jan de Wit
3b231a2a91
fixed size
2021-06-15 14:39:03 +02:00
Erik Jan de Wit
2765af69c5
more style fixes
2021-06-15 13:12:32 +02:00
Erik Jan de Wit
e68d4ff5c8
inherited roles disabled instead of non selectable
2021-06-15 08:14:38 +02:00
mfrances
7edc76a079
role mapping working
2021-06-10 10:03:46 -04:00
mfrances
b9c38e811e
fix lint issues
2021-06-10 10:03:46 -04:00
mfrances
63a365ad93
use radios for role selection user fed mappers only
2021-06-10 10:03:46 -04:00
mfrances
da45bf0e09
hardcoded version working
2021-06-10 10:03:46 -04:00
Jon Koops
f671cbed84
Extend tsconfig from Snowpack and fix type errors
2021-05-18 16:50:35 +02:00
Erik Jan de Wit
7f21d03bc2
changed asyncStateFetch
to be it's own hook
...
it now cancels pending requests making sure we
don't leak memory + it makes for an nicer looking API
2021-05-18 14:35:09 +02:00
Erik Jan de Wit
78f843cdcc
Fixes with realm list ( #576 )
...
* only query realms endpoint once
currently the realm list query is expensive and we only need it once.
* fixed refresh issues
* fixed tests
* fixed imports
* fixed types
* removed strange non code
* reload instead
* added more realm tests
2021-05-03 12:44:47 -04:00
Erik Jan de Wit
b86db32ba8
Add scope tab to client scope detail page ( #514 )
...
* initial version of the scope tab
* fixed assign
* moved form logic added test
* added unassign
* fixed merge error
* fixed labels
2021-04-20 08:10:00 -04:00