mfrances17
45b6be4fe8
Fixes SAML provider AuthnContext Constraints fields ( #2231 )
...
* no multiline for now
* multiline work in progress
* changed to JSON.stringify
* both multiline fields working
* check for undefined to prevent JSON issue
* streamline saml and oidc provider tests
* final tests and misc fixes
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2022-03-16 07:25:01 -04:00
Erik Jan de Wit
e672849935
Fix build ( #2276 )
2022-03-16 12:11:51 +01:00
mfrances17
8fa978aeb0
Add all missing Kerberos tests ( #2263 )
2022-03-16 11:48:21 +01:00
Erik Jan de Wit
0a33d5f0dd
Default value and required field for generate keys ( #2195 )
2022-03-16 11:37:45 +01:00
Erik Jan de Wit
8d5b2f903a
Split out the key based into a sperate component ( #2177 )
2022-03-16 10:39:58 +01:00
agagancarczyk
9242ba6935
Ream-settings-> User profile -> Create attribute ( #2265 )
...
* create attribute - wip
* create attribute - wip
* create attribute - added attributes general settings form template
* create attribute - added attributes permission form template
* added validations form
* added validations table
* added empty state for validators table
* added attribute annotations form
* attribute validations - css improvement
* attribute annotations - css improvement
* added requiredWhen label
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute
* fixed deleting attribute
* put the validators into the form
* feedback fixes
* added defaultValues
* fixed permissions
* removed unused form value
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
Co-authored-by: Erik Jan de Wit <edewit@redhat.com>
2022-03-16 09:32:23 +00:00
Erik Jan de Wit
ba4765fdc5
remove add users button ( #2235 )
...
fixes : #1808
2022-03-16 10:09:27 +01:00
Erik Jan de Wit
ceffcba321
Added hint when no user found ( #2257 )
2022-03-15 10:44:46 +01:00
mfrances17
49c77c20cd
Change order of client sections ( #2245 )
2022-03-15 10:43:48 +01:00
Erik Jan de Wit
a3105e9327
Validate the input from the user ( #2242 )
2022-03-14 11:26:36 +01:00
Erik Jan de Wit
b426886e6a
Changed to use RoutableTabs ( #2244 )
2022-03-14 11:26:19 +01:00
Erik Jan de Wit
883e59a5a3
Remove "Revoke Refresh Token" when not revoke on ( #2234 )
2022-03-14 11:26:06 +01:00
Erik Jan de Wit
d85fc18a63
Added preselected / disabled on create permission ( #2236 )
2022-03-14 11:17:16 +01:00
Erik Jan de Wit
6539c8a0c1
Sort client scope dialogs ( #2239 )
2022-03-14 11:17:03 +01:00
Erik Jan de Wit
05f321fd06
Added confirm dialog on disable ( #2238 )
2022-03-14 11:16:43 +01:00
Jenny
7c4509e9bf
Add realm actions tests
2022-03-14 11:16:23 +01:00
Erik Jan de Wit
5dba749b78
Reset filter after change ( #2226 )
2022-03-14 11:15:48 +01:00
mfrances17
92401922d3
changed tab order ( #2246 )
2022-03-14 11:15:28 +01:00
mfrances17
fc4ce1201d
fix client profile links ( #2247 )
2022-03-14 11:15:03 +01:00
Erik Jan de Wit
4ca905d667
Added filter ( #2224 )
2022-03-11 11:22:09 +01:00
Erik Jan de Wit
c73b4d2432
added hidden input to submit name when disabled ( #2222 )
2022-03-11 11:19:43 +01:00
Jenny
b64fd23559
Fix(clients -> authorization): Evaluate results screen ( #2220 )
2022-03-11 11:19:20 +01:00
Jenny
3a25b5e5ec
use isReadOnly ( #2221 )
2022-03-10 16:05:15 -05:00
Erik Jan de Wit
bc365b03b9
fixed dragging and dropping ( #2219 )
2022-03-10 16:16:53 +01:00
Erik Jan de Wit
c72a9bbf06
Removed the need to refresh the page ( #2217 )
2022-03-10 11:47:04 +01:00
Erik Jan de Wit
47a8c25c99
Catch 403 when only query-clients is allowed ( #2182 )
2022-03-10 11:46:42 +01:00
Erik Jan de Wit
3bdb8ce80f
Remove capabities step from wizard for SAML ( #2191 )
2022-03-09 17:45:53 +01:00
Erik Jan de Wit
62c13adda7
Fixed title and link to page ( #2183 )
2022-03-09 17:44:43 +01:00
Erik Jan de Wit
37d1087e7e
Use string[] directly removed need for converstion ( #2175 )
2022-03-09 17:42:23 +01:00
Jenny
ae133d675b
Clients -> Roles Tab: Adds Role Tests ( #2174 )
2022-03-09 17:41:45 +01:00
Erik Jan de Wit
efb3a36d32
Fixed getting text from JSX element ( #2193 )
2022-03-08 17:21:38 +01:00
Erik Jan de Wit
c88628d4f7
Removed 'revocation' section when client is SAML ( #2192 )
2022-03-08 10:53:25 +01:00
Erik Jan de Wit
1104f9ee20
Added bind type dialog ( #2173 )
2022-03-07 18:36:52 +01:00
Erik Jan de Wit
e3c0bb82a1
Added missing groups claim field ( #2170 )
2022-03-07 18:08:46 +01:00
Erik Jan de Wit
01ab5b12e0
Added and removed saml fields ( #2168 )
2022-03-07 18:08:14 +01:00
Erik Jan de Wit
a6cdb489b2
Removed file preview panel from keys provider ( #2197 )
2022-03-07 15:40:39 +01:00
agagancarczyk
9d376ebcde
User Credentials -> Draggable user credentials ( #2131 )
...
* draggable rows - wip
* draggable rows - wip
* draggable rows - wip
* draggable rows - wip
* draggable rows - wip
* draggable rows - wip
* added tests - wip
* added test
* draggable rows - wip
* feedback
* fixed position of reset credential btn
* fixed position of reset credential btn
* Remove unnecessary key props
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2022-03-07 14:32:34 +00:00
Erik Jan de Wit
a84701fe5c
added can select all checkbox ( #2185 )
2022-03-07 15:28:59 +01:00
Erik Jan de Wit
7d2abf0a9b
Change the way clients are stored in the form ( #2184 )
2022-03-07 15:28:42 +01:00
Erik Jan de Wit
2cb4fcc29d
Hide clustering section when not publicClient ( #2186 )
2022-03-07 15:28:26 +01:00
Erik Jan de Wit
dd35ccb9bf
Reset the form when the type is changed ( #2189 )
2022-03-07 15:27:10 +01:00
Erik Jan de Wit
663e96d000
Added a way to clear filters for non custom search ( #2194 )
2022-03-07 15:25:59 +01:00
Erik Jan de Wit
5dc2450b01
Remove authorization tab when disabled ( #2181 )
2022-03-07 14:49:58 +01:00
Erik Jan de Wit
b7ea8629a2
Refactored the way we show time using Intl
( #2178 )
2022-03-07 14:49:38 +01:00
Erik Jan de Wit
1b6d679d89
Added missing fields ( #2163 )
2022-03-07 14:42:06 +01:00
ikhomyn
cf695626a6
fixed msg error when clientScope created with whitespace ( #1997 ) ( #2162 )
2022-03-06 16:26:52 +01:00
Erik Jan de Wit
ca350380fb
Change local development and ci to quarkus ( #2115 )
2022-03-06 16:25:37 +01:00
Erik Jan de Wit
e486a189c0
fix for value === 0 ( #2199 )
2022-03-06 12:20:51 +01:00
Jenny
bbc0bcf8b2
Add new capability configs and tests ( #2164 )
...
* add checkbox fields, more tests
unskip test
fix beforeEach
add front channel logout configs
set default to true
set default to true
fix console warning and conditionally render url field
show frontchannel settings under logout settings if OIDC client
PR feedback from Jon
* fix clients test
* resolve console warning
* addCapabilityConfigs
2022-03-02 16:59:37 -05:00
Erik Jan de Wit
b8cc2f5d7b
added missing field ( #2169 )
2022-03-02 22:38:52 +01:00
Jenny
741bc0d195
Add "always display" switch ( #2165 )
...
* add always display switch
* add optional param to fillClientData
* add frontchannelLogout to SAML settings
* fix test
2022-03-02 11:08:01 -05:00
Jon Koops
0152e5868d
Add form for User Profile attribute groups ( #2021 )
...
* Add form for User Profile attribute groups
* Add breadcrumbs to create and edit pages
* Add hints to form fields
* Link directly to details from overview
* Disable name field when editing
* Disable adding annotations when not valid
2022-03-01 06:44:42 +01:00
Jenny
baf2380d1e
Cypress tests: users ( #2148 )
...
* add users tests
* delete multiple users from list test
* users from search bar
* remove unnecessary its
* fix group test
* force add group click
2022-02-28 18:48:52 +01:00
Erik Jan de Wit
5c64ab6a4a
refacored the keys tab removed duplication ( #2146 )
2022-02-28 16:22:00 +01:00
ikhomyn
17c0eb801c
* fixed Consent screen text was not shown ( #2145 )
2022-02-25 18:26:07 +01:00
Erik Jan de Wit
d46263d6c6
changed to number input to allow for blank ( #2138 )
2022-02-24 17:12:54 +01:00
Jon Koops
07098c3f5a
Fix realm settings events tests ( #2144 )
2022-02-24 12:44:40 +01:00
ikhomyn
36bb8e2ecd
fix new client scope default type value ( #2139 )
2022-02-24 12:43:09 +01:00
Jenny
72268bb896
Fix associated roles table ( #2136 )
2022-02-23 18:46:52 +01:00
Jenny
ecd65b3ce7
Username field ( #2135 )
2022-02-23 15:46:56 +01:00
Erik Jan de Wit
2d55809caf
added the missing example code blocks ( #2103 )
2022-02-23 15:46:26 +01:00
Erik Jan de Wit
6a4e490928
more robust links out from events ( #2133 )
2022-02-23 15:28:59 +01:00
Erik Jan de Wit
bda591fb0d
added better / more realm role tests ( #2119 )
2022-02-23 12:05:38 +01:00
Jon Koops
06de428848
Add 'useSetTimeout' hook to manage timers ( #2134 )
2022-02-23 11:29:50 +01:00
Erik Jan de Wit
6ef3dc16f5
removed not working filter option ( #2067 )
2022-02-22 14:30:18 +01:00
ikhomyn
83d9018f6d
new Client->details->ClientScopes and ClientScopes tests ( #1967 )
2022-02-22 13:46:49 +01:00
Erik Jan de Wit
27ed3e40fe
Added missing fields ( #2047 )
2022-02-22 12:22:29 +01:00
Jenny
816d2b5221
make name required ( #2100 )
2022-02-21 19:13:25 +01:00
Jenny
41d58ab1b3
remove export button ( #2096 )
2022-02-21 18:23:44 +01:00
Stan Silvert
b892c49436
Fix bugs when admin has limited roles. ( #2098 )
2022-02-21 18:00:41 +01:00
Erik Jan de Wit
10b53617a0
removed components that don't adhere to server configuration ( #2091 )
2022-02-21 17:30:57 +01:00
Erik Jan de Wit
c84c983415
changed how errors are displayed ( #2066 )
2022-02-21 17:06:35 +01:00
Erik Jan de Wit
35ef6aff88
Added new / missing fields ( #2035 )
2022-02-21 16:43:23 +01:00
Erik Jan de Wit
d5909709b7
remote client-scopes and mappers for bearer only ( #2065 )
2022-02-21 16:20:24 +01:00
Erik Jan de Wit
f3de9464f6
async loading group can be undefined ( #2068 )
2022-02-21 15:58:28 +01:00
Erik Jan de Wit
627571dbf4
fixed attribute name ( #2048 )
...
fixes : #1382
2022-02-21 15:28:04 +01:00
Erik Jan de Wit
0065e9c7c2
fixing labels in case of SAML ( #2111 )
2022-02-21 14:55:02 +01:00
Jenny
9fa1c1303f
Add screens for rsa-enc-generated type ( #2052 )
...
* add screens for rsa-enc-generated type
* update tests
2022-02-21 13:19:41 +01:00
Erik Jan de Wit
cf6413af41
initial version of dedicated client scope ( #2000 )
2022-02-21 13:14:20 +01:00
Erik Jan de Wit
d1fd7a2f2e
removed unusable providerId
( #2108 )
2022-02-18 15:06:45 +01:00
Erik Jan de Wit
9eacd55edf
fixed logo locations ( #2112 )
2022-02-18 12:41:44 +01:00
Jenny
14ab0ceacb
Fix policy profiles ( #2120 )
2022-02-18 11:51:03 +01:00
Erik Jan de Wit
3bf43f15c0
removed login settings section for baerer only ( #2064 )
...
fixes : #1504
2022-02-17 19:41:05 -05:00
Erik Jan de Wit
d56f805a4e
added missing fields: ( #2049 )
...
* `User Refresh Tokens`
* `Use Refresh Tokens for Client Credentials Grant`
as stateted in #1385
2022-02-17 16:40:09 -05:00
Jenny
fa0e162c0b
Clients(authorization -> evaluate): Adds expandable results table ( #2004 )
2022-02-17 17:03:18 +01:00
mfrances17
e8e64798ea
Add componentId to LDAP provider test connection/authorization ( #2038 )
...
* add componentId to test calls and fix help ids
* rm ID default
2022-02-17 09:43:52 -05:00
Erik Jan de Wit
6427a15d1b
set default for allowCreate and readonly for select ( #2034 )
...
fixes : #1939
2022-02-17 09:42:35 -05:00
Erik Jan de Wit
ebeceefcbf
added missing fields to saml details page ( #2033 )
...
fixes : #1945
2022-02-17 07:51:32 -05:00
Erik Jan de Wit
5413a87011
remove child of sub flow instead of flow itself ( #2069 )
...
fixes : #1963
2022-02-16 14:04:43 -05:00
Erik Jan de Wit
f8b3595344
fixed test if value is set ( #2092 )
...
fixes : #1386
2022-02-16 13:08:23 -05:00
Aboullos
5227115f05
Add Clients tests, fix notification message and stabilize tests ( #1999 )
...
* Add Clients tests and fix notification message
* Remove TODO message
* Add waits and refactor
* Refactor and fix tests in realm settings
* Fix lint
* Refactor, fix tests and add stability
* Refactor and stabilize tests
* Stabilize tests
* Fix Realm settings event test and stabilize
* Set confirmModal to always force click
* Add force click and wait
* Fix masthead test
* Modify cypress.json
* Modify realm dropdown selector
* Revert hook changes
2022-02-16 17:34:54 +01:00
Erik Jan de Wit
c0a9b5cebc
Made form readonly and fixed initialisation ( #2070 )
...
* add the ablity for dynamic component to become
disabeled when used in a <FormAccess component
* add ability to manually make form readonly
* added readonly + fixed form initialize
fixes : #1898
* Update src/components/form-access/FormAccess.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2022-02-16 09:53:45 -05:00
agagancarczyk
a6904be9ff
Realm-settings -> User Profile -> Attributes ( #2107 )
...
* attributes tab - wip
* attributes tab - wip
* attributes tab - wip
* attributes tab - wip
* added dropdown for each attribute row
* added kebab logic
* added delete dialog - wip
* added delete dialog - wip
* added delete dialog - wip
* draggable rows - wip
* draggable rows - wip
* draggable rows - wip
* refactored draggable rows
* refactored draggable rows
* added tests
* added tests
* refactor
* refactor
* refactor
* renamed css file to realm-settings-section.css
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-02-16 11:39:08 +00:00
Jenny
42d8c31e84
fix mapper table bugs ( #2093 )
...
* fix mapperTableBugs
* use link with button
* add props
2022-02-15 14:42:04 -05:00
Jenny
158bd07398
index on authEvaluateTab: f0a2494d
Add nexus profile for releases ( #1704 ) ( #1961 )
...
auth evaluate wip
wip auth evaluate tab
add identity information and permissions
help text and wip evaluate
wip contextual attributes
wip contextual attributes
add conditional dropdown for auth method
wip resource fields
scopes and context inputs working
fix resources error and update onChange
package-lock
cleanup: remove comments and log stmts
add conditional fields when applyToResourceType is true
package.json from main
PR feedback from Erik
Co-authored-by: Erik Jan de Wit <edewit@redhat.com>
Update src/clients/authorization/AuthorizationEvaluate.tsx
Co-authored-by: Erik Jan de Wit <edewit@redhat.com>
handleSubmit
remove log stmt
fix cypress test
PR feedback from Erik
try fixing policies test
PR feedback from Jon
Co-authored-by: Jon Koops <jonkoops@gmail.com>
PR feedback from Jon
rename id
revert client policy test
reset
add trigger
authEvaluateReset
conditionally render based on type
Apply suggestions from code review
Co-authored-by: Jon Koops <jonkoops@gmail.com>
PR feedback
remove controller
Update src/components/attribute-input/AttributeInput.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
PR feedback
Update src/clients/authorization/AuthorizationEvaluate.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
remove reset
2022-02-15 12:52:46 -05:00
mfrances17
065aec9424
Fix console error on landing page ( #2053 )
2022-02-13 19:00:50 +01:00
Erik Jan de Wit
5fd344a7bd
Added scope typed permission screen ( #1933 )
...
* added scope type permission
* review comments
* Update src/clients/authorization/PermissionDetails.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/clients/authorization/ScopeSelect.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* PR review
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2022-02-10 09:23:23 +01:00
Jenny
5968e1a7ee
Clients(Authentication): Adds "Export" tab ( #1937 )
2022-02-09 23:37:31 +01:00
Erik Jan de Wit
8de96be98b
Refactored user credentials into seperate components ( #2024 )
2022-02-09 15:39:10 +01:00
Erik Jan de Wit
90199db346
Added default group tab to user registration ( #1965 )
2022-02-09 12:46:58 +01:00