Bill Burke
|
bdc31d9459
|
Merge remote-tracking branch 'upstream/master'
|
2014-08-01 13:18:46 -04:00 |
|
Bill Burke
|
f08c42a37e
|
token validation
|
2014-08-01 13:18:32 -04:00 |
|
Stian Thorgersen
|
6cbeeb1b1a
|
KEYCLOAK-591 Require SSL for all external requests by default
|
2014-08-01 13:52:04 +01:00 |
|
Bill Burke
|
64589bc807
|
maxResults
|
2014-07-31 17:41:38 -04:00 |
|
Bill Burke
|
9f6c206078
|
ldap edit mode
|
2014-07-31 17:28:48 -04:00 |
|
Bill Burke
|
a084695978
|
support registration ldap
|
2014-07-31 15:22:20 -04:00 |
|
Bill Burke
|
94c06f3f5d
|
fed ui
|
2014-07-31 13:13:48 -04:00 |
|
Bill Burke
|
b72a7db6fe
|
federation display name
|
2014-07-31 10:51:04 -04:00 |
|
Bill Burke
|
d0dc75c06f
|
federation ui
|
2014-07-30 22:52:39 -04:00 |
|
Bill Burke
|
8ea0d19d2f
|
federation refactor
|
2014-07-30 16:01:54 -04:00 |
|
Stian Thorgersen
|
50bc53d673
|
KEYCLOAK-562 Cache theme instances
|
2014-07-30 16:06:08 +01:00 |
|
Stian Thorgersen
|
fcc4781e3a
|
Updated admin endpoints and console to use oauth client name/clientId to retrieve a oauth client
|
2014-07-30 14:10:25 +01:00 |
|
Stian Thorgersen
|
614c718304
|
KEYCLOAK-581 Add login_hint query param to login
|
2014-07-30 13:43:46 +01:00 |
|
Rodrigo Sasaki
|
e338f1af15
|
Admin REST client
|
2014-07-30 13:24:44 +01:00 |
|
Stian Thorgersen
|
2b012ff238
|
Fix test
|
2014-07-30 09:47:16 +01:00 |
|
Stian Thorgersen
|
02a59812e6
|
Added ClientSessionModel to UserSessionProvider
|
2014-07-29 16:10:41 +01:00 |
|
Bill Burke
|
3bb0842eae
|
federation iteration 2
|
2014-07-25 21:05:45 -04:00 |
|
Bill Burke
|
b1cd37814a
|
rename
|
2014-07-25 10:40:46 -04:00 |
|
Bill Burke
|
1b14444eba
|
rename FederationProvider to UserFederationProvider
|
2014-07-24 11:11:21 -04:00 |
|
Stian Thorgersen
|
b5835fc232
|
Added test to make sure password is verified with totp login
|
2014-07-24 14:15:02 +01:00 |
|
Stian Thorgersen
|
511cc483cb
|
Moved audit/tests and model/tests to testsuite
|
2014-07-24 13:49:15 +01:00 |
|
Bill Burke
|
43d08f2d05
|
federation iteration 1 complete
|
2014-07-23 17:05:49 -04:00 |
|
Stian Thorgersen
|
d6f5bf6cde
|
Moved rememberMe, usernameUsed fields from AccessCode to UserSessions. Change AccessCode to have a single action instead of a list of required actions, also used action for codes that needs user to grant permissions first. Finally removed expiration time on access code and use timestamp directly
|
2014-07-23 15:58:09 +01:00 |
|
mposolda
|
baf99a2280
|
README update
|
2014-07-23 14:01:24 +02:00 |
|
Stian Thorgersen
|
0580c2223b
|
KEYCLOAK-567 Added server-dep-min and server-dep-all poms
|
2014-07-22 14:10:38 +01:00 |
|
Stian Thorgersen
|
b196d0dded
|
Remove access token from access code, and create token when code is exchanged for token
|
2014-07-22 09:37:21 +01:00 |
|
mposolda
|
3514d5cd78
|
Fix MySQL and PostgreSQL testsuite (was caused by uncommited transaction)
|
2014-07-22 07:53:05 +02:00 |
|
mposolda
|
b3b46339a4
|
More DB schema refactoring. Ensure that all columns are named in code
|
2014-07-22 07:53:05 +02:00 |
|
Stian Thorgersen
|
9ff4947abd
|
Merge pull request #540 from mposolda/master
Update DB profiles. Fix ExportImportTest to not clash with other tests
|
2014-07-21 14:18:04 +01:00 |
|
Stian Thorgersen
|
213b685b43
|
KEYCLOAK-569 Check application roles for scope
|
2014-07-21 13:50:27 +01:00 |
|
mposolda
|
42df327104
|
Update DB profiles. Fix ExportImportTest to not clash with other tests
|
2014-07-21 08:48:25 +02:00 |
|
Bill Burke
|
063a63445a
|
keycloak-json fix
|
2014-07-18 11:45:47 -04:00 |
|
Bill Burke
|
f275ecf6d5
|
cache settings
|
2014-07-18 11:30:10 -04:00 |
|
Stian Thorgersen
|
fb8483dc56
|
Added support to specify dialect for JPA
|
2014-07-18 11:32:09 +01:00 |
|
Stian Thorgersen
|
85621bdd9f
|
KEYCLOAK-566 Configure db in keycloak-server.json instead of persistence.xml
|
2014-07-18 11:21:52 +01:00 |
|
mposolda
|
3dff4afe83
|
Export/import improvements and fixes
|
2014-07-17 21:31:33 +02:00 |
|
Stian Thorgersen
|
f00957ec3a
|
Commented out test in ExportImportTest that breakes the other tests
|
2014-07-17 11:57:33 +01:00 |
|
mposolda
|
3c99350247
|
Fix testsuite to use mongo for realms,users and audit when keycloak.realm.provider=mongo
|
2014-07-17 11:05:51 +02:00 |
|
mposolda
|
0a15f873af
|
Minor improvement in AbstractKeycloakRule.stopServer()
|
2014-07-17 10:14:35 +02:00 |
|
Bill Burke
|
a323fe7992
|
schema changes
|
2014-07-16 19:34:54 -04:00 |
|
mposolda
|
8714193c97
|
Fix ExportImportTest to pass on windows
|
2014-07-16 20:00:18 +02:00 |
|
mposolda
|
1aff8af336
|
Enable ExportImportTest
|
2014-07-16 19:43:47 +02:00 |
|
Bill Burke
|
a5593469ae
|
rename ModelProvider->RealmProvider
|
2014-07-15 15:44:50 -04:00 |
|
Bill Burke
|
484a4c1454
|
user provider refactor complete
|
2014-07-15 15:25:06 -04:00 |
|
Bill Burke
|
ff86bdc35f
|
userprovider split
|
2014-07-15 12:11:12 -04:00 |
|
mposolda
|
726ce08700
|
More cleanup and removed export-import-impl module
|
2014-07-15 16:43:55 +02:00 |
|
mposolda
|
c14840a4c0
|
More cleanup after rebase
|
2014-07-15 14:44:38 +02:00 |
|
mposolda
|
24a492ffe0
|
Export/import refactoring to use same representation as admin endpoints
|
2014-07-15 05:35:24 +02:00 |
|
Stian Thorgersen
|
8113c3f05e
|
Fixes to persistence.xml
|
2014-07-14 15:55:26 +01:00 |
|
Stian Thorgersen
|
3f68180ee7
|
KEYCLOAK-512 Pagination support for sessions
|
2014-07-14 11:49:59 +01:00 |
|