Erik Jan de Wit
a9dc031fff
Introduced a predefined mapper dialog ( #169 )
...
* added optional dialog variant
* added predefined scope dialog
* added mapper dialog for predefined and custom
* format
* changed to use dataList instead of table
* fixed test
2020-10-21 08:18:41 -04:00
Stan Silvert
49284a0f11
Implement basic access control. ( #183 )
...
* Implement basic access control.
* Fix formatting
2020-10-21 07:31:41 -04:00
Pedro Igor
ee82391bd2
Fixing passing system properties and adding http.host option
2020-10-21 08:53:31 +02:00
mposolda
7891daef73
KEYCLOAK-15998 Keycloak OIDC adapter broken when Keycloak server is on http
2020-10-21 08:36:08 +02:00
Erik Jan de Wit
34723a0ebf
moved workaround for dots in form names to util ( #182 )
2020-10-20 16:47:23 -04:00
Erik Jan de Wit
6514c5e410
changed path ( #181 )
...
fixes : #178
2020-10-20 16:45:40 -04:00
mfrances17
d4f2f5cd44
Add template for PRs ( #173 )
...
* add PR template
* fixed poor english copy paste
* add type checking rm todo
* rm storybook and verify checks
2020-10-20 15:30:02 -04:00
Denis Richtárik
c8d0f2c59c
KEYCLOAK-15892 Can not install 7.4.3.CR1 Fuse adapter
2020-10-20 10:47:56 +02:00
Sarah Rambacher
b5aa560dcc
Change list view header action menu from select to dropdown ( #179 )
...
* change select to dropdown in viewheader
* make the action happen
* remove comment
2020-10-19 09:44:22 -04:00
Pedro Igor
4b75c83112
Default key store file for enabling HTTPS
2020-10-19 14:45:21 +02:00
Roland Werner
d544b132f9
KEYCLOAK-15806:
...
Extension to SignatureAlgorithm to support more Algorithms (RSA_SHA256_MGF1, RSA_SHA512_MGF1).
Also included in clients.js and realms.js so it can be chosen as signature algorithm when connecting as SAML client and when brokering through SAML.
2020-10-15 20:55:27 +02:00
mhajas
4556e858ad
KEYCLOAK-15522 Use AbstractStorageManager in UserStorageManager
2020-10-15 20:41:13 +02:00
Erik Jan de Wit
be2d5d1249
added client scope details screen ( #159 )
...
* added client scope details screen
* fixed:
* added includeInTokenScope field
* removed not editable type field
* changed to display order
2020-10-15 13:09:32 -04:00
Jonathan Buzzetti
a2efb84e00
KEYCLOAK-15978 Update spanish email verification message
...
For it to be similar to its english counterpart
2020-10-15 16:46:24 +02:00
Sven-Torben Janus
eb002c7ecd
KEYCLOAK-3365 Extend test case
2020-10-15 08:43:31 +02:00
Sven-Torben Janus
5918094840
KEYCLOAK-3365 Add test case
2020-10-15 08:43:31 +02:00
Sven-Torben Janus
79f0703d62
KEYCLOAK-3365 Configure required actions for LDAP in READ_ONLY mode
2020-10-15 08:43:31 +02:00
Pedro Igor
be19c6b806
Updating to Quarkus 1.9.0.Final
2020-10-15 08:41:21 +02:00
mposolda
2ab355f7a2
KEYCLOAK-15924 Use 'cluster' instead of 'clustered' option. Execute StartupTest on GH actions.
2020-10-15 08:38:08 +02:00
Sarah Rambacher
93233ee861
161 user federation landing ( #172 )
...
* initial user federation landing page
* builds user federation screen with more info link
* change providers to h2
* remove unused imports and translate text
* updates user fed landing page for new mockup
2020-10-15 07:50:47 +02:00
mfrances17
bcd864bfc9
Merge pull request #142 from christiemolloy/createGroup
...
Add Create Group Functionality
2020-10-14 17:20:18 -04:00
Christie Molloy
2897e59004
update
2020-10-14 17:02:31 -04:00
Christie Molloy
59bfeda338
format
2020-10-14 16:53:32 -04:00
Eugenia
caec08f95f
Adds functionality to delete realm role ( #160 )
...
* added function to refresh the dataloader data
* add Realm Roles page
add section for no realm roles
update role-model, fixed UI to match designs
fix paths
add storybook demo and role actions kebab
fix build and clean up
fix formatting
fix lint
fix test and update snapshot
update snapshot after rebase
PR feedback from Stan
add back pf addons
localize NoRealmRoles component
changes to PR suggested by Sarah
adds new role form
rename fields
cleaning up
address PR feedback from Stan
add logic to delete realm role
format
rebase with erik branch
resolves merge conflicts
fix check types error
fix invalid state
fix check-types
fix ts error
* fix format
* remove log stmt
* address PR feedback from Erik and Sarah
* remove utility class
* address Erik comment
* fix formatting
* fix bug and address PR feedback
* move msg
* fix lint
* fix format
* delete details file (on another branch)
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2020-10-14 16:50:10 -04:00
Christie Molloy
a4b858cdc0
update
2020-10-14 16:47:29 -04:00
Christie Molloy
35584207c8
Add empty state ( #147 )
...
* add empty states
* add two empty states
* updates to empty state
* update PR
* fix merge conflict
* fix formatting and add prettier
* updated test
* review comments
* update snapshot
2020-10-14 15:48:36 -04:00
Christie Molloy
4fdbb4ea5f
review
2020-10-14 15:16:51 -04:00
Erik Jan de Wit
85b8f17f35
changed default type to secondary ( #174 )
2020-10-14 16:29:06 +02:00
mhajas
d266165f63
KEYCLOAK-14871 Whitelist RefreshableKeycloakSecurityContext for KeycloakPrincipal serialization
2020-10-14 16:00:39 +02:00
Erik Jan de Wit
90779b6da4
introduced "/" for keycloak.json ( #170 )
...
fixes : #165
2020-10-14 08:53:51 -04:00
Martin Kanis
086f7b4696
KEYCLOAK-15450 Complement methods for accessing realms with Stream variants
2020-10-14 08:16:49 +02:00
Luca Leonardo Scorcia
0621e4ceb9
KEYCLOAK-15697 Fix config entry tooltip
2020-10-14 07:39:49 +02:00
Christie Molloy
d7b154b656
format
2020-10-13 17:06:58 -04:00
Christie Molloy
82fb002e76
make updates
2020-10-13 16:52:23 -04:00
Erik Jan de Wit
cb3eca46ec
added download dialog to client actions ( #164 )
...
* added download dialog to client actions
* fixed format
2020-10-13 13:57:35 -04:00
Hynek Mlnarik
ec39569970
KEYCLOAK-15928 Fix EAP 6 configuration directory
2020-10-13 17:12:29 +02:00
Sarah Rambacher
3882d3ec43
adds optional link to the subkey of a view header ( #166 )
...
* adds optional link to the subkey of a view header
* changes props to button props
2020-10-13 09:15:16 -04:00
mfrances17
3d16a021ea
Merge pull request #167 from dlabaj/secondaryActionFix
...
Fixed build by making secondaryActions optional
2020-10-12 16:47:12 -04:00
Donald Labaj
651205af29
Fixed build by making secondaryActions optional
2020-10-12 16:34:20 -04:00
Erik Jan de Wit
09f09893a2
added ability to add mulitple actions ( #163 )
...
* added ability to add mulitple actions
* fixed format
* changed to use secondaryActions
2020-10-12 14:02:17 -04:00
Erik Jan de Wit
4fa325f45c
initial version of the mapping list ( #162 )
...
* initial version of the mapping list
* added story to show mapper list
* fixed format
* changed to use intermediate type
2020-10-12 13:59:15 -04:00
Hynek Mlnarik
4541a1b250
KEYCLOAK-15907 Fix new host in SAML adapter cannot restore session
2020-10-12 13:23:03 +02:00
Elisabeth Schulz
73564c5815
KEYCLOAK-13983 Include algorithm parameters
...
Lazy initialization of additional parameters
2020-10-12 10:12:01 +02:00
Elisabeth Schulz
4c4750f1d9
KEYCLOAK-13983 Include algorithm parameters
...
Restore accidental change
2020-10-12 10:12:01 +02:00
Elisabeth Schulz
9143bc748f
KEYCLOAK-13983 Include algorithm parameters
...
Include suggestions made by @mposolda to enable more generic
usage
2020-10-12 10:12:01 +02:00
Elisabeth Schulz
396fec19a8
KEYCLOAK-13983 Include algorithm parameters
...
Adds the capacity to add both public and secret algorithm
specific data to a PasswordCredentialModel. The default
way to create the models in maintained to minimize the change
impact for the default hash infrastructure.
Publishes the PasswordCredentialModel constructor to
ease in building such extended credential models.
2020-10-12 10:12:01 +02:00
testn
269a72d672
KEYCLOAK-15184: Use static inner class where possible
2020-10-09 23:37:08 +02:00
Trey Dockendorf
6e713b5044
KEYCLOAK-15545 Fix null pointer exception when updating flow via API
2020-10-09 23:33:51 +02:00
Luca Leonardo Scorcia
792deeb786
KEYCLOAK-15697 Make the Service Provider Entity ID user configurable
2020-10-09 22:04:09 +02:00
Luca Leonardo Scorcia
f274ec447b
KEYCLOAK-15697 Make the Service Provider Entity ID user configurable
2020-10-09 22:04:02 +02:00