Erik Jan de Wit
21c0cfcdad
changed time select order + added success message ( #447 )
...
* changed time select order + added success message
fixes : #445
* show time instead of the nice from now
* made "Remaining count" wrappable
2021-03-18 09:07:26 +01:00
Pedro Igor
cbb118c013
[KEYCLOAK-17442] - Upgrade to Quarkus 1.12.2
2021-03-17 13:45:30 -03:00
Eugenia
d2891a7bb6
fix help icon alignment ( #444 )
...
* fix help icon alignment
* fix asterisk alignment
2021-03-17 11:55:11 -04:00
Erik Jan de Wit
3b1d89fedb
partially solves issue #422 ( #442 )
...
* partially solves issue #422
* fixed section
* added not before now set / clear alerts
2021-03-17 14:40:19 +01:00
Peter Skopek
cd44b99eb9
KEYCLOAK-16356 update JUnit to the latest version
2021-03-17 09:53:25 -03:00
mposolda
853a6d7327
KEYCLOAK-17000 Adding server tmp directory inside the auth-server home directory
2021-03-17 10:06:48 +01:00
Erik Jan de Wit
a81164ee2a
fixed issue described by 428 ( #441 )
...
fixing: #428
2021-03-17 08:10:30 +01:00
Pascal Euhus
82fc401298
[KEYCLOAK-9841] use LDAPUser UUID as an identifier instead of username
2021-03-16 17:55:24 +01:00
mposolda
1177318260
Added OAuth2 Device Grant to release notes
2021-03-16 14:17:54 +01:00
Erik Jan de Wit
7d4adc683f
added search empty state ( #435 )
2021-03-16 13:42:05 +01:00
Erik Jan de Wit
e4d83d0fe3
Group details ( #425 )
...
* added details for groups
* add includeSubGroups checkbox
* added tests
* fixed reload for group attributes
* fixed spacing on associate roles tab
* fixed group reload after save
* fixed test
2021-03-16 08:37:57 -04:00
mfrances17
518b21c6ae
Nonscrolling action buttons for long forms ( #437 )
...
* nonscroll action bar for long forms
* changes from PR comments
* fix border
2021-03-16 13:35:45 +01:00
Andrew Elwell
c76ca4ad13
Correct "doesn't exists" typos - fixes KEYCLOAK-14986 ( #7316 )
...
* Correct "doesn't exists" typos
* Revert changes to imported package
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2021-03-16 11:52:36 +01:00
Joaquim Fellmann
d2c98b20f3
KEYCLOAK-17404: LDAPS connection tests not working when protocol set in upper case
2021-03-16 10:10:59 +01:00
mposolda
7c60e6ea5b
KEYCLOAK-16729 Add more info for how to retrieve provider types
2021-03-16 09:46:44 +01:00
mposolda
987ea0ba1c
KEYCLOAK-16425 Cleanup documentation regarding the logic for selecting locale. Use inter-links instead of duplicating logic description
2021-03-16 09:17:08 +01:00
Yang Xie
db30b470c4
KEYCLOAK-17342 Make the default value of default signature algorithm show up in the admin console
2021-03-16 09:15:22 +01:00
mfrances17
96d89ab72e
Merge pull request #443 from edewit/issue-415
...
fixed text for empty state #415
2021-03-15 16:16:46 -04:00
mfrances17
c1f5c4db82
Merge pull request #438 from mfrances17/revert-button
...
Rename Reload buttons to Revert
2021-03-15 14:11:27 -04:00
mfrances17
b9931fdc56
Merge pull request #440 from mfrances17/issue-399
...
Add missing kerberos-related fields to LDAP settings
2021-03-15 14:10:56 -04:00
Luca Leonardo Scorcia
11d8c165b2
KEYCLOAK-17192 Add jaxb module dependency required by JAXBUtil class
2021-03-15 17:41:24 +01:00
mposolda
0f4affd1e9
KEYCLOAK-15484 Document that client certificate trust should be validated by reverse proxy
2021-03-15 16:59:15 +01:00
Michito Okai
68dcd06748
KEYCLOAK-7675 Support for Device Authorization Grant
2021-03-15 14:45:05 +01:00
Erik Jan de Wit
3978191d24
fixed text for empty state #415
2021-03-15 14:42:19 +01:00
Michito Okai
298ab0bc3e
KEYCLOAK-7675 Support for Device Authorization Grant
2021-03-15 10:09:20 -03:00
Łukasz Dywicki
f58bf0deeb
Make sure additional params are passed between device request and user authnetication.
2021-03-15 10:09:20 -03:00
Łukasz Dywicki
319195236b
Fix failing test, cause oauth device flow is encoded using realm attributes.
2021-03-15 10:09:20 -03:00
Hiroyuki Wada
5edf14944e
KEYCLOAK-7675 SPI and default implementation for Device User Code.
...
Author: Hiroyuki Wada <h2-wada@nri.co.jp>
Date: Sun May 12 15:47:15 2019 +0900
Signed-off-by: Łukasz Dywicki <luke@code-house.org>
2021-03-15 10:09:20 -03:00
Hiroyuki Wada
9d57b88dba
KEYCLOAK-7675 Prototype Implementation of Device Authorization Grant.
...
Author: Hiroyuki Wada <h2-wada@nri.co.jp>
Date: Thu May 2 00:22:24 2019 +0900
Signed-off-by: Łukasz Dywicki <luke@code-house.org>
2021-03-15 10:09:20 -03:00
mfrances
75e0bf7435
add missing kerberos fields
2021-03-12 17:31:45 -05:00
mfrances
b717954709
change reload txt to revert
2021-03-12 11:30:14 -05:00
Erik Jan de Wit
ab857938cd
use === instead of == and unused imports ( #431 )
2021-03-12 07:42:54 +01:00
Eugenia
28f1fdfda4
Users: Adds user details tab and save/update functionality ( #426 )
...
* userDetails tab done, save function wip
* userDetails update working
* add cypress test
* fix default value
* PR feedback from Erik
2021-03-11 21:23:08 +01:00
Thomas Darimont
d2060913be
KEYCLOAK-14412 Fixed compiler error in JavascriptAdapterTests
2021-03-11 13:03:08 -03:00
Thomas Darimont
b926cd20f1
KEYCLOAK-14412 Keycloak.js should honor scopes configured in initOptions and loginOptions
2021-03-11 13:03:08 -03:00
R Kaja Mohideen
cdc50fb328
KEYCLOAK-15906
2021-03-11 16:25:37 +01:00
Hynek Mlnarik
4946484cb6
KEYCLOAK-17377 Fix invalidation cluster tests (do not hide failures)
2021-03-11 16:14:59 +01:00
Miquel Simon
1d54dd5e8b
KEYCLOAK-16006. Fixed Spring Boot tests with new offset value.
2021-03-11 09:51:28 +01:00
dependabot-preview[bot]
b035143781
[Security] Bump elliptic from 6.5.3 to 6.5.4 ( #421 )
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.3 to 6.5.4. **This update includes a security fix.**
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-10 16:18:32 -05:00
mfrances17
3f6e321b26
Merge pull request #420 from mfrances17/patternfly-4.90.3
...
Update to latest Patternfly releases
2021-03-10 13:54:18 -05:00
mfrances17
27a9c9b650
Merge pull request #427 from mfrances17/user-menu-cmds
...
Action menu commands for User Fed LDAP settings
2021-03-10 11:26:39 -05:00
mfrances
39cc1b998c
rm success string from ignored
2021-03-10 11:06:53 -05:00
mfrances
e1678d6113
pr review changes
2021-03-10 10:42:31 -05:00
Alfredo Boullosa
95d9cd2b38
KEYCLOAK-17376 - Fix DeviceActivityTest, SigningInTest and PermissionsTest
2021-03-10 09:00:30 +01:00
Lukas Hanusovsky
b3ea6f74be
KEYCLOAK-16212 - Exclude Remote execution for the LDAPVaultCredentialsTest, fixed broken exclude Remote execution for the LDAPUserLoginTest.
2021-03-10 07:27:43 +01:00
mfrances
e093c15ea2
user cmds added
2021-03-09 14:56:25 -05:00
Yang Xie
2605eddbe7
KEYCLOAK-17300 Add a method to check if the token revocation request has duplicate parameters
2021-03-09 18:27:38 +01:00
Alfredo Boullosa
3d76e2b775
KEYCLOAK-17378 - Fix DisableAuthorizationSettingsTest
2021-03-09 16:09:53 +01:00
Erik Jan de Wit
7bf85196e3
Fixed issue using import ( #393 )
...
* add icons change description to use TextArea
* add missing saml config
* switch based on protocol
* add capabilty config to import
* fixed key element warning
* fixed merge error
* don't clear on file drag event
* don't allow editing of json
* prettier
* fix tests
* missing timeout
2021-03-09 08:59:41 -05:00
Lukas Hanusovsky
ef57714eaa
KEYCLOAK-17301 - fix -> added org.infinispan.commons module into jboss-deployment-structure.xml
2021-03-09 11:05:17 +01:00