stianst
1281f28bb8
KEYCLOAK-15012 Fix issue with folder theme provider
2020-11-06 09:14:36 +01:00
vmuzikar
2df62369c3
KEYCLOAK-15295 User can manage resources with just "view-profile" role using new Account Console
...
(cherry picked from commit 1b063825755d9f5aa13e612757e8ef7299430761)
2020-11-06 08:55:57 +01:00
stianst
6b2e1cbc5f
KEYCLOAK-16167 Enable Account REST API by default
2020-11-06 08:06:03 +01:00
Erik Jan de Wit
d6e1161c83
hooked up the build in mapper dialog ( #197 )
...
* hooked up the build in mapper dialog
* spelling
* useEffect for setTimout
* fix state
* fix bug with alerts clearing checked items
* fixed tests
* Update src/client-scopes/messages.json
Co-authored-by: Stan Silvert <ssilvert@redhat.com>
* simplified dialog usage
Co-authored-by: Stan Silvert <ssilvert@redhat.com>
2020-11-05 16:26:43 -05:00
Takashi Norimatsu
6dc136dfc0
KEYCLOAK-14199 Client Policy - Executor : Enforce more secure client authentication method when client registration
2020-11-05 20:42:49 +01:00
Martin Bartos
7522d5ac74
KEYCLOAK-15841 Upgrade rest of the minor forms to PF4
2020-11-05 17:58:41 +01:00
mposolda
a1d84dc180
KEYCLOAK-14887 Outgoing HTTPS request truststore documentation reads 'disabled' but actual parameter is 'enabled'
2020-11-05 17:44:36 +01:00
Martin Kanis
db026e5566
KEYCLOAK-16155 Add cluster tests to GitHub Actions
2020-11-05 17:32:24 +01:00
Hynek Mlnarik
f93924e782
KEYCLOAK-16156 Optimize maven repo handling
2020-11-05 17:24:05 +01:00
Erik Jan de Wit
7ebe695921
removed "Home" from navigation ( #209 )
...
* only show breadcrumb when there are 2 levels
* renamed the list clients and client scopes
2020-11-05 15:40:00 +01:00
Martin Bartoš
da6c59f0c3
KEYCLOAK-15242 Error in application logs when refresh token is expired.
2020-11-05 14:40:53 +01:00
Pedro Igor
a01dcc5456
Minor updates to config based on design document changes
2020-11-05 12:23:44 +01:00
Martin Kanis
7b5fdc9c0d
KEYCLOAK-16147 KEYCLOAK-16148 Add crossdc tests to GitHub Actions
2020-11-05 09:06:27 +01:00
Martin Kanis
6c1f92bee3
KEYCLOAK-16166 Remove adapter-tests from GitHub Actions
2020-11-04 09:13:56 +01:00
stianst
a43d0a9dbd
KEYCLOAK-16144 Added unit tests to GA
2020-11-04 08:45:11 +01:00
Otto Leppänen
bc6bb22173
[KEYCLOAK-16055] Update DefaultKeyManager kid is null logging
...
Got this "kid is null, can't find public key" without a hint to which realm it's belonging. Not sure if the realm name is dropped because it's null(?), but at least the log message is now explicit. Dropping kid because the text says it's null. Haven't tested whether this breaks tests etc.
2020-11-03 20:40:00 +01:00
Martin Kanis
6f6c21333b
KEYCLOAK-16145 Add adapter-tests to GitHub Actions
2020-11-03 13:20:03 +01:00
Stian Thorgersen
7c7e862967
Delete .travis.yml
2020-11-03 12:23:37 +01:00
Stian Thorgersen
2056a46e4e
Update maven.yml
2020-11-03 12:19:39 +01:00
Stian Thorgersen
d456323549
Initial GitHub Action
2020-11-03 12:19:14 +01:00
Hynek Mlnarik
8060e3b3ac
KEYCLOAK-16115 Remove need for MapStorage.keySet() and values()
2020-11-03 08:46:42 +01:00
Hynek Mlnarik
7b8575fa1a
KEYCLOAK-16090 Work around LDAPUserLoginTest false failures
2020-11-03 08:38:54 +01:00
Erik Jan de Wit
fb21266695
add small top margin on the form ( #202 )
2020-11-02 15:31:00 -05:00
Erik Jan de Wit
2393b40c9b
Added the credentials tab ( #196 )
...
* initial version credentials tab
* added signed jwt
* submit token endpoint signing alg
* added x509
* show tab when public client
* fixed test default confimnation dailog size is small
* pr review comments
2020-11-02 15:15:09 -05:00
Peter Zaoral
4fbc6389b5
KEYCLOAK-15386 Some icons are not displayed properly
...
* pficon.woff/woff2 - updated PatternFly font resource
* pficon.css - css that contains @font-face rule
Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
2020-11-02 20:21:38 +01:00
Pedro Igor
2b9ee02adc
[KEYCLOAK-11698] - Change context path of Keycloak to / for Keycloak.X
2020-11-02 15:25:11 -03:00
Pedro Igor
8d7195637d
[KEYCLOAK-16116] - PersistedConfigSource for resolving build time properties
2020-11-02 15:30:32 +01:00
Sarah Rambacher
6b3990e1b9
540 user fed settings ( #198 )
...
* all fields roughed in working on tab
* reduce to just the settings without page
* remove unused imports
* fix some comments
* correct some typos and capitalization
* remove ldap translation
2020-10-30 16:15:37 -04:00
Hynek Mlnarik
f0bdcdd204
KEYCLOAK-16113 Add JPA event test
2020-10-30 21:08:27 +01:00
Erik Jan de Wit
2766f8b14b
removed placeholder value ( #201 )
...
fixing: #200
2020-10-30 14:44:48 -04:00
Pedro Igor
18c67f51ce
KEYCLOAK-16066 KEYCLOAK-14255 Unable to build Keycloak distribution on Windows due to io.quarkus.builder.BuildException failure
...
* file separator removed from KeycloakPropertiesConfigSource.java
Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
fixing windows
2020-10-30 12:13:00 -03:00
Christoph Leistert
e3cba1af29
KEYCLOAK-14855 Add hints to realm-specific localization texts
2020-10-30 12:30:26 +01:00
Pedro Igor
452bcd8bd9
Improvements to configuration
2020-10-30 12:17:55 +01:00
Christoph Leistert
e131de9574
KEYCLOAK-14855 Added realm-specific localization texts which affect texts in every part of the UI (admin console / login page / personal info page / email templates). Also new API endpoints and a new UI screen to manage the realm-specific localization texts were introduced.
...
Co-authored-by: Daniel Fesenmeyer <daniel.fesenmeyer@bosch.io>
2020-10-30 08:02:43 -03:00
vramik
785f2e78bc
KEYCLOAK-14977 create MapRoleProvider
2020-10-30 08:15:22 +01:00
Martin Kanis
b494b8bb44
KEYCLOAK-16034 Not scroll-able event queries for postgres and mssql
2020-10-30 08:10:00 +01:00
Stan Silvert
78529f979f
Cleanup create realm. ( #199 )
2020-10-29 14:56:52 -04:00
Erik Jan de Wit
52afed2b64
only update snippet when component is mounted ( #191 )
...
* only update snippet when component is mounted
fixing: #190
* removed debug console.log
2020-10-29 13:02:06 -04:00
Hynek Mlnarik
925f089d62
KEYCLOAK-16077 Remove need for MapStorage.replace
2020-10-29 15:40:47 +01:00
Pedro Igor
1418c6e938
Update Quarkus 1.9.1.Final
2020-10-29 10:51:28 -03:00
Martin Bartos
2e59d5c232
KEYCLOAK-14679 Unable to log in with WebAuthn on unsupported browsers
2020-10-29 14:03:17 +01:00
Martin Bartoš
ceb46c266d
KEYCLOAK-15962 Update quickstarts/examples for new login theme
2020-10-29 12:45:05 +01:00
Niko Köbler
f9e5d78a56
KEYCLOAK-15158 adjust basic example of Keycloak JS adapter usage
...
As the JS adapter has evolved, it now tries to add an iframe element to the document body during initialization.
When used like in the basic example as before, there will be an JS error, as the document body is not yet available.
So we've to wait until the document is loaded, thus the initialization is put in a function and the function will be called upon body.onload()
2020-10-29 09:53:55 +01:00
Andy Munro
8ff235e630
adding SVG source graphics for both versions
2020-10-29 09:44:43 +01:00
dependabot-preview[bot]
b618ab245e
[Security] Bump lodash from 4.17.15 to 4.17.19 ( #193 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-28 14:47:03 -04:00
dependabot-preview[bot]
b1504f24c3
[Security] Bump bl from 1.2.2 to 1.2.3 ( #192 )
...
Bumps [bl](https://github.com/rvagg/bl ) from 1.2.2 to 1.2.3. **This update includes a security fix.**
- [Release notes](https://github.com/rvagg/bl/releases )
- [Commits](https://github.com/rvagg/bl/compare/v1.2.2...v1.2.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-28 14:44:35 -04:00
Eugenia
f5091d133e
Realm role empty state ( #189 )
...
* add file for realm role details
* add empty state
* empty state
* delete unused imports
* delete noRealmRoles.tsx
2020-10-28 14:33:54 -04:00
Erik Jan de Wit
2543893373
Change the input fields based on access rights ( #184 )
...
* poc of possible way to change form dynamically
* fixed detail routs
* Update src/components/form-access/FormAccess.tsx
Co-authored-by: Stan Silvert <ssilvert@redhat.com>
* Update src/components/form-access/FormAccess.tsx
Co-authored-by: Stan Silvert <ssilvert@redhat.com>
* Update src/components/form-access/FormAccess.tsx
Co-authored-by: Stan Silvert <ssilvert@redhat.com>
* added more form access and logic for Controller
* render switches for boolean types
* better render of `<Controller` wrapped components
* added isDisabled property
* added test
* small refactor
* fixed types
* TextArea doesn't support isDisabled
* when field is disabled, disable button as well
* added jsdoc
Co-authored-by: Stan Silvert <ssilvert@redhat.com>
2020-10-28 14:17:15 -04:00
Johannes Knutsen
23c575c236
KEYCLOAK-15399: Wrong token type in token response. bearer vs Bearer
2020-10-28 10:38:22 -03:00
Pedro Igor
24f90ca6cb
[KEYCLOAK-15406] - Grant access when evaluating user-managed permission for the owner
2020-10-28 09:59:24 -03:00