Bill Burke
|
1e1991e285
|
per-realm admin
|
2014-05-12 10:12:31 -04:00 |
|
Stian Thorgersen
|
6f0b12174c
|
KEYCLOAK-432 Added user sessions
|
2014-05-09 11:52:45 +01:00 |
|
Bill Burke
|
2d949b63b5
|
keycloak.js login for admin
|
2014-05-08 19:55:57 -04:00 |
|
mposolda
|
0801c9c120
|
Full export-import implemented. Remove dependency of mongo on picketlink-common
|
2014-05-06 22:15:57 +02:00 |
|
Stian Thorgersen
|
9811aaeecc
|
KEYCLOAK-333 Removed use of RestEasy's Logger
|
2014-04-30 10:13:53 +01:00 |
|
Stian Thorgersen
|
316431c4d1
|
Ensure role name unique within realm/app
|
2014-04-30 09:50:29 +01:00 |
|
Stian Thorgersen
|
646e762cbe
|
Ensure user loginName and email unique within realm
|
2014-04-29 17:15:28 +01:00 |
|
Stian Thorgersen
|
1d94649b96
|
Ensure application and client names are unique within realm
|
2014-04-29 12:03:09 +01:00 |
|
Stian Thorgersen
|
364998b34b
|
Enforce that realm name is unique in model
|
2014-04-29 10:43:27 +01:00 |
|
mposolda
|
b6386630fb
|
Fix testsuite with mongo
|
2014-04-29 10:37:43 +02:00 |
|
Stian Thorgersen
|
3d02fd5d0e
|
KEYCLOAK-429 Remove role from composite roles when deleted
|
2014-04-28 12:55:04 +01:00 |
|
Stian Thorgersen
|
573c88564b
|
Temporarily disabled unique constraint on Realm names as it breakes tests
|
2014-04-25 17:58:49 +01:00 |
|
Stian Thorgersen
|
292089cee8
|
Ensure Realm names are unique
|
2014-04-25 17:02:03 +01:00 |
|
Stian Thorgersen
|
f64f55a4c6
|
KEYCLOAK-347 Link realm and realm-permissions application
|
2014-04-25 15:32:28 +01:00 |
|
Stian Thorgersen
|
d6e5e376bf
|
Theme support for admin
|
2014-04-25 13:58:58 +01:00 |
|
Bill Burke
|
54abfb670c
|
brute force settings
|
2014-04-15 11:37:27 -04:00 |
|
Bill Burke
|
2b8d2288fb
|
more brute force detection
|
2014-04-14 18:58:45 -04:00 |
|
Bill Burke
|
de871585e0
|
Merge pull request #333 from patriot1burke/master
remove transitive dependencies
|
2014-04-09 23:30:16 -04:00 |
|
Bill Burke
|
b41c45d40a
|
remove transitive dependencies
|
2014-04-10 11:29:47 -04:00 |
|
Bill Burke
|
ecaa0d1401
|
use resteasy 2.3.7
|
2014-04-10 05:21:07 -04:00 |
|
Bill Burke
|
f5f96c5021
|
Merge pull request #332 from patriot1burke/master
use resteasy 2.3.7
|
2014-04-09 17:21:37 -04:00 |
|
mposolda
|
eb37890924
|
Fix LDAP test on windows. Ensure that directory with data for embedded ApacheDS is deleted
|
2014-04-09 18:56:36 +02:00 |
|
mposolda
|
5aefe52ccc
|
Refactoring of Authentication SPI and Picketlink to use ProviderSessions
Refactoring of ProviderSessionFactory to support dependencies between components
Calling lifecycle methods
Removing KeycloakRegistry
|
2014-04-09 00:34:01 +02:00 |
|
mposolda
|
c8c4cfbaae
|
Restructure of authentication module and packages
|
2014-04-09 00:06:04 +02:00 |
|
Bill Burke
|
1d55a4f1e9
|
fix broken build
|
2014-04-08 23:32:26 -04:00 |
|
Stian Thorgersen
|
354cf02aaa
|
Fix audit mongo tests
|
2014-04-08 12:43:01 +01:00 |
|
Stian Thorgersen
|
7f0cf3eda8
|
Allow clearing audit events through admin console, and added timer to clear expired events
|
2014-04-08 11:32:20 +01:00 |
|
Stian Thorgersen
|
8ca46fa35d
|
Audit configurable through admin console
|
2014-04-07 17:58:52 +01:00 |
|
Stian Thorgersen
|
948960f33f
|
Allow changing base url for Keycloak
|
2014-04-07 10:54:27 +01:00 |
|
Stian Thorgersen
|
88ddc8ebca
|
Added audit to admin console
|
2014-04-04 15:16:08 +01:00 |
|
Stian Thorgersen
|
3433227fa7
|
Added audit log to account mngmt
|
2014-04-03 16:27:31 +01:00 |
|
Stian Thorgersen
|
e6067c915d
|
Added ProviderSession to requests
|
2014-04-03 16:27:31 +01:00 |
|
mposolda
|
d564955cab
|
Fixing testsuite failures with mongo model
|
2014-04-03 10:58:39 +02:00 |
|
Bill Burke
|
126b444d77
|
brute force merge
|
2014-04-02 20:26:33 -04:00 |
|
Bill Burke
|
d58870545f
|
brute force protection
|
2014-04-02 20:09:14 -04:00 |
|
Bill Burke
|
231e8895a5
|
Merge pull request #309 from vibe13/master
Cleaning of pom.xml files
|
2014-04-02 11:39:04 -04:00 |
|
mposolda
|
25bf6d63b4
|
Refactoring of AuthenticationProvider SPI
|
2014-04-02 17:27:07 +02:00 |
|
mposolda
|
05cd8a82e5
|
Storing default AuthenticationProvider at the realm creation time
|
2014-04-02 17:17:33 +02:00 |
|
Stian Thorgersen
|
225307e855
|
KEYCLOAK-389 Added AuditListener SPI
KEYCLOAK-390 Added JBoss Logging AuditListener
KEYCLOAK-391 Audit Token events
|
2014-03-31 17:35:14 +01:00 |
|
Andrea Vibelli
|
84f1e1b56e
|
Extraction into properties of maven-compiler-plugin source and target
|
2014-03-31 11:17:16 +02:00 |
|
Andrea Vibelli
|
d831e25366
|
Remove unnecessary groupId declarations
|
2014-03-31 10:44:34 +02:00 |
|
Andrea Vibelli
|
37fdc50fb4
|
Remove warnings about no schema definition in pom.xml files
|
2014-03-31 10:44:22 +02:00 |
|
mposolda
|
129eb6a3be
|
Fix LDAP tests and teststuite on windows. Set initial password directly in code as import from LDIF is problematic on windows
|
2014-03-27 16:20:03 +01:00 |
|
mposolda
|
77a44751a6
|
KEYCLOAK-388 - Auth SPI should be able to differentiate between the INVALID_USERNAME and INVALID_CREDENTIALS
|
2014-03-26 09:49:47 +01:00 |
|
mposolda
|
793f69d4b6
|
Authentication SPI. Implementations based on Picketlink+LDAP, model and external model (other realm). Added KeycloakRegistry
|
2014-03-24 23:11:11 +01:00 |
|
Stian Thorgersen
|
331ab71427
|
KEYCLOAK-380 Added OAuth2Constants
|
2014-03-15 10:43:52 +00:00 |
|
Bill Burke
|
7763da1273
|
bump version to beta-1 snapshot
|
2014-03-13 11:24:38 -04:00 |
|
Bill Burke
|
1c6b867079
|
bump version
|
2014-03-13 10:58:22 -04:00 |
|
Stian Thorgersen
|
ee5cab04e0
|
Set next version
|
2014-03-13 09:10:42 +00:00 |
|
Bill Burke
|
3ff8d0fd1f
|
bump version
|
2014-03-12 16:48:12 -04:00 |
|