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
Christie Molloy
889f8078d2
add multiple group delete functionality ( #185 )
...
* add multiple group delete functionality
* fix the deleting bug and deleting during filering
* fix stans comment
* format files
* fix lint
* fix lint
* fix messages
* fix modal
* fix error mark found
2020-10-27 19:45:35 -04:00
Stian Thorgersen
ee3f9b71db
Update README.md
2020-10-27 23:48:08 +01:00
Martin Bartos
a8df7d88a1
[KEYCLOAK-14139] Upgrade login screen to PF4
2020-10-27 20:24:07 +01:00
Martin Bartoš
bb70a59a5a
KEYCLOAK-14139 Upgrade login screen to PF4 docs
2020-10-27 20:20:32 +01:00
mposolda
6662e07ccd
FAPI RW support to release notes
2020-10-27 17:03:34 +01:00
Erik Jan de Wit
aea12169f4
initial version of the role mapping create form ( #177 )
...
* initial version of the role mapping create form
[marvel](https://marvelapp.com/prototype/f0e8fih/screen/72042619 )
* fixed format
* changed to typeahead
* format
* group by
* review fixes
* added group and divider
* change name to realm name
2020-10-27 07:25:54 -04:00
Pedro Igor
9081dbe83f
Need to show messages thrown at runtime
2020-10-26 20:53:46 +01:00
Pedro Igor
3acfad98cf
[KEYCLOAK-14255] - Avoid creating CLI during startup
2020-10-26 20:53:46 +01:00
rmartinc
561ba1541d
[KEYCLOAK-15940] Tomcat SAML adapter lib missing dependencies
2020-10-26 11:47:48 +01:00
Pedro Igor
c929f81dd7
Minor changes to pom files and fixing exception handling
2020-10-26 10:17:31 +01:00
Stan Silvert
45b878e2e6
Allow login to different realms using query param ( #188 )
2020-10-26 09:00:05 +01:00
mposolda
c98048bf64
KEYCLOAK-16063 Messed output when running './kc.sh'
2020-10-23 16:46:06 -03:00
Michal Hajas
9058cc75d9
KEYCLOAK-15833 Look for end bracket only if current block is pattern
2020-10-23 18:11:52 +02:00
Hynek Mlnarik
267f1797d4
KEYCLOAK-15735 Fix LDAPSamlIdPInitiatedVaryingLetterCaseTest failures on few DBs
2020-10-23 15:15:03 +02:00
Hynek Mlnarik
e80538c60c
KEYCLOAK-15921 Fix auth server URL
2020-10-23 15:14:01 +02:00
mposolda
4f93dc8376
KEYCLOAK-11693 Clean startup log output in Keycloak.X
2020-10-23 09:33:54 -03:00
mposolda
e0ea961599
KEYCLOAK-16049 Running './kc.sh --profile=prod' still uses dev profile
2020-10-23 09:33:54 -03:00
Grandys
c122e72178
[KEYCLOAK-15850] Removed references to unminimized versions of javascript libraries in base admin template
2020-10-23 10:57:32 +02:00
mevech
75a5452805
[KEYCLOAK-14339] demo-template readme with syntax error
...
change step 10 and 11 to have consistent syntax with the rest
2020-10-23 10:48:49 +02:00
Pedro Igor
b95ca30ec2
[KEYCLOAK-14255] - Minor fixes and improvements
2020-10-23 10:39:21 +02:00
Pedro Igor
e70f702bc5
[KEYCLOAK-10790] - KeycloakInstalled adapter can not logoutDesktop more than once
2020-10-23 09:23:51 +02:00
stianst
da6f7d697f
KEYCLOAK-11786 Include Keycloak.X preview dist in distribution
2020-10-23 08:46:13 +02:00
Stian Thorgersen
dc4959a8f9
Create codeql-analysis.yml
2020-10-23 08:40:43 +02:00
Stan Silvert
9fb081e3bf
Fix exact routes ( #187 )
2020-10-23 07:52:51 +02:00
Takaya Ide
0cc0bac01c
Use code blocks to avoid layout collapse
2020-10-23 00:58:53 +02:00
nxadm
580f2b4977
KEYCLOAK-16040 Typo in comment: Authoirzation => Authorization
2020-10-22 16:26:24 +02:00
stianst
594365e603
Fix ZipException in unit tests on Travis
2020-10-22 16:08:46 +02:00
Martin Kanis
f5c52345fc
KEYCLOAK-16033 Revert Jpa*EventQuery to getResultList
2020-10-22 13:33:30 +02:00
stianst
74b5143c5e
KEYCLOAK-15498 Disable gzip encoding when themes are not cached
2020-10-22 09:07:37 +02:00
Daniel Fesenmeyer
de8d2eafa3
KEYCLOAK-14781 Extend Admin REST API with search by federated identity
...
- Add parameters idpAlias and idpUserId to the resource /{realm}/users and allow it to be combined with the other search parameters like username, email and so on
- Add attribute "federatedIdentities" to UserEntity to allow joining on this field
- extend integration test "UserTest"
2020-10-22 08:51:26 +02:00