Erik Jan de Wit
36cf7022f5
Add id to the form ( #2400 )
2022-04-07 13:42:29 +02:00
Erik Jan de Wit
78bdf2d2ec
don't test ldap when form isn't valid ( #2294 )
...
* don't test ldap when form isn't valid
fixes : #1776
* changed to PF way of showing errors
* Update src/user-federation/kerberos/KerberosSettingsRequired.tsx
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
* Update src/user-federation/kerberos/KerberosSettingsRequired.tsx
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
* Update src/user-federation/kerberos/KerberosSettingsRequired.tsx
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
2022-03-29 09:49:43 +02: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
e8f335f199
changed all the help items ( #1683 )
2021-12-14 15:56:36 +01:00
mfrances17
8e5ce6aa34
disable vendor if provider exists ( #1447 )
2021-11-01 14:44:23 -04:00
Erik Jan de Wit
bd8fc558d5
now checks if data could be loaded and throw error ( #1265 )
2021-09-30 10:58:48 +02:00
Erik Jan de Wit
4fc3865bbd
use realm id instead of realm name ( #1051 )
...
fixes : #1042
2021-08-24 12:39:16 +02:00
mfrances17
bd6f8a9c78
update default req values based on vendor ( #578 )
2021-05-14 14:12:27 -04:00
mfrances17
84d621f70a
Show hand cursor when hovering over User Fed empty state cards ( #569 )
...
* add hand cursor for empty state cards
* add default ldap name value
* move card css up and add to provider cards
2021-05-06 09:23:51 +02:00
mfrances
0ee4f7ea8e
cypress tests working
2021-03-02 15:50:45 -05:00
mfrances
733d5f4b6f
ldap saves working
2021-03-02 15:50:45 -05:00
mfrances17
5633101f42
Add Save/Cancel buttons and logic to LDAP settings ( #311 )
...
* add save cancel and move all form logic to parent
* rm obsolete convert days function
* save working all fields
* fix save on two fields and rm console msgs
* add basic validation to empty fields
* fix default value issues in cache
* fix two fields default values
* dropdown text and help fixes
* add empty option for edit mode
2021-01-25 20:41:14 -05:00
Sarah Rambacher
7cea09ef8a
rebase on user federation wizard screens (storybook)
2021-01-11 16:07:30 -05:00
Erik Jan de Wit
feca61d2b0
renamed useFetch
to asyncStateFetch
( #277 )
...
* renamed `useFetch` to `asyncStateFetch`
otherwise React will mistake it for a react hook and will complain.
* added jsdoc
* fixed the user red stories
* renamed
2021-01-11 13:56:19 -05:00
Erik Jan de Wit
27d9dadee7
only update state when component is mounted ( #266 )
...
* only update state when component is mounted
* removed unused import
* `useFetch` function to update state when mounted
2021-01-05 08:39:27 -05:00
mfrances17
7c3a5739eb
User Federation: populate all LDAP settings ( #261 )
...
* separate card paths
* organize settings file structure
* most ldap fields working
* allow same path to multiple components
* fix several fields
* all values fetched correctly
* changes from PR
2020-12-16 08:02:41 +01:00