Rohit Agarwal
327e60c5e0
Update instruction - flip *email verified* to *on*
...
Update instruction - flip *email verified* to *on* when creating a user with just username so as to enable login later.
2019-08-29 12:32:34 -03:00
Niko Köbler
b1f4eb1462
KEYCLOAK-10734 Let the check-sso feature do the check in hidden iframe
2019-08-29 11:52:25 -03:00
pkokush
c2b7b8f0e3
Update cache.adoc
...
fix type
2019-08-29 11:36:49 -03:00
mposolda
3e4fbb5ece
KEYCLOAK-11122 Configure surefire to run test classes in alphabetical order
2019-08-29 06:31:42 -03:00
Stan Silvert
01255da0f0
KEYCLOAK-11167: Create Continue/Cancel modal
2019-08-21 17:27:40 -03:00
Sebastian Laskawiec
0b3215accb
KEYCLOAK-9779 Domain mode not supported on Azure
2019-08-21 08:42:53 -03:00
Sebastian Laskawiec
3afbdd3ea3
KEYCLOAK-10934 PlainTextVaultProvider
2019-08-20 21:46:47 +02:00
Niko Köbler
49e9cd759b
KEYCLOAK-10734 Let the check-sso feature do the check in hidden iframe
2019-08-20 15:41:09 -03:00
vmuzikar
b3004482fb
KEYCLOAK-10235 Fix ClientClientScopes Admin Console test
2019-08-20 14:10:21 -03:00
mposolda
dccbcb061e
KEYCLOAK-6768 Fix release note and add the name of the contributor
2019-08-20 15:43:04 +02:00
Pedro Igor
e12c245355
[KEYCLOAK-10779] - CSRF check to My Resources
...
(cherry picked from commit dbaba6f1b8c043da4a37c906dc0d1700956a0869)
2019-08-20 06:35:00 -03:00
Hynek Mlnarik
97811fdd51
KEYCLOAK-10786 Check signature presence in SAML broker
...
(cherry picked from commit ba9f73aaff22eb34c7dec16f4b76d36d855d569b)
2019-08-20 06:35:00 -03:00
Leon Graser
0ce10a3249
[KEYCLOAK-10653] Manage Consent via the Account API
2019-08-20 06:24:44 -03:00
Pedro Igor
3f2a38936c
[KEYCLOAK-11154] - Unstable Photoz Adapter Tests
2019-08-19 16:04:24 -03:00
mhajas
78ee5adfe8
KEYCLOAK-10034 Replace pause with waitForPageToLoad
2019-08-19 10:18:15 +02:00
Bruno Oliveira da Silva
8d7cf14c9d
Minor fix for KEYCLOAK-6768
2019-08-16 21:36:25 +02:00
Tomas Kyjovsky
fe18e93ba4
KEYCLOAK-10904 ExportImportTest unstable
...
- adding an exception for realm-management clients into the client confidentiality check
- fixing some performance test datasets to only enable authz for confidential clients
2019-08-16 16:08:08 -03:00
Nemanja Hiršl
411ea331f6
KEYCLOAK-10785 X.509 Authenticator - Update user identity source mappers
...
Update user identity sources and the way how X.509 certificates are mapped to the user to:
1. Include "Serial number + Issuer DN" as described in RFC 5280
2. Include "Certificate's SHA256-Thumbprint"
3. Exclude "Issuer DN"
4. Exclude "Issuer Email"
Add an option to represent serial number in hexadecimal format.
Documentation PR created: https://github.com/keycloak/keycloak-documentation/pull/714
KEYCLOAK-10785 - Documentation for new user identity source mappers
2019-08-16 11:35:50 -03:00
Nemanja Hiršl
6207257ca2
KEYCLOAK-10785 - Documentation for new user identity source mappers
2019-08-16 11:33:21 -03:00
meijerwynand
90b1261780
Fix a typo at the documentation
...
witch -> switch
2019-08-16 09:40:36 -03:00
mposolda
1d905494c0
KEYCLOAK-6768 Added note about encrypted ID token support
2019-08-16 09:38:04 -03:00
Martin Kanis
75d2ec8ff6
KEYCLOAK-11012 Unable to install EAP6 adapter
2019-08-16 12:44:50 +02:00
Valeran86
b0d0d3e579
[KEYCLOAK-10849] - KeycloakRole equals only with itself
...
I use Keycloak Spring Adapter (KSA) to secure existing application. Today I realized that some functions didn't work anymore because of security checking like this:
```
GrantedAuthority adminRole = new MySpecialGrantedAuthority( "superadmin" );
for ( GrantedAuthority role : userRoles ) {
if ( role.equals( adminRole ) ) {
return true;
}
}
```
In this example, when I use KSA authorization fails.
I believe, that more preferable in `KeycloakRole` use this implementation of `equals` method.
2019-08-16 05:20:03 -03:00
Bruno Oliveira da Silva
dd19c687fa
[KEYCLOAK-11079] CrossDC server tests broken on Travis
...
- Only run crossdc-server tests if the event type is a cron job
- Fix for string comparison on Travis script
This change is not the definitive solution, but allows us to
stabilize
the tests on master branch
2019-08-15 15:06:05 -03:00
Bruno Oliveira da Silva
1454d73c35
Revert "[KEYCLOAK-11079] CrossDC server tests broken on Travis"
...
This reverts commit c158105e2e
.
2019-08-15 15:06:05 -03:00
Takashi Norimatsu
f8d6c3374c
KEYCLOAK-6768 Signed and Encrypted ID Token Support
2019-08-15 15:58:09 +02:00
Takashi Norimatsu
8225157a1c
KEYCLOAK-6768 Signed and Encrypted ID Token Support
2019-08-15 15:57:35 +02:00
Bruno Oliveira da Silva
c158105e2e
[KEYCLOAK-11079] CrossDC server tests broken on Travis
...
- Only run crossdc-server tests if the event type is a cron job
This change is not the definitive solution, but allows us to stabilize
the tests on master branch
2019-08-15 10:51:00 -03:00
mposolda
67df6d03af
KEYCLOAK-10449 KEYCLOAK-10550 Fix manual DB migration test with MSSQL
2019-08-15 14:19:27 +02:00
Martin Bartos RH
925864530a
KEYCLOAK-10457 Merge preview features test: SocialLoginTest
2019-08-14 22:09:59 +02:00
slominskir
7f40c21851
KEYCLOAK-5665 - elytron propagate security domain to ejb
2019-08-14 11:38:58 +02:00
Bruno Oliveira da Silva
5d44c7938a
Travis improvements
...
- Cache dependencies
- Use JBoss repositories to download Maven dependencies
2019-08-13 11:49:25 -03:00
Hynek Mlnarik
d2da206d6b
KEYCLOAK-10933 Interfaces for vault SPI
2019-08-13 08:50:29 +02:00
Peter Skopek
71eed3af06
KEYCLOAK-10792 MigrationTest fails in pipeline: fix log file checker to start from the right position after server restart
2019-08-12 15:41:56 +02:00
Tobias Friedrich
9fb9197b53
[KEYCLOAK-11023] Set version to 8.0.0-SNAPSHOT
2019-08-09 11:28:11 -03:00
Grzegorz Grzybek
f8ee7cc0f6
[KEYCLOAK-10918] For Fuse itests, update org.apache.karaf.management PID before restarting hawtio
2019-08-08 10:52:55 +02:00
Stan Silvert
e2cac64c2c
KEYCLOAK-10966: Integrate App-initiated actions in new acct console
2019-08-07 14:42:12 -03:00
Hynek Mlnarik
e6fc9663f5
KEYCLOAK-11004 Run authz tests conditionally
2019-08-07 10:14:39 -03:00
Martin Bartos RH
9d67e92117
[KEYCLOAK-10465] Merge preview features test: OpenShiftTokenReviewEndpoint
2019-08-06 12:57:33 +02:00
Hynek Mlnarik
9bca5c9968
KEYCLOAK-10964 Remove realm reimport in SAMLServletAdapterTest
2019-08-05 09:35:04 +02:00
Kohei Tamura
c0f73c0df4
KEYCLOAK-10817 Set referrer on error
2019-08-02 10:02:23 -03:00
Martin Bartos RH
da85cff53b
[KEYCLOAK-10458] Merge preview features test: RulesPolicyManagement
2019-08-01 14:34:51 +02:00
keycloak-bot
02fb7958ea
KEYCLOAK-8571 -- Updating Forgot Password (removing unrelated change to attributes file)
2019-08-01 11:17:40 +02:00
Bruno Oliveira da Silva
446a7d61a4
Release notes for 7.0.0
2019-07-31 10:22:55 -03:00
Sebastian Laskawiec
041208bd25
KEYCLOAK-10033 Prevent connections going stale
...
See https://stackoverflow.com/questions/10558791/apache-httpclient-interim-error-nohttpresponseexception
2019-07-30 18:13:10 +02:00
Martin Bartos RH
b18d88a37b
[KEYCLOAK-10066] Merge Preview Features Test: OpenshiftClientStorage
2019-07-30 14:20:54 +02:00
vramik
215331e947
KEYCLOAK-10914 Cannot install artifact due to unresolved constraint in bundle in fuse test-apps
2019-07-30 13:13:19 +02:00
Vlastimil Elias
4571f65d1e
KEYCLOAK-10209 - AuthenticationSessionModel made available through
...
KeycloakContext in KeycloakSession
2019-07-30 12:36:57 +02:00
Pedro Igor
8b203d48ce
[KEYCLOAK-10949] - Proper error messages when failing to authenticate the request
2019-07-29 17:01:42 -03:00
Pedro Igor
967d21dbb5
[KEYCLOAK-10713] - Pagination to resources rest api
2019-07-29 16:19:22 -03:00