Erik Jan de Wit
6864207dac
updated admin client with new endpoints ( #725 )
2021-06-28 08:02:35 +02:00
Vlastimil Elias
512bcd14f7
[KEYCLOAK-18428] - dynamic registration form
2021-06-25 17:11:15 -03:00
Benjamin Weimer
6e4a0044fd
KEYCLOAK-15371 Dont show backchannel logout options for bearer only clients in admin ui
2021-06-24 14:13:32 -03:00
Pedro Igor
faadb896ea
[KEYCLOAK-18426] - Support required by role and scopes in Admin UI
2021-06-24 10:43:49 -03:00
Yoshiyuki Tabata
52ced98f92
KEYCLOAK-18503 Regex Policy for authorization service
2021-06-24 08:49:41 -03:00
Vlastimil Elias
b7a4fd8745
KEYCLOAK-18423 - Support a user-friendly name property for user profile
...
attributes
2021-06-24 08:17:06 -03:00
Erik Jan de Wit
d6e9dcff8c
fixed description coll with and make text truncate
2021-06-24 09:35:13 +02:00
Michal Hajas
ccf9456bdf
KEYCLOAK-18534 Fix js tests timeout failure
2021-06-23 14:12:02 -03:00
mfrances17
80fc50e642
Merge pull request #722 from edewit/issue-650
...
fixing issue
2021-06-23 11:00:00 -04:00
mfrances17
328f508237
Merge pull request #723 from edewit/warning
...
fixed default value warning
2021-06-23 10:16:08 -04:00
Erik Jan de Wit
0dc7a3ca5f
fixed default value warning
2021-06-23 13:36:10 +02:00
Erik Jan de Wit
32492152aa
fixed issue
...
fixing: #706
2021-06-23 13:16:10 +02:00
Erik Jan de Wit
4b9a4ea504
fixing issue
...
fixing: #650
2021-06-23 12:59:45 +02:00
Michal Hajas
8436c1866b
KEYCLOAK-16455 Update JS adapter init method reference with messageReceiveTimeout
2021-06-23 09:00:34 +02:00
Luca Leonardo Scorcia
cdf9621257
KEYCLOAK-18450 Add basic tests for the Identity Provider Redirector Default IdP feature
2021-06-23 08:42:14 +02:00
Andy Fedotov
17b374f53a
[KEYCLOAK-16455][Adapter - JavaScript] Propagate 3rd party cookies check
...
errors outside of JS adapter
2021-06-23 08:36:26 +02:00
Johannes Knutsen
ba8d27121c
KEYCLOAK-12500 Avoid NPE when parsing JWKS and keys without the use parameter
2021-06-23 08:21:47 +02:00
Clement Cureau
b102c892fa
[KEYCLOAK-14046] Allow finegrain group admins to create users in console
...
- enable "Create" button and "Save" button in Admin Console Users views (list
and details)
The flag used to enable those button is computed as follow, since there's no computed flag
from backend on "admin user has fine grain admin permission on at least 1 group" :
== (existing condition) || (feature "finegrain admin" is enabled && access.queryUsers)
If the admin user hasn't the correct permission on the right groups for the new user he's
trying to create, backend will forbid the creation by returning a 403
This change is following PR #7035 , which added the Groups field in the User creation form
2021-06-22 18:26:31 -03:00
mfrances17
125fd1fe3d
Merge pull request #696 from jenny-s51/testEmailConnection
...
Test email connection
2021-06-22 16:17:31 -04:00
jenny-s51
094f551a15
add modal button and input functions
2021-06-22 15:42:38 -04:00
jenny-s51
9f024402cf
mark suggested change
2021-06-22 14:49:41 -04:00
jenny-s51
1dbaf3de55
fix test
2021-06-22 13:16:35 -04:00
jenny-s51
0a7387be6c
afix username/password fields
2021-06-22 11:19:13 -04:00
jenny-s51
e565b3a3f8
lint
2021-06-22 10:18:38 -04:00
jenny-s51
e6136b0d7e
disable test connection button if form fields not entered
2021-06-22 10:17:45 -04:00
mfrances17
d90b1842ce
Merge pull request #708 from edewit/service-roles
...
fixing issue
2021-06-22 09:17:11 -04:00
jenny-s51
24df1b3f27
fix test
2021-06-22 08:48:12 -04:00
dependabot[bot]
06f97fef1f
Bump @testing-library/react from 10.4.6 to 11.2.7 ( #716 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 10.4.6 to 11.2.7.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.6...v11.2.7 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-22 08:14:20 -04:00
dependabot[bot]
2b3b0405a6
Bump @babel/preset-typescript from 7.13.0 to 7.14.5 ( #714 )
...
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.13.0 to 7.14.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.14.5/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-22 08:14:08 -04:00
Vlastimil Elias
458c841c39
[KEYCLOAK-18447] Dynamically select attributes based on requested scopes
2021-06-22 08:54:03 -03:00
Vlastimil Elias
82491ae5d2
KEYCLOAK-17446 - Prefill username in "Forgot Your Password" form if
...
called from Login form
2021-06-22 08:48:43 -03:00
Vlastimil Elias
b87d764137
[KEYCLOAK-17443] Username and email form fields kept in registration
...
form when duplicate
2021-06-22 08:46:42 -03:00
Erik Jan de Wit
fb8419f3e1
added help item on enable switch
2021-06-22 10:32:04 +02:00
rmartinc
b8452374d2
[KEYCLOAK-18473] Add max length to password policy
2021-06-22 10:15:48 +02:00
Hynek Mlnarik
bfb134a6ce
KEYCLOAK-18091 Fail session loading when interrupted
2021-06-22 08:50:08 +02:00
Erik Jan de Wit
4e45bc2a35
add unassign kebab on row
2021-06-22 07:52:13 +02:00
Erik Jan de Wit
e3b51d3645
change title of tab
2021-06-22 07:51:54 +02:00
jenny-s51
50e6734c9c
increase wait
2021-06-21 14:47:34 -04:00
jenny-s51
339dddc65f
make wait longer
2021-06-21 14:47:34 -04:00
jenny-s51
cc336ca16b
save and test connection
2021-06-21 14:47:34 -04:00
jenny-s51
fd1466c0d6
test email working, modal wip
...
email connection done
remove comment
fix cypress test
revert test file
fdisable email prompting when user email entered
prettier
update cypress tests
fix lint
try fix cypress test
try longer wait
2021-06-21 14:47:34 -04:00
dependabot[bot]
40c598e9c0
Bump cypress from 7.4.0 to 7.5.0 ( #715 )
2021-06-21 18:23:22 +00:00
Erik Jan de Wit
a964abed8d
fixing issue ( #709 )
...
* fixing issue
fixing: #680
* added kebab on row
* added more clear group seperation
2021-06-21 13:55:51 -04:00
dependabot[bot]
c3809a32e6
Bump @testing-library/jest-dom from 5.12.0 to 5.14.1 ( #717 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.12.0 to 5.14.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.12.0...v5.14.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-21 15:10:13 +02:00
dependabot[bot]
5ce68d34bf
Bump postcss-cli from 7.1.1 to 8.3.1 ( #718 )
...
Bumps [postcss-cli](https://github.com/postcss/postcss-cli ) from 7.1.1 to 8.3.1.
- [Release notes](https://github.com/postcss/postcss-cli/releases )
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-cli/compare/7.1.1...8.3.1 )
---
updated-dependencies:
- dependency-name: postcss-cli
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-21 15:09:38 +02:00
Luca Leonardo Scorcia
f5123cb51b
KEYCLOAK-17935 SAML Client - Validate InResponseTo attribute
2021-06-21 12:25:18 +02:00
Stan Silvert
f31a276d4a
Comment out Realm role CRUD test ( #712 )
...
* Bogus change
* Bogus change
* Comment out Realm role CRUD test
2021-06-20 14:29:48 -04:00
Jenny
5e6c6b0775
Default roles: UI Changes from KEYCLOAK-14846 ( #693 )
...
* defaultRoles wip
default role changes done
clean up log stmts
update snapshot
fix masthead test
* fix cypress test
* fix tabs
2021-06-18 16:04:20 -04:00
keycloak-bot
f038f5a0d3
Set version to 15.0.0
2021-06-18 10:42:49 +02:00
keycloak-bot
13f7831a77
Set version to 15.0.0-SNAPSHOT
2021-06-18 10:42:27 +02:00