Bill Burke
|
3f539c6d5c
|
version bump
|
2014-09-09 13:34:56 -04:00 |
|
Stian Thorgersen
|
d905ce12e3
|
Fix search for users by attribute on mongo
|
2014-09-02 11:51:29 +02:00 |
|
Stian Thorgersen
|
8c8c44e50f
|
KEYCLOAK-658 Fix searching for users
|
2014-09-02 10:01:44 +02:00 |
|
Stian Thorgersen
|
05a1fc1ded
|
Version bump
|
2014-09-01 10:17:00 +02:00 |
|
Stian Thorgersen
|
e1b9dfe65d
|
KEYCLOAK-649 Invalidate realm if app name or client clientId is changed
|
2014-08-29 15:49:17 +02:00 |
|
Stian Thorgersen
|
7c7025a83d
|
KEYCLOAK-648 Fix removing role from composite role
|
2014-08-29 10:18:00 +02:00 |
|
Stian Thorgersen
|
b9d0f64f74
|
Added password token to use inplace of plain-text password for totp
|
2014-08-28 13:51:55 +02:00 |
|
Stian Thorgersen
|
3bfe3d256e
|
Rename audit to events
|
2014-08-28 10:56:37 +02:00 |
|
Stian Thorgersen
|
55bd889a0f
|
KEYCLOAK-531 Reduce info level logging
|
2014-08-27 11:17:24 +02:00 |
|
mposolda
|
b3b480c25f
|
Display proper error message if LDAP-linked user couldn't be deleted due to read-only mode
|
2014-08-26 19:10:48 +02:00 |
|
mposolda
|
fd9d2ba4d5
|
Handle exceptions and UI errors when user is read only. Some sync issues
|
2014-08-26 12:54:05 +02:00 |
|
Bill Burke
|
7c8edb5d11
|
bump pom
|
2014-08-21 10:46:49 -04:00 |
|
Bill Burke
|
e5d5276135
|
race
|
2014-08-20 14:50:28 -04:00 |
|
mposolda
|
8419e5883d
|
Ensure that transaction.isActive() is false after commit or rollback
|
2014-08-12 18:58:37 +02:00 |
|
Bill Burke
|
7c97e02715
|
X-Frame-Options, Content-Security-Policy
|
2014-08-11 17:45:01 -04:00 |
|
Bill Burke
|
8d1ff1d49c
|
add jpa realm attributes
|
2014-08-11 12:33:17 -04:00 |
|
mposolda
|
8ba7559cac
|
Fix transaction handling in KeycloakModelUtils.runJobInTransaction. Start sync tasks for configured federation providers at startup
|
2014-08-11 13:51:44 +02:00 |
|
mposolda
|
d699404ce7
|
Support for periodic users sync
|
2014-08-10 23:23:50 +02:00 |
|
mposolda
|
ee79747cb6
|
Sync - first iteration
|
2014-08-10 23:22:35 +02:00 |
|
Bill Burke
|
9aa6b4cbfa
|
optimize imports
|
2014-08-10 12:17:45 -04:00 |
|
Bill Burke
|
d332851a75
|
Merge pull request #606 from alarikmyrin/KEYCLOAK-621
KEYCLOAK-621 fix searchForUserByAttributes method
|
2014-08-10 11:02:08 -04:00 |
|
Alarik Myrin
|
428cd54a81
|
KEYCLOAK-621 fix searchForUserByAttributes method so that it works and is not subject to SQL injection
|
2014-08-09 13:59:20 -04:00 |
|
mposolda
|
dc50c312cb
|
Configurable if pagination and connectionPooling are supported in LDAP
|
2014-08-08 12:09:08 +02:00 |
|
mposolda
|
5673fb34b1
|
Fix adding social link in mongo. Fixed export/import of federationProviders. Enhanced ExportImportTest
|
2014-08-07 17:33:48 +02:00 |
|
mposolda
|
76db33829b
|
KEYCLOAK-600 Users shouldn't be registered with Federation Provider on an import
|
2014-08-07 12:38:56 +02:00 |
|
Bill Burke
|
99e6f0edad
|
delete fed provider
|
2014-08-06 20:38:30 -04:00 |
|
Bill Burke
|
e04af84ac0
|
bump version
|
2014-08-06 09:00:23 -04:00 |
|
Bill Burke
|
905061e2b7
|
bump version
|
2014-08-05 20:52:50 -04:00 |
|
Bill Burke
|
ab08ac8ad4
|
Merge remote-tracking branch 'upstream/master'
|
2014-08-05 20:29:02 -04:00 |
|
Bill Burke
|
a0d7fc12db
|
all claims for app
|
2014-08-05 19:46:55 -04:00 |
|
Bill Burke
|
790fd1d94d
|
fix cors example
|
2014-08-05 16:45:21 -04:00 |
|
mposolda
|
53fbceb49a
|
Fixing mssql
|
2014-08-05 18:25:54 +02:00 |
|
mposolda
|
38c0b4ad65
|
Fixing oracle
|
2014-08-05 15:45:28 +02:00 |
|
mposolda
|
550ba16a09
|
Fix deleting users on mongo
|
2014-08-05 14:36:53 +02:00 |
|
mposolda
|
0289f5dff9
|
Fix typo in UserFederationProvider
|
2014-08-05 13:31:35 +02:00 |
|
Bill Burke
|
ea0ceeb65d
|
Merge pull request #589 from patriot1burke/master
app full scope
|
2014-08-04 16:26:51 -04:00 |
|
Bill Burke
|
731d75c756
|
app full scope by default
|
2014-08-04 16:04:10 -04:00 |
|
Bill Burke
|
8430fb0ed3
|
Merge pull request #587 from patriot1burke/master
docs
|
2014-08-04 12:28:32 -04:00 |
|
Bill Burke
|
04ec750157
|
federation docs
|
2014-08-04 12:25:11 -04:00 |
|
mposolda
|
5edb84ccfb
|
Ensure that displayName is persisted. Add 'user' to ActiveDirectory classes
|
2014-08-04 16:42:48 +02:00 |
|
mposolda
|
46a0caf2e0
|
Upgrade to latest picketlink. Fix LDAP configuration according to that
|
2014-08-04 13:58:52 +02:00 |
|
Bill Burke
|
6cf708f6e1
|
fed exampe
|
2014-08-02 22:18:17 -04:00 |
|
Bill Burke
|
101a72cd65
|
remove AuthenticationProvider/Link
|
2014-08-01 18:03:48 -04:00 |
|
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 |
|