mposolda
0d52e4e6c5
Added sync support to UserFederationMapper
2015-12-16 13:52:11 +01:00
mposolda
358c273d39
KEYCLOAK-2227 Added UserRolesRetrieveStrategy. Possibility to read user role mappings through 'memberOf' attribute
2015-12-16 13:52:11 +01:00
mposolda
06a55419f1
KEYCLOAK-1906 Customized LDAP filter. LDAP conditions improvements
2015-12-14 13:55:11 +01:00
Bill Burke
96e1813b34
client templates backend
2015-12-11 10:31:42 -05:00
mposolda
081db0d353
KEYCLOAK-2124 Post-Broker login flow support
2015-12-09 16:36:26 +01:00
Stian Thorgersen
321cac2ab8
KEYCLOAK-1900 Refactoring
2015-12-08 14:06:40 +01:00
tsudot
162dd4051d
KEYCLOAK-1900 Add password hash SPI and provider
...
- Default encoder set to Pbkdf2PasswordEncoder
2015-12-08 13:25:59 +01:00
Stian Thorgersen
8d23422605
KEYCLOAK-2176 Add default roles and actions to users created with add-user script
2015-12-03 11:45:56 +01:00
Stian Thorgersen
f45bb62fcc
KEYCLOAK-2192
...
Class serialization issues when Realm and User caches are in ASYNC mode
2015-12-03 08:24:30 +01:00
Stian Thorgersen
a218cc3034
KEYCLOAK-2179 Cache fixes
2015-12-03 08:24:16 +01:00
Stian Thorgersen
ee6753d31b
KEYCLOAK-1813 KEYCLOAK-2182 Fixes enable/disable cache
2015-12-02 11:24:04 +01:00
Stian Thorgersen
09c18306c2
KEYCLOAK-2179
...
Realm and user cache is invalidated when added to other nodes
2015-12-02 11:23:54 +01:00
Stian Thorgersen
ff806eae08
Version bump
2015-12-01 19:54:28 +01:00
mposolda
ad34d63cb3
KEYCLOAK-2172 Make Identity broker User Attribute mappers compatible with First Broker Login flow
2015-12-01 15:48:25 +01:00
Stian Thorgersen
778a96c9e4
KEYCLOAK-2173 No such method on Infinispan on EAP6
2015-12-01 13:54:17 +01:00
mposolda
32fb604c88
KEYCLOAK-2149 Fix possible NPE during migration
2015-12-01 11:41:32 +01:00
mposolda
0f3d2bbfb4
KEYCLOAK-2149 DB fixes. firstBrokerLogin migration
2015-11-30 18:57:31 +01:00
mposolda
5b61a10b55
KEYCLOAK-2061 Direct Access Grants disabled by default
2015-11-30 15:56:21 +01:00
mposolda
ec327c99f4
KEYCLOAK-2152 KEYCLOAK-2061 Client switches changes. Support for response_types and grant_types in OIDC Client registration
2015-11-30 15:31:38 +01:00
Stian Thorgersen
5a686c4260
KEYCLOAK-2158
...
Add add-user-keycloak.sh to server overlays
2015-11-30 14:03:54 +01:00
mposolda
57b60797ce
KEYCLOAK-1129 Implicit flow: more work
2015-11-28 00:15:41 +01:00
mposolda
8d2e4c0316
KEYCLOAK-2061 Add switches to enable/disable grant types for clients
2015-11-27 22:28:38 +01:00
Stian Thorgersen
c83e3bd2d1
KEYCLOAK-2106 HTTP 500 for unparsable refresh tokens
2015-11-27 08:59:23 +01:00
Stian Thorgersen
5ea880cfff
Merge pull request #1880 from stianst/KEYCLOAK-2129-USRCACHE
...
KEYCLOAK-2139
2015-11-26 21:14:08 +01:00
Stian Thorgersen
d5105164e9
Merge pull request #1882 from abstractj/KEYCLOAK-2048
...
KEYCLOAK-2148: Update HmacOTP to make use of SecureRandom
2015-11-26 19:40:52 +01:00
Bruno Oliveira
0d582a1326
KEYCLOAK-2148: Update HmacOTP to make use of SecureRandom
2015-11-26 15:53:56 -02:00
Bruno Oliveira
a99df49bc9
KEYCLOAK-2136: Unexpected error when trying to create mapper with already existing name
2015-11-26 13:55:10 -02:00
Stian Thorgersen
b996e88dbd
KEYCLOAK-2139
...
UserCache invalidation does not work proper
2015-11-26 16:39:06 +01:00
Stian Thorgersen
bf4d5f4df9
KEYCLOAK-2082
...
Cross site scripting issues
2015-11-26 10:12:43 +01:00
Bill Burke
b04b124351
KEYCLOAK-2114
2015-11-25 10:13:44 -05:00
Bill Burke
df74338cbc
Merge pull request #1850 from girirajsharma/KEYCLOAK-2113
...
[KEYCLOAK-2113] Cannot delete group
2015-11-25 08:52:26 -05:00
Stian Thorgersen
3685a185d4
Merge pull request #1859 from stianst/reset-pass
...
KEYCLOAK-1758 add-user script
2015-11-25 06:56:35 +01:00
Stian Thorgersen
cfc28b861b
KEYCLOAK-1758 add-user script
2015-11-24 21:54:58 +01:00
Stian Thorgersen
500bced6ee
KEYCLOAK-1971 REST end point does't validate password policies properly
2015-11-24 20:50:41 +01:00
Marek Posolda
d6089597ff
Merge pull request #1847 from gerbermichi/password
...
remove empty password check
2015-11-24 17:23:51 +01:00
Michael Gerber
9a3e023c43
fix null pointer
2015-11-24 13:54:33 +00:00
Stian Thorgersen
f6743eff69
KEYCLOAK-2119
...
OTP Policy form validates both TOTP and HOTP at the same time
2015-11-23 12:02:39 +01:00
girirajsharma
cf8b0abaad
[KEYCLOAK-2113] Cannot delete group
2015-11-22 20:52:31 +05:30
Stian Thorgersen
aedd23a43d
Merge pull request #1843 from stianst/client-reg
...
KEYCLOAK-1749 Add documentation and fixed clean-up of expired initial…
2015-11-19 19:58:42 +01:00
Stian Thorgersen
7e8c80c0df
KEYCLOAK-1749 Add documentation and fixed clean-up of expired initial access tokens
2015-11-19 16:11:41 +01:00
Bill Burke
98958a2bc4
default groups
2015-11-18 19:40:30 -05:00
Bill Burke
6989589e72
Merge remote-tracking branch 'upstream/master'
2015-11-18 15:24:45 -05:00
Bill Burke
4f00f6cceb
group mongo
2015-11-18 15:24:27 -05:00
Stian Thorgersen
95e729b0b7
Merge pull request #1832 from stianst/client-reg
...
KEYCLOAK-2085
2015-11-18 19:34:47 +01:00
Bill Burke
41331111da
resolve conflicts
2015-11-18 09:39:19 -05:00
Bill Burke
bff334d365
group token/assertion and tests
2015-11-18 09:36:47 -05:00
Stian Thorgersen
764c20d748
KEYCLOAK-2085 Initial access tokens for client registration
2015-11-18 10:33:24 +01:00
Thomas Darimont
c81d0c0898
KEYCLOAK-2101 - Ensure consistent order for properties in json configuration export.
...
We now explicitly order the AuthenticatorFlows, AuthenticatorConfig, as well
as RequiredActions to ensure a consistent order for the configuration export to make
it easier to diff / version keycloak configuration files.
Previously the order of the json properties of an configuration export were
non deterministic. The configuration file could look partially different after a
export, import, export sequence even if no changes were made.
2015-11-17 22:34:21 +01:00
Stian Thorgersen
62c5bc0e91
KEYCLOAK-1749 Rotate registration access token, add registration access token to admin console
2015-11-17 09:44:50 +01:00
Stian Thorgersen
bad0a95123
KEYCLOAK-1749 Client registration service
...
Changed endpoints of client registration to just clients
Started installation
Added adapter config retrival to client reg
2015-11-16 13:24:56 +01:00
Stian Thorgersen
1bc08fff16
Merge pull request #1823 from abstractj/KEYCLOAK-2056
...
KEYCLOAK-2056: Removal of file model provider
2015-11-16 08:33:56 +01:00
mposolda
ea7709a104
KEYCLOAK-2026 Fix realm.getMasterAdminClient() in JPA and Mongo models
2015-11-13 18:51:09 +01:00
mposolda
1d5a01577e
KEYCLOAK-1750 First broker login - migration
2015-11-13 18:51:09 +01:00
mposolda
4288260aa6
KEYCLOAK-1822 Don't redirect to login theme when error during link identity in account mgmt.
2015-11-13 18:51:09 +01:00
Bruno Oliveira
4b0e33e388
KEYCLOAK-2056: Removal of file model provider
2015-11-13 13:44:15 -02:00
Bill Burke
fa7a7d35a9
Merge remote-tracking branch 'upstream/master'
2015-11-13 09:30:37 -05:00
Bill Burke
fe5809db4d
token group roles
2015-11-13 09:30:25 -05:00
mposolda
ce4a865579
KEYCLOAK-1750 First broker login - tests
2015-11-13 09:32:46 +01:00
Bill Burke
0d20e3c7ff
Merge remote-tracking branch 'upstream/master'
2015-11-12 11:31:55 -05:00
Bill Burke
21119604c6
user group membership
2015-11-12 11:31:44 -05:00
Stian Thorgersen
99cddcef6c
Merge pull request #1805 from velias/KEYCLOAK-2033
...
KEYCLOAK-2033 - Allow custom SPI Providers to show additional info on
2015-11-12 09:21:38 +01:00
Bill Burke
33ac048c8c
resolve conflicts
2015-11-11 18:06:39 -05:00
Bill Burke
e25157655b
group ui
2015-11-11 18:03:53 -05:00
Vlastimil Elias
b39146f6f5
KEYCLOAK-2033 - Allow custom SPI Providers to show additional info on
...
Server Info page
2015-11-10 12:55:36 +01:00
mposolda
4ca442d1b2
KEYCLOAK-1750 Option updateProfileOnFirstLogin moved from IdentityProvider to IdpReviewProfile authenticator
2015-11-10 11:06:23 +01:00
mposolda
99e75c69a0
KEYCLOAK-1750 First broker login - support for change password after first social login
2015-11-10 10:25:31 +01:00
mposolda
adbf2b22ad
KEYCLOAK-1750 Improve first time login with social. Added 'first broker login' flow
2015-11-09 10:34:55 +01:00
Daniël van 't Ooster
7bd0b7ddfc
KEYCLOAK-2032 Changed some column names from lower- to uppercase, so it is in sync with liquibase scripts
2015-11-04 11:43:09 +01:00
Bill Burke
151c56a304
conflicts
2015-11-02 11:21:10 -05:00
Bill Burke
c2ad918975
group model
2015-11-02 11:19:19 -05:00
Bill Burke
d896800ec6
groups initial
2015-10-29 16:33:02 -04:00
mposolda
f8f4de9389
KEYCLOAK-2005 Fixed migration to take less time. Added UserProvider.grantToAllUsers
2015-10-26 11:06:19 +01:00
mposolda
74924f2f8c
KEYCLOAK-2011
2015-10-23 22:48:06 +02:00
mposolda
c498b06f68
KEYCLOAK-2007 Migration upgrade for 1.6.1
2015-10-23 22:47:53 +02:00
mposolda
e04dbffb88
KEYCLOAK-1999 KC server doesn't start on EAP 6.4 in local mode on PostgreSQL
2015-10-22 14:28:08 +02:00
Stian Thorgersen
23546402fa
Merge pull request #1749 from cfsnyder/master
...
KEYCLOAK-1863 added both issuer and account name to otp configuration
2015-10-21 09:24:58 +02:00
Stian Thorgersen
3f8312427a
Version bump
2015-10-19 16:15:29 +02:00
mposolda
7d590761dd
KEYCLOAK-1981 Migration fix of create-client
2015-10-19 12:46:47 +02:00
mposolda
028cbe1ce2
KEYCLOAK-1983 Fix Oracle and Sybase
2015-10-19 11:45:49 +02:00
mposolda
605c80a68d
KEYCLOAK-1952 Migration fix. Change some INFO messages to DEBUG/TRACE
2015-10-16 20:51:40 +02:00
mposolda
9cc5ca3ce4
KEYCLOAK-1972 docs and export/import fixes for offline tokens. DB fixes
2015-10-16 19:09:52 +02:00
mposolda
4587fd23b6
KEYCLOAK-1929 Change package names. Fix Fuse demo
2015-10-16 16:30:42 +02:00
Cory Snyder
d8ebf1e3d6
KEYCLOAK-1863 added both issuer and account name to otp configuration
2015-10-16 09:46:56 -04:00
Stian Thorgersen
a6556a49c2
Merge pull request #1738 from gerbermichi/locale
...
KEYCLOAK-1962 update realm overwrites supported locales with empty list
2015-10-16 10:21:20 +02:00
Bill Burke
8674578d0d
Merge pull request #1730 from patriot1burke/master
...
KEYCLOAK-1908
2015-10-15 18:32:57 -04:00
Bill Burke
99028e9cab
Merge remote-tracking branch 'upstream/master'
2015-10-15 16:30:35 -04:00
Bill Burke
20f18eec15
support browser refresh
2015-10-15 16:30:21 -04:00
mposolda
67435791ed
KEYCLOAK-1961 revokeRefreshToken support for offline tokens and other fixes
2015-10-15 22:30:17 +02:00
mposolda
802a39b1ce
KEYCLOAK-904 Offline session idle timeout + admin console
2015-10-15 22:30:17 +02:00
Stian Thorgersen
e582de2837
KEYCLOAK-1961
...
Same token can be used multiple times to obtain access token
2015-10-15 09:11:18 +02:00
Michael Gerber
f8effaee58
return null instead of an empty set.
2015-10-15 08:19:18 +02:00
Thomas Darimont
870702fd81
KEYCLOAK-1918 - Add description field to client definition.
...
Introduced description field with support for i18n for more descriptive client information.
Applications can use the description to display a "slightly" longer gist of
what the client / application is about, especially useful for tooltips.
The description is currently limited to 255 characters.
2015-10-15 07:33:38 +02:00
mposolda
f92fe6bea9
KEYCLOAK-904 Offline tokens storage changes. Added UserSessionPersisterProvider . offline sessions preloaded to cache at startup
2015-10-14 11:07:44 +02:00
Stian Thorgersen
8c72ef2980
KEYCLOAK-1877
...
Empty bubble in admin event types select box
2015-10-14 07:22:56 +02:00
Stian Thorgersen
c85e0248dd
KEYCLOAK-1883
...
Improve setting of users locale
2015-10-13 19:47:10 +02:00
Stian Thorgersen
4ce93171ba
KEYCLOAK-1335
...
Slow startup in OpenStack
2015-10-13 07:00:47 +02:00
Stian Thorgersen
366a1629e5
KEYCLOAK-1749 Client registration service and client java api
2015-10-08 11:55:42 +02:00
Stian Thorgersen
64ecc3b153
Merge pull request #1672 from ssilvert/KEYCLOAK-1882-add-locale-mapper-on-new-realm
...
KEYCLOAK-1882 Also add locale mapper when new realm is created.
2015-10-06 14:58:27 +02:00
girirajsharma
0a3de09b5a
[KEYCLOAK-1864] No names for required actions
2015-10-04 23:44:44 +05:30
Stan Silvert
28fad68486
KEYCLOAK-1882 Also add locale mapper when new realm is created.
2015-10-02 15:01:39 -04:00
Stian Thorgersen
a53aebcddf
KEYCLOAK-1882 Add locale mapper to admin console clients during migration
2015-10-02 13:43:41 +02:00
mposolda
4f6d3c8dca
KEYCLOAK-1815 Reduce info logging
2015-09-30 16:35:56 +02:00
mposolda
95fe2fe74b
KEYCLOAK-904 offline tokens - migration
2015-09-30 16:35:56 +02:00
mposolda
6fbb8ccf71
KEYCLOAK-904 Offline tokens - model changes, admin console, export/import, docs
2015-09-30 10:51:36 +02:00
Stian Thorgersen
55deedd3b8
KEYCLOAK-1868 Import clients through admin console
...
KEYCLOAK-1869 Add root url to clients that should be used to resolve relative urls
2015-09-29 12:16:05 +02:00
Stian Thorgersen
75c0d5089f
KEYCLOAK-1878
...
Add Base64 to Keycloak core
2015-09-25 07:02:25 +02:00
Stian Thorgersen
7d239f8990
Make it possible to set hibernate spec artifact id with a property in parent pom
2015-09-23 15:36:40 +02:00
mposolda
046edbbd54
KEYCLOAK-904 Consents support. Added scopeParamRequired flag to RoleModel
2015-09-23 12:52:47 +02:00
mposolda
7ec3f86efb
KEYCLOAK-904 Offline tokens
2015-09-21 10:28:30 +02:00
Stian Thorgersen
f01d959f7c
Merge pull request #1624 from tkyjovsk/serial-versions
...
Removed occurences of serialVersionUID from all classes.
2015-09-18 13:03:37 +02:00
Stian Thorgersen
9bfbac6be5
KEYCLOAK-1858
...
JavaDoc aggregate fails during release if build not already executed
2015-09-18 10:11:51 +02:00
Tomas Kyjovsky
ac91deac96
Removed occurences of serialVersionUID from all classes.
2015-09-17 17:27:39 +02:00
Stian Thorgersen
e6467403ef
Merge pull request #1600 from cfsnyder/master
...
KEYCLOAK-1807 Fix bug with commas in regex password policies
2015-09-17 08:26:56 +02:00
Cory Snyder
3e04d045ee
KEYCLOAK-1807 Fix bug with commas in regex password policies by using alternate way to declare multiple regex patterns
2015-09-11 11:00:31 -04:00
Stian Thorgersen
3fd4d23bed
Version bump
2015-09-09 11:27:21 +02:00
mposolda
86f0092622
KEYCLOAK-1821 KEYCLOAK-1825 Migration and export/import of clientAuthFlow + resetCredentialsFlow
2015-09-08 19:53:35 +02:00
mposolda
bc189554aa
KEYCLOAK-1795 Add just one clientAuthenticatorType per client
2015-09-04 00:09:54 +02:00
mposolda
89660d06e5
KEYCLOAK-1697 Fix UserProvider.searchForUsersByAttribute
2015-09-03 11:47:24 +02:00
mposolda
493fd0ad6a
KEYCLOAK-1760 Fix DB issues when schema option defined
2015-09-03 11:47:24 +02:00
Bill Burke
7d4b93e01e
client session required actions
2015-09-02 16:30:16 -04:00
Stian Thorgersen
38a721425d
Merge pull request #1578 from stianst/master
...
KEYCLOAK-1791 Exception on logout on EAP 6.4 overlay
2015-09-02 15:25:45 +02:00
Stian Thorgersen
6c58fd03a4
KEYCLOAK-1791 Exception on logout on EAP 6.4 overlay
2015-09-02 14:40:43 +02:00
mposolda
5b9d1286cc
KEYCLOAK-1789 KEYCLOAK-1759 Export/import fixes
2015-09-02 12:03:16 +02:00
Bill Burke
22ebb81650
refactor recover password
2015-08-31 10:13:42 -04:00
mposolda
d8d6348f67
KEYCLOAK-1295 Adapter support. Fixes
2015-08-21 08:26:12 +02:00
Bill Burke
d9cb1fc4a9
Merge remote-tracking branch 'upstream/master'
2015-08-20 17:43:54 -04:00
Bill Burke
1654be0a85
change reset password
2015-08-20 17:43:37 -04:00
Marko Strukelj
2998a0fa35
KEYCLOAK-1777 Column \"USERFEDERA0_.REALMENTITY_ID\" not found on Wildfly 10.0.0.Beta1
2015-08-18 18:10:39 +02:00
mposolda
7028496601
KEYCLOAK-1295 pluggable client authentication. Support authenticate clients with signed JWT
2015-08-17 23:21:23 +02:00
Bill Burke
c7b5975ac1
reset password refactor
2015-08-16 15:20:16 -04:00
Bill Burke
c0f3d851db
reset password refactor/flow
2015-08-16 12:23:15 -04:00
Stian Thorgersen
7665b9f81e
KEYCLOAK-1703 Remove jpa and mongo user session providers
2015-08-13 08:57:37 +02:00
Stian Thorgersen
a8ad00156b
KEYCLOAK-1702 Removed mem and none realm and user cache
2015-08-12 16:55:23 +02:00
Stian Thorgersen
fc7d4b072c
Merge pull request #1526 from mstruk/WF10
...
KEYCLOAK-1745 Keycloak fails to start on Wildfly 10.0.0.Alpha6
2015-08-12 11:51:11 +02:00
Bill Burke
bcc2c893ef
refactor requiredactions, start doco
2015-08-11 13:04:40 -04:00
Bill Burke
33e402e7be
binding custom flows
2015-08-07 19:00:07 -04:00
Marko Strukelj
375dce14e6
KEYCLOAK-1745 Keycloak fails to start on Wildfly 10.0.0.Alpha6
2015-08-07 14:56:14 +02:00
Bill Burke
f9e8f1f7b7
hotp
2015-08-06 16:54:59 -04:00
Bill Burke
53b752ccfe
Merge remote-tracking branch 'upstream/master'
2015-08-05 20:40:02 -04:00
Bill Burke
07efba364e
hotp
2015-08-05 20:39:47 -04:00
mposolda
a0197bc9da
KEYCLOAK-1728 NPE during LDAP sync when some LDAP user doesn't have username
2015-08-04 13:21:09 +02:00
Bill Burke
04d3d26cb1
refactor execution model
2015-08-03 09:52:56 -04:00
Bill Burke
de940ccff9
auth flow editing
2015-08-02 19:03:33 -04:00
Stian Thorgersen
5d6cc61d4d
KEYCLOAK-1702 KEYCLOAK-1703 Remove mem user session provider
2015-07-29 12:02:27 +02:00
Stian Thorgersen
f3bfb06dec
Version bump
2015-07-28 10:20:40 +02:00
Stian Thorgersen
c7915fa95d
KEYCLOAK-1699 There are 3 failed tests when running testsuite with -Pinfinispan
2015-07-27 08:52:00 +02:00
mposolda
a0e3a71109
Fix infinispan - not finished
2015-07-25 12:05:16 +02:00
mposolda
2f7bdd2640
Fix migration version comparing bug
2015-07-25 09:00:50 +02:00
mposolda
94ed55ee35
KEYCLOAK-1549 Migration for attributes and LDAP mappers - JPA
2015-07-24 23:09:48 +02:00
Charles Walker
9ad2a8272e
quick return check for null email address, in reference to duplicate email check issue #1510
2015-07-24 16:08:26 -04:00
mposolda
5203373047
Fix JPA UserSession provider and MySQL
2015-07-24 20:39:39 +02:00
Stian Thorgersen
86de481ba1
Merge pull request #1499 from stianst/master
...
KEYCLOAK-1542
2015-07-24 17:30:29 +02:00
Stian Thorgersen
d2ea45e1eb
Merge pull request #1496 from stianst/master
...
KEYCLOAK-1691 and KEYCLOAK-1695
2015-07-24 12:52:19 +02:00
mposolda
772ef3cd10
Mongo model fix
2015-07-24 12:46:47 +02:00
Stian Thorgersen
204dfd52c8
Merge branch 'KEYCLOAK-1542' of https://github.com/velias/keycloak into velias-KEYCLOAK-1542
2015-07-24 12:17:33 +02:00
Stian Thorgersen
e65f8a7150
KEYCLOAK-1695 Upgrade to WildFly 9.0.1.Final
2015-07-24 10:44:15 +02:00
mposolda
d068cddbaf
Fix MSAD and OpenLDAP
2015-07-23 18:03:12 +02:00
Vlastimil Elias
ee57c79784
KEYCLOAK-1542 - rewrote showing info from providers to be generic
2015-07-23 16:40:57 +02:00
Vlastimil Elias
79c1d7bafa
KEYCLOAK-1542 - code cleanup ahead of PR
2015-07-23 16:40:55 +02:00
Vlastimil Elias
652b2fee86
KEYCLOAK-1542 - Server Info page extended by info about DB and MongoDB.
...
Functional test for /serverinfo REST endpoint added.
2015-07-23 16:40:54 +02:00
Vlastimil Elias
dfb871c26a
KEYCLOAK-1542 - added system and memory info into "System Info" page
2015-07-23 16:40:53 +02:00
mposolda
c99785f266
KEYCLOAK-401 Service account refactoring and fixes
2015-07-23 11:29:52 +02:00
Bill Burke
7dc05a45ac
conflict
2015-07-22 14:20:52 -04:00
Bill Burke
48a76c2d0d
test brute force
2015-07-22 12:30:52 -04:00
mposolda
d8c1081578
KEYCLOAK-401 KEYCLOAK-941 Service accounts initial impl. Client credentials grant support
2015-07-22 10:55:50 +02:00
Bill Burke
576db8e0e1
Merge remote-tracking branch 'upstream/master'
2015-07-21 20:56:22 -04:00
Bill Burke
fe9dc4a28d
non-browser flow
2015-07-21 20:56:05 -04:00
mposolda
c71a4ac4e8
KEYCLOAK-1545 KEYCLOAK-1551 Ensure that username and email are always saved to DB lowercased
2015-07-21 08:26:16 +02:00
Bill Burke
4dba4f3c02
fix
2015-07-17 23:07:36 -04:00
Bill Burke
6727af2f35
required action import/export
2015-07-17 22:48:07 -04:00
Bill Burke
2e848da1a8
resolve conflicts
2015-07-17 09:45:53 -04:00
Stian Thorgersen
1642ac2394
KEYCLOAK-1385 Introduce end-of-line normalization
2015-07-17 13:46:51 +02:00
Stian Thorgersen
e8bd7270e9
KEYCLOAK-1483
2015-07-17 11:22:04 +02:00
Bill Burke
e51d2137cf
migrate RequiredCredentials
2015-07-16 22:03:12 -04:00
Bill Burke
57cfbb3770
SAML IDP Initiated login
2015-07-15 20:08:55 -04:00
Bill Burke
d74d93a522
fix problems
2015-07-15 14:54:14 -04:00
Bill Burke
b3eadcc990
Merge remote-tracking branch 'upstream/master'
2015-07-15 14:17:54 -04:00
Bill Burke
f4d4405c20
export/import flows
2015-07-15 14:17:23 -04:00
Stian Thorgersen
aeddf2a860
Merge pull request #1448 from ssilvert/KEYCLOAK-1547-infinispan-session-timeout
...
Keycloak 1547 infinispan session timeout
2015-07-13 19:13:59 +02:00
Stan Silvert
af8949c291
Change to make removeUserSession() a protected method.
2015-07-13 11:21:35 -04:00
Bill Burke
fafaf2c490
test impersonate
2015-07-12 10:12:19 -04:00
Bill Burke
608701aea7
impersonation redo in admin console
2015-07-11 10:10:05 -04:00
Bill Burke
6e55604dc3
impersonation
2015-07-10 20:38:43 -04:00
Stan Silvert
48f78cf80a
KEYCLOAK-1547 Need to use overridable removeUserSession() method.
2015-07-09 14:46:54 -04:00
Bill Burke
4a962aa75a
Merge remote-tracking branch 'upstream/master'
2015-07-08 19:18:23 -04:00
Bill Burke
e786158071
role selector
2015-07-08 19:18:11 -04:00
mposolda
bde65a6c57
KEYCLOAK-1533 Handle importing LDAP user with duplicate email during authentication
2015-07-08 20:41:32 +02:00
Bill Burke
df6d75e2c5
Merge pull request #1427 from grange74/KEYCLOAK-1486
...
KEYCLOAK-1486 fixed User link in Clients' Active Sessions page
2015-07-06 17:57:53 -04:00
Bill Burke
d49c7d47a2
Merge remote-tracking branch 'upstream/master'
2015-07-06 17:44:52 -04:00
Bill Burke
8f18e9bbbc
auth config ui
2015-07-06 17:44:39 -04:00
mposolda
71ea61e7a6
KEYCLOAK-1532 LDAP sync fixes and other bugfixing
2015-07-04 22:25:47 +02:00
nick.grange
ae242f8480
KEYCLOAK-1486 fixed User link in Clients' Active Sessions page
...
Changed User link in Clients' Active Sessions page to use userId
instead of username to show User details instead of Resource not found.
Renamed UserSessionRepresentation’s user attribute to username as it
was ambiguous and only used in 1 place (i.e. client-sessions.html).
2015-07-04 22:38:34 +10:00
Bill Burke
46c88ad1bf
Merge remote-tracking branch 'upstream/master'
2015-07-02 11:26:28 -04:00
Bill Burke
917151123f
display flows
2015-07-02 11:25:51 -04:00
Stian Thorgersen
db20077c37
Merge branch 'KEYCLOAK-1421' of https://github.com/velias/keycloak into velias-KEYCLOAK-1421
...
Conflicts:
testsuite/integration/src/test/java/org/keycloak/testsuite/model/UserModelTest.java
2015-07-02 14:15:54 +02:00
Bill Burke
39f2a4ab71
repatcha
2015-07-01 15:10:04 -04:00
Bill Burke
39aa09ca36
form action refactor
2015-07-01 14:07:02 -04:00
Bill Burke
bc39bb32d4
Merge remote-tracking branch 'upstream/master'
2015-06-30 12:46:29 -04:00
Bill Burke
afa65d9ead
registration flow
2015-06-29 22:12:06 -04:00
mposolda
605c88a029
KEYCLOAK-1487 Multivalued support for UserAttribute protocol mapper. End-to-end LDAP example test including application
2015-06-29 21:45:47 +02:00
mposolda
09994d1730
KEYCLOAK-1487 Support for multiple values of one UserModel attribute. LDAP multivalued attribute support
2015-06-29 14:56:40 +02:00
Bill Burke
064d677fdc
form auth
2015-06-24 21:07:38 -04:00
Vlastimil Elias
f5a80c3007
KEYCLOAK-1421 patched source formatting
2015-06-22 10:37:27 +02:00
Vlastimil Elias
7cff37e707
KEYCLOAK-1421 Added timestamp of keycloak user creation into user models
...
and persistence
2015-06-22 10:37:26 +02:00
Vlastimil Elias
4e8c6b3fc4
KEYCLOAK-1421 patched source formatting
2015-06-22 10:33:57 +02:00
Vlastimil Elias
d7379f29da
KEYCLOAK-1421 Added timestamp of keycloak user creation into user models
...
and persistence
2015-06-22 10:32:37 +02:00
Bill Burke
fc2df08e15
ClientSessionModel.getNotes()
2015-06-20 09:07:54 -04:00
Bill Burke
adff0d5da0
make authenticator config optional
2015-06-19 21:16:45 -04:00
Bill Burke
a26ade3988
refactor registration and console pages
2015-06-19 17:51:59 -04:00
Bill Burke
d7b818cba2
cleanup client sessions
2015-06-19 14:43:40 -04:00
Bill Burke
84faac0cd6
handle page refresh better
2015-06-18 20:01:12 -04:00
Bill Burke
47997e0056
Merge remote-tracking branch 'upstream/master'
2015-06-17 17:15:16 -04:00
Bill Burke
70fd7bea99
cleanup authenticators
2015-06-17 17:15:01 -04:00
Bill Burke
2c327d9eee
Merge pull request #1389 from patriot1burke/master
...
access code checks
2015-06-17 15:59:23 -04:00
Stian Thorgersen
caeb710444
KEYCLOAK-1476
2015-06-17 19:34:41 +02:00
Marko Strukelj
0b0b101184
KEYCLOAK-1476 NotSerializableException: org.keycloak.models.cache.entities.CachedClientRole
...
Conflicts:
model/api/src/main/java/org/keycloak/models/AuthenticationExecutionModel.java
2015-06-17 19:34:38 +02:00
Bill Burke
1aa338fe3e
Merge remote-tracking branch 'upstream/master'
2015-06-17 09:43:14 -04:00
Stian Thorgersen
fbc2b845ad
KEYCLOAK-1476 NotSerializableException: org.keycloak.models.cache.entities.CachedClientRole
2015-06-17 14:05:55 +02:00
Bill Burke
dddc5181e7
required actions storage/display
2015-06-16 22:48:39 -04:00
Bill Burke
3b78fa2d5d
required actions model
2015-06-16 18:17:38 -04:00
Bill Burke
cd84e78b27
access code checks
2015-06-16 07:59:53 -04:00
Bill Burke
38a2ea2fdf
fix merge conflict mistakes
2015-06-15 09:28:11 -04:00
Bill Burke
43bad9a608
merge
2015-06-15 09:02:15 -04:00
Bill Burke
c51cc4703b
kerberos fixes
2015-06-14 20:58:02 -04:00
Stian Thorgersen
28a50df746
KEYCLOAK-1411
...
DefaultCacheUserProvider addUser returns UserModel instance which is not cached/managed by the cache
2015-06-12 15:33:22 +02:00
Stian Thorgersen
38c1945ce4
Bump version
2015-06-12 14:35:34 +02:00
Stian Thorgersen
939527bd98
Bump version
2015-06-12 14:32:06 +02:00
Stian Thorgersen
2d82d15e5b
Merge pull request #1361 from ssilvert/KEYCLOAK-1083-unlock-user-account
...
KEYCLOAK-1083: Provide a way for admin to unlock user account
2015-06-12 07:44:07 +01:00
Bill Burke
fa99b5415d
flow alias lookup
2015-06-11 18:02:49 -04:00
Stan Silvert
d6e64a2c5e
KEYCLOAK-1083: Provide a way for admin to unlock user account
2015-06-11 15:32:03 -04:00
Bill Burke
c52d16da6d
default required actions in model
2015-06-11 15:18:09 -04:00
Bill Burke
3f62cd9271
terms and conditions
2015-06-11 14:39:08 -04:00
Marko Strukelj
9a37696d29
Fixed pom issues that were generating tons of Maven warnings
2015-06-11 16:57:33 +02:00
Bill Burke
95349e6e2e
clientsession.action to String
2015-06-10 09:21:23 -04:00
mposolda
557edbec6d
KEYCLOAK-1416 federation provider/mapper model fixes
2015-06-09 23:15:43 +02:00
mposolda
bc93066fe3
KEYCLOAK-1401 Fix oracle and sybase - step 1
2015-06-09 15:35:03 +02:00
mposolda
80ff7b92db
KEYCLOAK-886 Reduce some LDAP info logging to trace and debug
2015-06-08 19:23:32 +02:00
mposolda
7badd3d5e5
JSON migration
2015-06-08 19:23:32 +02:00
mposolda
0af68d28f1
KEYCLOAK-1357 LDAP migration
2015-06-08 12:29:24 +02:00
Bill Burke
dc0d9a8dce
merge
2015-06-05 14:44:37 -04:00
Bill Burke
021b01f0bd
passing tests
2015-06-05 13:49:24 -04:00
mposolda
0092d9f74d
Mongo fixes & few other fixes
2015-06-05 17:52:56 +02:00
mposolda
5b40031251
KEYCLOAK-1359 more Active Directory fixes
2015-06-05 11:32:29 +02:00
mposolda
c3eb6df220
KEYCLOAK-1359 LDAP & Active directory fixes and improvements
2015-06-04 20:15:44 +02:00
Bill Burke
9ab023cc6c
more
2015-06-04 10:18:24 -04:00
Stian Thorgersen
f50570e350
KEYCLOAK-1325
...
Public/private SPI
2015-06-04 15:59:47 +02:00
Marek Posolda
826c60ae36
Merge pull request #1324 from velias/KEYCLOAK-1371
...
KEYCLOAK-1371 - Perform "Update Profile on First Login" only if some of mandatory user profile fields is missing from identity provider
2015-06-04 15:19:59 +02:00
Stian Thorgersen
084da8a03d
Merge pull request #1325 from stianst/master
...
KEYCLOAK-1386 Direct Grant API always on
2015-06-03 18:29:29 +01:00
mposolda
a34cb92fc1
KEYCLOAK-1359 Fix testsuite with OpenLDAP, Other LDAP fixes
2015-06-03 18:44:23 +02:00
Bill Burke
c12fe28b2d
phased auth spi introduction
2015-06-03 10:55:03 -04:00
Stian Thorgersen
1dd0b563b6
KEYCLOAK-1386 Direct Grant API always on
2015-06-03 16:24:15 +02:00
Vlastimil Elias
dcc19a39d7
KEYCLOAK-1371 - Perform "Update Profile on First Login" only if some of
...
mandatory user profile fields is missing from identity provider
2015-06-03 15:24:25 +02:00
mposolda
496062ef0c
KEYCLOAK-1359 LDAP tests update
2015-06-03 14:54:14 +02:00
mposolda
b27f18c380
KEYCLOAK-838 per-request cache in UserFederationManager
2015-06-03 12:48:19 +02:00
Stian Thorgersen
3d3871b0e6
Merge pull request #1291 from AOEpeople/KEYCLOAK-1305
...
KEYCLOAK-1305 Add possibility to change username
2015-06-03 10:51:34 +01:00
Vlastimil Elias
b86d091ad1
KEYCLOAK-1372 - do not perform email verification if email is provided
...
by trusted Identity provider
2015-06-02 14:59:29 +02:00
Niko Köbler
492e6cd856
KEYCLOAK-1305 Add possibility to change username
2015-06-02 14:08:19 +02:00
mposolda
f57ab78916
KEYCLOAK-886 LDAP: Fixes and improvements
2015-06-01 17:38:34 +02:00
mposolda
e83de896c9
LDAP fixes + added authType to UI to allow users specify authType
2015-05-28 19:54:15 +02:00
Bill Burke
e1adceeb85
Merge pull request #1294 from patriot1burke/master
...
javadoc
2015-05-28 09:31:38 -04:00
Bill Burke
106bdc3c52
javadoc
2015-05-28 09:30:57 -04:00
mposolda
98dd87efbc
Added ProviderConfigProperty.CLIENT_LIST and refactor role federation mapper to use it
2015-05-28 12:28:26 +02:00
mposolda
5d4869f915
KEYCLOAK-1300 Fullname test
2015-05-28 12:28:26 +02:00
Bill Burke
143d176dcd
Merge remote-tracking branch 'upstream/master'
2015-05-27 10:39:59 -04:00
Bill Burke
a1f7cfaf3a
auth spi initialization
2015-05-27 10:39:46 -04:00
mposolda
dfe232cf80
KEYCLOAK-886 User Federation Mappers - admin console
2015-05-26 17:48:52 +02:00
Bill Burke
f5e301fe0d
merge
2015-05-22 16:15:55 -04:00
Bill Burke
68976f5b0c
auth spi datamodel
2015-05-22 16:03:26 -04:00
mposolda
319f86e91a
KEYCLOAK-886 Admin console - step 1
2015-05-22 21:09:55 +02:00
mposolda
490b3e3603
KEYCLOAK-886 Added builtin federation mappers when creating new LDAP Federation model. Testsuite passing
2015-05-22 21:09:55 +02:00
mposolda
7476ee51e4
KEYCLOAK-886 Model and representations for UserFederationMappers
2015-05-22 21:09:50 +02:00
mposolda
a9f1fda68a
KEYCLOAK-630 Added Role Federation mapper. Fixes and refactoring
2015-05-22 21:08:33 +02:00
mposolda
975337f225
KEYCLOAK-1300 Added FullNameLDAPFederationMapper
2015-05-22 21:08:21 +02:00
mposolda
1490f106f2
KEYCLOAK-599 Added UserFederationMappers. Added UserAttributeLDAPFederationMapper
2015-05-22 21:07:32 +02:00
mposolda
61c35265a6
KEYCLOAK-826 Show count of created/updated users during federation sync
2015-05-22 21:06:38 +02:00
mposolda
0f4497e53e
Remove user from KC after removing from federation
2015-05-22 21:06:38 +02:00
Stian Thorgersen
4e0a32a37a
Version bump
2015-05-22 09:04:30 +02:00
Stian Thorgersen
b88d2f792d
NotSerializableException: org.keycloak.models.sessions.infinispan.entities.LoginFailureKey
2015-05-20 07:11:17 +02:00
Stian Thorgersen
12c3aa83dd
Updated admin events
2015-05-19 11:40:17 +02:00
Bill Burke
3851a2fe72
merge
2015-05-18 16:41:51 -04:00
Bill Burke
338300df32
1st phase auth/required action spi
2015-05-18 16:32:38 -04:00
girirajsharma
ccd5deb85f
[KEYCLOAK 392] Audit admin events
2015-05-13 16:47:30 +05:30
Stian Thorgersen
38af401a16
KEYCLOAK-1310 Don't log migration model for fresh instal
2015-05-13 11:16:50 +02:00
Stian Thorgersen
698660c92a
Added isPrivate to Spi
2015-05-12 08:25:24 +02:00
Stian Thorgersen
d00e0021b6
Merge branch 'master' of https://github.com/girirajsharma/keycloak into girirajsharma-master
...
Conflicts:
connections/jpa-liquibase/src/main/resources/META-INF/jpa-changelog-master.xml
services/src/main/java/org/keycloak/services/resources/admin/IdentityProvidersResource.java
2015-05-11 13:36:30 +02:00
Bill Burke
e4204a56f5
username mapper
2015-05-08 20:41:31 -04:00
mposolda
91eb80beb0
Minor improvements
2015-05-07 20:07:30 +02:00
Bill Burke
69347aa7f6
Merge pull request #1220 from panga/master
...
KEYCLOAK-1269 and KEYCLOAK-1270
2015-05-05 14:31:48 -04:00
Bill Burke
082ebe8043
no backchannel if state
2015-05-05 13:58:07 -04:00
Leonardo Zanivan
3a9ac80786
Merge branch 'master' of github.com:panga/keycloak
2015-05-05 10:30:32 -03:00
Leonardo Zanivan
d3cf177ebc
Fix user.emailVerified on realm import
2015-05-05 10:29:44 -03:00
Stian Thorgersen
035529d7a2
Version bump
2015-05-05 11:45:21 +02:00
Stian Thorgersen
d67804cd0b
Renamed change logs to CR1
2015-05-04 19:35:16 +02:00
girirajsharma
70f53c6c06
[KEYCLOAK-392] - Admin audit events
2015-05-03 01:46:52 +05:30
Bill Burke
9372d23ad9
bump default keysize to 2048
2015-05-01 10:11:49 -04:00
Stian Thorgersen
39627f0661
KEYCLOAK-1248 Fix direct grants only switch
2015-04-30 13:44:46 +02:00
Bill Burke
947a2f0c20
READ_TOKEN -> read-token
2015-04-29 09:47:56 -04:00
mposolda
553f8a6f27
KEYCLOAK-1240 Fix stale cache issue
2015-04-28 20:20:50 +02:00
mposolda
5e0f560fdc
KEYCLOAK-1070 Migration for adding names to builtin clients
2015-04-28 09:35:57 +02:00
mposolda
316053018b
KEYCLOAK-1070 Support for view and revoke consents in admin console
2015-04-28 07:56:45 +02:00
Bill Burke
4166393396
model migration
2015-04-27 16:12:43 -04:00
Bill Burke
5e1ac684a5
broker logout fixes
2015-04-24 16:32:32 -04:00
mposolda
3a4670e8ff
KEYCLOAK-1070 Improve Applications page and add available roles. Add tests
2015-04-24 16:40:52 +02:00
Bill Burke
104a9f9842
Merge remote-tracking branch 'upstream/master'
2015-04-23 16:31:09 -04:00
Bill Burke
d49e0eda9e
broker token role
2015-04-23 15:26:07 -04:00
mposolda
c942a8ac4f
KEYCLOAK-1070 ClientModel.setName/getName
2015-04-23 18:21:21 +02:00
mposolda
535023d800
KEYCLOAK-1070 add setProtocolMappers/getProtocolMappers to ClientSession
2015-04-23 18:20:34 +02:00
Bill Burke
a7d245b1fb
finish
2015-04-23 11:40:29 -04:00
Bill Burke
1f4df58e6c
broker token exchange refactor
2015-04-23 11:26:44 -04:00
Stian Thorgersen
870f29d797
Merge pull request #1172 from stianst/master
...
Dist work
2015-04-23 12:40:38 +02:00
Stian Thorgersen
e17105cc8e
Updated distribution and cleaning of maven modules
2015-04-23 11:15:05 +02:00
mposolda
34e033e351
KEYCLOAK-1070 JSON representation and export/import for userConsent
2015-04-22 11:29:43 +02:00
mposolda
11035dbe1b
KEYCLOAK-1070 Rename GrantedConsentModel to UserConsentModel. Mongo support for consents. Mongo fixes
2015-04-22 11:29:36 +02:00
Bill Burke
193aa23581
broker mapper tests
2015-04-20 18:04:30 -04:00
mposolda
78830836b8
KEYCLOAK-1070 Persistent grants - step 1
2015-04-17 14:03:23 +02:00
girirajsharma
f959332117
[KEYCLOAK-402] - Force password changes at regular intervals
2015-04-16 23:41:45 +05:30
Marek Posolda
14b2401aa8
Merge pull request #1154 from fiorenzino/KEYCLOAK-1214
...
support Novell eDirectory in federation module
2015-04-16 15:24:48 +02:00
Stian Thorgersen
115e533a71
KEYCLOAK-1061 Add back to application link to error page
...
KEYCLOAK-1148 space in redirect uri gives error
2015-04-16 14:17:32 +02:00
fiorenzo pizza
e32d7c52fc
first commit
2015-04-16 12:47:17 +02:00
Bill Burke
edb9f0cecf
merge conflicts
2015-04-15 11:18:47 -04:00
Bill Burke
0addc4cf58
broker mapper mgmt
2015-04-15 11:10:53 -04:00
Stian Thorgersen
f3e5541b7d
KEYCLOAK-1109 Added KeycloakContext
...
KEYCLOAK-1042 Access to Cookies within Events
KEYCLOAK-1209 Enable jboss-logging event listener by default and allow configuring log level
2015-04-15 13:34:54 +02:00
Stian Thorgersen
3f327326aa
Improvements to password history policy and tests
2015-04-15 12:14:28 +02:00
girirajsharma
ad715371a3
Added password policy test cases for regex and password history.
2015-04-15 02:08:06 +05:30
girirajsharma
0ff4b6dd93
[KEYCLOAK-405]-Fixed deletion of expired Credentials if policy removed.
2015-04-15 02:08:05 +05:30
girirajsharma
e3bb61248a
[KEYCLOAK-405] - Feature that doesn't allow old password to be reused
2015-04-15 02:08:05 +05:30
Stian Thorgersen
9c6e6c8284
KEYCLOAK-1187
2015-04-14 07:49:18 +02:00
Stian Thorgersen
a9ed193826
KEYCLOAK-1187
2015-04-14 07:36:30 +02:00
Stian Thorgersen
a94fd9a098
APPLICATION_DEFAULT_ROLES and APP_NODE_REGISTRATIONS to CLIENT_...
2015-04-14 07:36:30 +02:00
Stian Thorgersen
411ff56499
RealmEntity.applications --> RealmEntity.clients
2015-04-14 07:36:30 +02:00
Stian Thorgersen
c70d12a411
Renamed entity master admin app to master admin client
2015-04-14 07:36:30 +02:00
Bill Burke
f61fb4ba18
fix conflicts
2015-04-13 09:59:59 -04:00
Bill Burke
d2a5403527
refactor for broker mappers
2015-04-13 09:45:23 -04:00
Stian Thorgersen
600353899a
KEYCLOAK-1187
2015-04-13 13:32:18 +02:00
Stian Thorgersen
4fbbf39c51
KEYCLOAK-1187 Admin console and endpoints
2015-04-13 13:29:31 +02:00
Stian Thorgersen
9a047eda36
KEYCLOAK-1187 Updated representations
2015-04-13 10:13:32 +02:00
Stian Thorgersen
a18715a774
Deprecate OAuthClientRepresentation and ApplicationRepresentation and added ClientRepresentation
2015-04-10 13:33:29 +02:00
Stian Thorgersen
4ae9310f83
KEYCLOAK-1187 DB migration support for oauth/application to client
2015-04-10 09:21:34 +02:00
Stian Thorgersen
6fbc0975c0
KEYCLOAK-1187 First round: Combined ApplicationModel and OAuthClientModel into ClientModel. Removed OAuth Clients from Admin console and renamed Applications to Clients.
2015-04-09 12:27:30 +02:00
mposolda
eb5ae4aae9
KEYCLOAK-1007 Fork Picketlink LDAP code. Remove picketlink dependencies from LDAP Federation provider
2015-04-08 22:04:02 +02:00
Bill Burke
a42a750ebb
Merge remote-tracking branch 'upstream/master'
2015-04-07 18:04:15 -04:00
Bill Burke
335832d553
broker mapper datamodel
2015-04-07 18:04:03 -04:00
girirajsharma
ca13e3c4ba
[KEYCLOAK-400]Provide a configuration for regex in the password policies
2015-04-02 23:37:25 +05:30
Bill Burke
326818ea45
bump pom versio
2015-04-02 09:36:43 -04:00
Stian Thorgersen
a2c4a1f760
Merge branch 'KEYCLOAK-1113' of https://github.com/velias/keycloak into velias-KEYCLOAK-1113
...
Conflicts:
services/src/main/java/org/keycloak/services/resources/LoginActionsService.java
2015-04-01 09:45:13 +02:00
mposolda
783f11e6b8
KEYCLOAK-1121 KEYCLOAK-1122 Update migration guide about protocol mappers and identity brokers
2015-03-31 16:50:10 +02:00
Stian Thorgersen
96dad77c66
KEYCLOAK-392 Admin events
2015-03-30 14:38:32 +02:00
girirajsharma
962b623b4a
[KEYCLOAK-392] - Admin audit events
2015-03-30 14:06:01 +02:00
Vlastimil Elias
01094663bf
KEYCLOAK-1113 - profile update now uses correct form validation also
2015-03-30 12:53:05 +02:00
Bill Burke
d36ee0d0af
Merge pull request #1088 from patriot1burke/master
...
oidc and saml broker backchannel logout
2015-03-26 08:43:21 -04:00