mposolda
5c731b4d14
KEYCLOAK-3149 DB update triggered before DBLock is retrieved
2016-06-21 17:14:25 +02:00
Marek Posolda
190a1beefa
Merge pull request #2951 from mposolda/KEYCLOAK-2474
...
KEYCLOAK-2474 Possibility to add custom SPI and extend the data model
2016-06-21 15:31:12 +02:00
mposolda
c4513fdad9
KEYCLOAK-2474 Polishing. Support for separate changelock table per changelog. Support for authenticated endpoint in domain-extension example
2016-06-21 12:06:22 +02:00
Pedro Igor
5f91f4e466
[KEYCLOAK-3062] - Async configuration to KeycloakServer
2016-06-20 11:55:17 -03:00
Stian Thorgersen
3c0f7e2ee2
Merge pull request #2617 from pedroigor/KEYCLOAK-2753
...
[KEYCLOAK-2753] - Fine-grained Authorization Services
2016-06-17 13:40:15 +02:00
Pedro Igor
086c29112a
[KEYCLOAK-2753] - Fine-grained Authorization Services
2016-06-17 02:07:34 -03:00
Stian Thorgersen
e538394e60
KEYCLOAK-3091 Change brute force to use userId
2016-06-13 15:30:13 +02:00
Bill Burke
4c9a0b45d4
Merge pull request #2229 from thomasdarimont/issue/KEYCLOAK-2489-script-based-authenticator-definitions
...
KEYCLOAK-2489 - Add support for Script-based AuthenticationExecution definitions.
2016-06-05 11:12:05 -04:00
Stian Thorgersen
2343e517c9
Merge pull request #2891 from pedroigor/KEYCLOAK-2894
...
[KEYCLOAK-2894] - Fixing saml signature validation
2016-05-26 16:57:13 +02:00
Pedro Igor
60f954a497
[KEYCLOAK-2894] - Fixing saml signature validation
2016-05-26 10:48:30 -03:00
Stan Silvert
1042a22cf7
KEYCLOAK-2912 Migrate events package to new testsuite
2016-05-25 15:22:17 -04:00
Stian Thorgersen
d51a2cde2f
Merge pull request #2859 from ssilvert/migrate-i18n
...
KEYCLOAK-2913 Migrate i18n package to new testsuite
2016-05-25 07:22:54 +02:00
Stian Thorgersen
477c0872b0
KEYCLOAK-3020
...
Increase default password hashing intervals to 20K
2016-05-23 11:20:31 +02:00
Stan Silvert
049b0dda23
KEYCLOAK-2913 Migrate i18n package to new testsuite
2016-05-20 08:04:07 -04:00
Stian Thorgersen
af7fd0ef61
Merge pull request #2855 from raehalme/KEYCLOAK-3016-master
...
KEYCLOAK-3016: BasicAuthRequestAuthenticator consumes HttpEntity on errors
2016-05-20 09:14:37 +02:00
Stian Thorgersen
7f3ccad4cc
Merge pull request #2852 from abstractj/OAuthRedirectUriTest
...
OAuthRedirectUriTest migration
2016-05-20 09:13:01 +02:00
Stian Thorgersen
264c816f08
Merge pull request #2846 from ssilvert/migrate-composites
...
KEYCLOAK-2911 Migrate composites package to new testsuite.
2016-05-20 09:12:30 +02:00
Stian Thorgersen
fcfe8582de
Merge pull request #2838 from abstractj/KEYCLOAK-2908
...
KEYCLOAK-2908 - Migration of oidc package
2016-05-20 08:56:43 +02:00
Thomas Raehalme
babe94c50d
KEYCLOAK-3016: BasicAuthRequestAuthenticator now consumes HttpEntity also on errors.
2016-05-19 08:47:51 +03:00
Bruno Oliveira
e7c98bd31b
OAuthRedirectUriTest migration
2016-05-18 18:24:10 -03:00
Stan Silvert
771b4c5b6e
KEYCLOAK-2911 Migrate composites package to new testsuite.
2016-05-17 10:23:47 -04:00
Bruno Oliveira
c434dc8dcc
KEYCLOAK-2908 - Migration of oidc package
2016-05-14 00:50:23 -03:00
Stan Silvert
a46982f8ec
KEYCLOAK-2909 Migrate account package to new testsuite
2016-05-12 15:52:45 -04:00
Bruno Oliveira
4664bb01d8
Migration of AuthorizationCodeTest
2016-05-11 06:21:12 -03:00
Bruno Oliveira
bb6a7e357f
OAuthGrantTest migration
2016-05-09 11:03:47 -03:00
Stian Thorgersen
dbd906b330
Merge pull request #2798 from abstractj/OAuthDance
...
Migration of OAuthDanceClientSessionExtensionTest
2016-05-06 07:06:22 +02:00
Stian Thorgersen
b7e70ea7e3
Merge pull request #2796 from abstractj/RefreshTokenTest
...
Refresh token test
2016-05-06 07:05:36 +02:00
Stian Thorgersen
1d87d1cce1
Merge pull request #2792 from ssilvert/migrate-forms
...
KEYCLOAK-2906 Migrate forms package to new testsuite
2016-05-06 07:00:10 +02:00
Bruno Oliveira
2a60f65229
Migration of OAuthDanceClientSessionExtensionTest
2016-05-05 15:29:51 -03:00
Bruno Oliveira
a5687e4660
Migration of RefreshTokenTest
2016-05-05 15:20:52 -03:00
Marek Posolda
49dc5363bb
Merge pull request #2783 from mposolda/master
...
Easier MariaDB support in tests
2016-05-05 10:04:38 +02:00
Bruno Oliveira
9a3bea7062
RHSSO-121: Offline Tokens
2016-05-04 22:48:59 -03:00
Stan Silvert
c392f6659e
KEYCLOAK-2906 Migrate forms package to new testsuite
2016-05-04 18:46:38 -04:00
mposolda
6a75aec6d8
Easier MariaDB support in tests
2016-05-04 23:08:30 +02:00
Stian Thorgersen
19c29387fa
Moved ClientRedirectTest to new testsuite
2016-04-28 13:42:18 +02:00
Stan Silvert
29d6832882
KEYCLOAK-2905 Migrate actions package from old testsuite
2016-04-27 14:09:46 -04:00
Thomas Darimont
c8d47926b8
KEYCLOAK-2489 - Add support for Script-based AuthenticationExecution definitions.
...
This is a POC for script based authenticator support.
Introduced a ScriptBasedAuthenticator that is bootstraped via a
ScriptBasedAuthenticatorFactory can be execute a configured script
against a provided execution context.
Added an alias property to the AuthFlowExecutionRepresentation in order
to be able to differentiate multiple instances of an Authenticator
within the same AuthFlow.
For convenience editing the AngularJS bindings for the ACE editor were
added for fancy script editing - this needs to be cut down a bit wrt to
themes and supported scripts - e.g. we probably don't expect users to write
authenticator scripts in Cobol...
Removed currently not needed ACE sytax highlighting and themes.
Scripting is now available to all keycloak components that have access to the KeycloakSession.
Introduced new Scripting SPI for configurable scripting providers.
2016-04-27 14:37:13 +02:00
Bruno Oliveira
bbe7ff1dce
RHSSO-106: Migration of ResourceOwnerPasswordCredentialsGrantTest
2016-04-25 10:15:27 -03:00
Stian Thorgersen
7dd2b3d7be
Merge pull request #2730 from abstractj/RHSSO-130
...
RHSSO-130: AccessTokenTest migration
2016-04-25 13:43:03 +02:00
Stian Thorgersen
320a9da585
Merge pull request #2711 from ssilvert/migrate-LoginTest
...
Migrate LoginTest
2016-04-25 13:40:51 +02:00
Bruno Oliveira
1cc4ca2e71
RHSSO-130: AccessTokenTest migration
2016-04-22 16:30:57 -03:00
Bruno Oliveira
30f34173c5
RHSSO-108: Migration of ClientAuthSignedJWTTest
2016-04-22 08:29:28 -03:00
Stan Silvert
9335ab6b22
Migrate LoginTest
2016-04-21 09:37:54 -04:00
Bruno Oliveira
2f3b5e9b88
RHSSO-108: Client signed token authentication
2016-04-20 20:47:50 -03:00
Stian Thorgersen
b6ed681402
Merge pull request #2677 from stianst/KEYCLOAK-2850
...
KEYCLOAK-2850 Migrated ImpersonationTest and added builders
2016-04-20 14:48:05 +02:00
Stian Thorgersen
b8b40e75ef
KEYCLOAK-2850 Migrated ImpersonationTest and added builders
2016-04-20 13:52:08 +02:00
mposolda
afc8179cf8
KEYCLOAK-2846 export/import of clientTemplate scopes
2016-04-20 13:30:01 +02:00
Stian Thorgersen
e490a6e3bd
Merge pull request #2673 from stianst/master
...
KEYCLOAK-2850 Migrated ConcurrencyTest
2016-04-20 12:49:48 +02:00
Stian Thorgersen
eab548d7f0
Merge pull request #2671 from stianst/KEYCLOAK-2491
...
KEYCLOAK-2491 Fix permissions in admin console to match permissions i…
2016-04-20 12:49:28 +02:00
Stian Thorgersen
37256b6b8f
KEYCLOAK-2850 Migrated ConcurrencyTest
2016-04-20 10:07:16 +02:00