Thomas Darimont
41358eea4d
KEYCLOAK-2469 - Introduced new redirect endpoint for clients.
...
Previously one had to configure hardcoded urls to link from one client
application to others since keycloak didn't provide a way to get the
actual client URL by providing clientId and realm information.
We now support a new endpoint with the path {realm}/clients/{client_id}/redirect
that responds to GET requests with a 307 (temporary redirect) with the
configured client URL. This allows to refer to any client just by the
realmName and clientId and let Keycloak redirect to the actual client
application.
Add documentation for new redirect endpoint.
2016-03-10 23:45:22 +01:00
helio-frota
94a2c3ab0e
minor update javascript adapter docs
2016-03-10 09:16:45 -03:00
Stian Thorgersen
b9fea7b143
Merge pull request #2357 from stianst/master
...
Fixes
2016-03-10 08:08:09 +01:00
Stian Thorgersen
e295efed07
Revert "Updated docs for KEYCLOAK-1020"
...
This reverts commit 6fe3a3da71
.
2016-03-10 07:28:45 +01:00
mposolda
583f8ad739
KEYCLOAK-2601 Fix incorrectly autodetected dialect with MSSQL2014
2016-03-09 11:56:31 +01:00
Farana, Zdenek
6fe3a3da71
Updated docs for KEYCLOAK-1020
2016-03-07 14:48:32 +01:00
mposolda
8da768a514
KEYCLOAK-2529 Concurrent startup by more cluster nodes at the same time. Added DBLockProvider
2016-03-07 10:34:30 +01:00
Bruno Oliveira
b8c50c431c
Inclusion of add user instructions for overlay
2016-03-02 10:14:41 -03:00
Bill Burke
37584a24e0
unsecure url has principal
...
KEYCLOAK-2550
Typo in userguide
KEYCLOAK-1928 Kerberos working with IBM JDK
KEYCLOAK-1928 Remove sun.jdk.jgss module
KEYCLOAK-1928 Fix kerberos with adapter on JDK7
KPR-147 - Initial login scenarios around admin password - test
KEYCLOAK-2561 Fix issues with blank password
KEYCLOAK-2559 Missing add/remove button for 'Valid Redirect URIs' in a client settings form
Added simple test for JPA performance (with many users).
Fixed "re-import" operation logging.
Fixed for Timer.saveData()
Fixed for Timer.saveData()
ManyUsersTest: ArrayList --> LinkedList
Fix AbstractUserTest
Fix parentheses in login page object
Add tests for IDP initiated login
KEYCLOAK-1040
Allow import of realm keys (like we do for SAML)
KEYCLOAK-2556 Remove required for client create root url and saml endpoint
KEYCLOAK-2555 ForbiddenException when importing test realm or creating test user
KEYCLOAK-2553
Unexpected form behavior while creating a client
KEYCLOAK-2551
Broken navigation links while creating/editing a Client Mapper
2016-02-29 09:30:28 -05:00
Stian Thorgersen
ca81f3f18d
Merge pull request #2275 from stianst/KEYCLOAK-2511
...
KEYCLOAK-2511 Rename session-state in access token response to sessio…
2016-02-25 12:03:37 +01:00
Marc Savy
b7f4d52de1
Update docs for change of themes and providers directories to reflect 1.9.x refactoring.
2016-02-25 09:50:11 +00:00
Stian Thorgersen
3ca39801dc
KEYCLOAK-2511 Rename session-state in access token response to session_state
2016-02-25 10:14:12 +01:00
Stian Thorgersen
d21a01280b
KEYCLOAK-2482
...
Themes doesn't support patching
2016-02-22 10:01:42 +01:00
mposolda
b8cf8fabe2
KEYCLOAK-2505 docs
2016-02-19 22:05:35 +01:00
mposolda
6c39810ba7
KEYCLOAK-2436 Better defaults
2016-02-11 15:50:11 +01:00
mposolda
aac274bbb3
KEYCLOAK-2463 Fix performance issue with just 2 default connections per route in Apache HTTP client
2016-02-10 18:07:11 +01:00
Stian Thorgersen
77912b2117
KEYCLOAK-2475
...
Move client registration endpoints
2016-02-10 14:23:04 +01:00
Bill Burke
00236c13ff
Merge pull request #2180 from cainj13/persistentWildcard
...
add support for wildcard persistent nameId attribute to SAML protocol
2016-02-09 09:43:30 -05:00
Bruno Oliveira
3b6f26b2ec
Server Cache documentation is out of date
2016-02-08 22:23:31 +01:00
Stian Thorgersen
98bd0b003e
KEYCLOAK-2450
...
WildFly adapter script should support offline installation of adapter
2016-02-08 19:39:15 +01:00
Josh Cain
66cec589f7
add docbook info on how NameID is calculated
2016-02-05 11:22:10 -06:00
mposolda
9fee1275e3
Docs update: Fix typo and update list of supported databases
2016-02-04 09:14:37 +01:00
Bill Burke
c4c99d5f81
KEYCLOAK-2443
2016-02-03 17:31:50 -05:00
Stian Thorgersen
c7a8742a36
KEYCLOAK-1524
...
Source code headers
2016-02-03 11:20:22 +01:00
Bill Burke
ec9b9879e8
filter examples, subsystem dependencies
2016-02-02 19:15:05 -05:00
Bill Burke
34095ef522
docs
2016-01-28 23:28:11 -05:00
mposolda
3bc4355bb1
Small note about distributable HttpSessions in clustering docs
2016-01-26 17:12:26 +01:00
Bill Burke
742f162cfc
Merge remote-tracking branch 'upstream/master'
2016-01-22 17:01:14 -05:00
Bill Burke
fedf3d0e52
KEYCLOAK-2377
2016-01-22 17:00:51 -05:00
Stian Thorgersen
e71ac6f1b3
Merge pull request #2090 from velias/KEYCLOAK-2348
...
KEYCLOAK-2348 - Social login provider for Microsoft account - KC master branch
2016-01-22 13:26:45 +01:00
Vlastimil Elias
4e23311318
KEYCLOAK-2348 - Social login provider for Microsoft account - KC master
...
branch
2016-01-22 11:03:08 +01:00
Michael Irwin
cd3a6007d7
Update javascript-adapter.xml
...
Several spelling fixes, grammar adjustments, and other alterations.
Some parts are still a little hard to read/follow, but this is at least a little bit of an improvement.
2016-01-22 00:33:46 -05:00
Bill Burke
efd8317259
final re-org work
2016-01-20 17:26:26 -05:00
Stian Thorgersen
3dc090b893
KEYCLOAK-2185 Add support to disable realm and user cache, and added support to clear caches from admin console
2016-01-20 14:09:03 +01:00
Stian Thorgersen
3452078177
Update migration guide
2016-01-19 09:59:49 +01:00
Stian Thorgersen
60a372a35e
KEYCLOAK-2328
...
Client registration service documentation has <provider> in example links
2016-01-18 20:11:15 +01:00
Bill Burke
5017d71383
exportimport and timer and events
2016-01-15 19:07:17 -05:00
Bill Burke
b93d55cb63
remove model-api, add server-spi
2016-01-15 18:44:17 -05:00
Alexander Schwartz
9b8c80e83f
set timeSkew when passing tokens to init(), also allow timeSkew to be passed as a parameter / KEYCLOAK-2322
2016-01-14 22:37:29 +01:00
Thomas Raehalme
8c249c331c
Fixed typo in 22.2. Event Listener
2016-01-14 13:52:05 +02:00
Stian Thorgersen
e572d45bea
KEYCLOAK-2142
...
Drop support to deploy server to EAP 6.4
2016-01-13 14:32:04 +01:00
Stian Thorgersen
62b90ee4e3
Remove reference to built-in admin account from docs
2016-01-13 09:02:52 +01:00
Pedro Igor
c9f9ee9799
[KEYCLOAK-2266] - OAuth2 Token Introspection.
2016-01-12 11:16:42 -02:00
Stian Thorgersen
a6c852603e
Merge pull request #2000 from mstruk/truststore
...
KEYCLOAK-1717 Truststore SPI and file provider
2016-01-11 09:24:53 +01:00
Stian Thorgersen
f1602b3b8d
Merge pull request #1998 from ssilvert/partial-import
...
KEYCLOAK-1979: Partial import
2016-01-11 09:22:09 +01:00
Marko Strukelj
80e2b8eb39
KEYCLOAK-1717 Truststore SPI and file provider
2016-01-10 12:39:30 +01:00
Stan Silvert
fbff61bfba
For overwrite, do all deletes, then all adds.
...
Minor UI enhancements.
Fix 2 JPA bugs.
General cleanup.
Documentation.
2016-01-08 13:45:22 -05:00
Bill Burke
7bc7510d1b
KEYCLOAK-2189
2016-01-08 12:05:43 -05:00
Stian Thorgersen
9acb4b86aa
Add note that JDK8 is required to build and to run the server
2016-01-08 13:56:07 +01:00
mposolda
658f204d92
Documentation for new LDAP mappers
2016-01-05 18:50:54 +01:00