Hynek Mlnarik
41a5598103
KEYCLOAK-3655 Tests for adding duplicate auth flow
2016-12-06 08:52:38 +01:00
Bill Burke
fc92639d3f
KEYCLOAK-3620
2016-12-05 17:52:00 -05:00
Bill Burke
6587cd2478
KEYCLOAK-3620
2016-12-05 17:51:06 -05:00
Stan Silvert
e55c2ae554
Merge pull request #3610 from ssilvert/disable-confidential-tab
...
KEYCLOAK-4039: Unexpected behavior when switching client access type.
2016-12-05 15:30:39 -05:00
Bill Burke
693d6c0e5d
Merge pull request #3608 from hmlnarik/KEYCLOAK-4035
...
KEYCLOAK-4035 Composite roles need to be expanded in SAML attribute mapper
2016-12-05 14:44:21 -05:00
Bill Burke
952c1decf0
Merge pull request #3607 from patriot1burke/master
...
KEYCLOAK-4033
2016-12-05 14:44:07 -05:00
Stan Silvert
f3dbacabf8
KEYCLOAK-4039: Unexpected behavior when switching client access type.
2016-12-05 14:16:24 -05:00
Hynek Mlnarik
819105c3aa
KEYCLOAK-4026 - Workaround for liquibase error in MySQL/MariaDB
2016-12-05 16:48:52 +01:00
Bill Burke
06affc0700
Merge pull request #3595 from dehort/KEYCLOAK-4020
...
Modified the saml parser to handle boolean attribute value types
2016-12-05 10:19:30 -05:00
Bill Burke
f03d79c7d3
Merge pull request #3603 from thomasdarimont/issue/KEYCLOAK-3969-Allow-authentication-via-ScriptAuthenticator-without-user
...
KEYCLOAK-3969 Allow use of ScriptAuthenticator without user
2016-12-05 10:19:02 -05:00
Bill Burke
b52936bc5b
Merge pull request #3604 from hmlnarik/KEYCLOAK-3950-NPE-when-request-includes-NameIDPolicy-but-format-is-missing
...
KEYCLOAK-3950 Fix NPE on request for NameIDPolicy without format
2016-12-05 10:17:04 -05:00
Hynek Mlnarik
3c4114091f
KEYCLOAK-4035 Composite roles need to be expanded in SAML attribute mapper
2016-12-05 16:16:08 +01:00
Bill Burke
d354aa1f62
KEYCLOAK-4033
2016-12-05 10:15:55 -05:00
Slawomir Dabek
45fd114143
KEYCLOAK-4028 Fix ModelDuplicateException when logging in with updated email address
2016-12-05 15:44:22 +01:00
Marek Posolda
32da5fea0a
Merge pull request #3572 from glavoie/KEYCLOAK-4002
...
KEYCLOAK-4002: realmRevisions cache too small with high number of realms
2016-12-05 15:26:10 +01:00
Gabriel Lavoie
32c23c2410
KEYCLOAK-4002: realmRevisions cache too small with high number of realms.
...
- Increased the hardcoded default value to help running master with high number of realms.
- Added a value computation based on the realms cache max size (to match the userRevisions cache configuration pattern).
- Computed revisions cache size is now 2 times the configured maximum cache size.
- Added a maximum realms cache size configuration to the different standalone.xml templates.
- Added a missing users cache size configuration to standalone.xsl.
2016-12-05 08:07:24 -05:00
Marek Posolda
802085f158
Merge pull request #3606 from vramik/KEYCLOAK-4027
...
KEYCLOAK-4027 Make AbstractTests really abstract in testsuite
2016-12-05 12:45:47 +01:00
Vlasta Ramik
773c88cc04
KEYCLOAK-4027 Make AbstractTests really abstract in testsuite
2016-12-05 12:03:05 +01:00
Hynek Mlnarik
197f51e50f
KEYCLOAK-3950 Fix NPE on request for NameIDPolicy without format
...
... and two more one-line issues
2016-12-05 07:24:38 +01:00
Thomas Darimont
8610a02d72
KEYCLOAK-3969 Allow use of ScriptAuthenticator without user
...
Previously ScriptAuthenticator required a user to be authenticated
before it could be used as an additional authentication step which
limited the scenarios the authenticator could be used.
We now allow ScriptAuthenticators to be used without requiring an
user to be authenticated before.
Adapted the authenticator-template.js with a null safe username check.
Note that existing custom ScriptAuthenticators might need some additional
null checks since the user can now be undefined.
2016-12-04 23:15:53 +01:00
Bill Burke
d7df86d6d0
Merge pull request #3526 from mhajas/KEYCLOAK-3017
...
KEYCLOAK-3017 Location header not present in responses from admin endpoints test
2016-12-03 13:47:15 -05:00
Bill Burke
e3d0f8f6e5
Merge pull request #3548 from sebastienblanc/KEYCLOAK-3725
...
KEYCLOAK-3725: return Unauthorized when accessing bearer only in inte…
2016-12-03 13:46:52 -05:00
Bill Burke
e8f2527fcd
Merge pull request #3555 from vramik/KEYCLOAK-3977
...
KEYCLOAK-3977 fix logicalFilePath for jpa-changelog-1.0.0.Final-db2.xml
2016-12-03 13:44:54 -05:00
Bill Burke
305dcb2b1e
Merge pull request #3552 from hmlnarik/KEYCLOAK-3439-database-encoding
...
KEYCLOAK-3439, KEYCLOAK-3893, KEYCLOAK-3894 - Support for Unicode
2016-12-03 13:44:10 -05:00
Bill Burke
0ab352706b
Merge pull request #3554 from hassaneinaltememyictu/2.3.0-ictu-change-role-attributeToRoleMapper
...
grant the new role from the saml token if it exist
2016-12-03 13:43:40 -05:00
Bill Burke
eac0bb4b37
Merge pull request #3574 from tkyjovsk/remote-adapter-tests
...
Added remote jboss adapter tests.
2016-12-03 13:38:07 -05:00
Bill Burke
3bc721720f
Merge pull request #3580 from abstractj/KEYCLOAK-3970
...
[KEYCLOAK-3970] - SSSD testsuite is broken
2016-12-03 13:37:48 -05:00
Bill Burke
54758b800b
Merge pull request #3585 from abstractj/KEYCLOAK-4011
...
[KEYCLOAK-4011] - Integrity constraint error when try to delete SSSD Federation Provider
2016-12-03 13:37:36 -05:00
Bill Burke
6cd6edce64
Merge pull request #3588 from abstractj/KEYCLOAK-3847
...
[KEYCLOAK-2568]
2016-12-03 13:37:06 -05:00
Bill Burke
69a1d4d192
Merge pull request #3587 from tkyjovsk/KEYCLOAK-4017
...
KEYCLOAK-4017 Adapter tests are broken because of removed AbstractKerberosStandaloneAdapterTest class
2016-12-03 13:35:51 -05:00
Bill Burke
5d4864b82d
Merge pull request #3590 from tkyjovsk/performance-tests
...
fixed version of integration-arquillian-tests-adapters-remote module
2016-12-03 13:35:28 -05:00
Bill Burke
3840aed5f7
Merge pull request #3594 from hmlnarik/KEYCLOAK-3971-SAML-Authentication-signature-verification-exception-when-user-name-contains-european-special-characters
...
KEYCLOAK-3971 Tests for Unicode (ext Latin) usernames in SAML
2016-12-03 13:35:11 -05:00
Bill Burke
6a629aec0c
Merge pull request #3601 from patriot1burke/master
...
component query and remove provider alis fix
2016-12-03 13:33:41 -05:00
Bill Burke
8b4bb72fb3
enhance user storage jpa example
2016-12-03 13:33:16 -05:00
Bill Burke
88d08c4f38
component query and remove provider alis fix
2016-12-03 11:34:48 -05:00
Bill Burke
e3f5df3894
Merge pull request #3600 from patriot1burke/master
...
KEYCLOAK-3986
2016-12-03 10:14:59 -05:00
Bill Burke
cfbd7d469f
Merge remote-tracking branch 'upstream/master'
2016-12-03 09:33:58 -05:00
Bill Burke
8fd7091068
KEYCLOAK-3986
2016-12-03 09:33:52 -05:00
Stan Silvert
9c97245c46
Merge pull request #3598 from ssilvert/client-service-account-roles-tab
...
KEYCLOAK-4022: Server error when click Service Account Roles
2016-12-03 07:00:54 -05:00
Bill Burke
257aba4331
Merge pull request #3599 from patriot1burke/master
...
User Storage SPI Javadocs and examples
2016-12-02 21:20:45 -05:00
Bill Burke
672e1b3575
oops
2016-12-02 20:14:01 -05:00
Bill Burke
ce50b0ed29
Merge remote-tracking branch 'upstream/master'
2016-12-02 19:26:34 -05:00
Bill Burke
e88af874ca
finish
2016-12-02 19:25:17 -05:00
Stan Silvert
aed54439c2
KEYCLOAK-4022: Remove unneeded line of code.
2016-12-02 18:31:44 -05:00
Stan Silvert
c8c6e36fd9
KEYCLOAK-4022: Server error when click Service Account Roles
2016-12-02 18:17:15 -05:00
Marek Posolda
e6ace84101
Merge pull request #3596 from mposolda/master
...
KEYCLOAK-4021 Travis didn't run all tests
2016-12-02 22:59:58 +01:00
mposolda
815b5e5f34
KEYCLOAK-4021 Travis didn't run all tests
2016-12-02 21:56:40 +01:00
Derek Horton
c149358028
Modified the saml parser to handle boolean attribute value types
...
[KEYCLOAK-4020]
2016-12-02 14:50:36 -06:00
Marek Posolda
b1265f6d70
Merge pull request #3593 from mposolda/master
...
KEYCLOAK-3340 Service Account user not renamed when renaming client-id
2016-12-02 21:34:28 +01:00
Hynek Mlnarik
a09e78873e
KEYCLOAK-3971 Tests for Unicode (ext Latin) usernames in SAML
2016-12-02 21:19:32 +01:00