Commit graph

286 commits

Author SHA1 Message Date
Yoshiyuki Tabata
3460119485 Fix the link of Apache Felix HTTP Service 2020-03-05 08:10:05 +01:00
stianst
3a2312f2c9 KEYCLOAK-9346 Docs for removal of JS promiseType 2020-03-04 08:53:31 +01:00
nxadm
1325660fab Fix typo 2020-03-03 10:16:28 +01:00
Stian Thorgersen
10264146df
Update installed-adapter.adoc 2020-02-21 14:09:34 +01:00
Greg. A
a14d34adcc highlighting some values for parameters 2020-02-14 10:02:39 +01:00
Simon Wirtz
296273bc2b Fix a minor typo 2020-02-14 09:36:14 +01:00
Yoshiyuki Tabata
1b6687c41f Fix duplicated words "add to". 2020-02-14 09:35:52 +01:00
mhajas
33d554c149 KEYCLOAK-12125 Update docs regarding SameSite changes 2020-01-31 13:05:28 +01:00
Takashi Norimatsu
678d80cbc8 KEYCLOAK-12615 HS384 and HS512 support for Client Authentication by Client Secret Signed JWT 2020-01-28 14:55:25 +01:00
Stian Thorgersen
051e84719f
Update supported-platforms.adoc (#816) 2020-01-07 14:03:51 +01:00
Stian Thorgersen
c9239cbfb6
Merge pull request #804 from keycloak/stianst-patch-3
Update idp_httpclient_subelement.adoc
2020-01-07 13:49:00 +01:00
Stian Thorgersen
8768ed5568 Update java-adapter-config.adoc 2020-01-07 13:48:53 +01:00
Madhurjya Roy
565afce358 Update docker-overview.adoc
Fix a typo where "public" was written as "pulic" in two places in docker-overview.adoc.
2020-01-07 08:34:19 +01:00
Etienne
39f846aecb Update javascript-adapter.adoc
The `pkceMethod` option has to be configured in the `init` method and not the `constructor` (see https://github.com/keycloak/keycloak/blob/master/adapters/oidc/js/src/main/resources/keycloak.js#L160)
2020-01-07 08:31:51 +01:00
stianst
78c71b782c KEYCLOAK-12582 Fixes for product 2019-12-20 09:44:35 +01:00
Hynek Mlnarik
9194cbe2c4 KEYCLOAK-12535 Fix broken links 2019-12-20 08:09:48 +01:00
stianst
a3255004bb KEYCLOAK-11918 Moved guides docs to dropdown, and set version fixed at the top 2019-11-07 16:15:06 +01:00
stianst
384640c284 KEYCLOAK-11918 Add latest and archive builds to documentation 2019-11-07 16:15:06 +01:00
John Muczynski
f6cc26ab76 KEYCLOAK-11732 gatekeeper documentation, in example config files clarify the values for listen: 2019-11-06 07:17:02 -03:00
stianst
e301da8c63 Add warning to always-refresh-token option 2019-10-31 15:25:33 +01:00
JannesD
f3b2913ad3 🎨 fixed inconsinstent example code indentations (#749)
Some of the code examples used 2 spaces, and some were wrongly indented. This PR fixes the inconsistent JavaScript indentation to 4 spaces, and ensures that opening and closing brackets/braces are placed on the same indentation
2019-10-31 12:43:43 +01:00
Dirk Heuvels
5fa457b77b Removed unintended external link 2019-10-31 11:47:04 +01:00
Dirk Heuvels
0d3af71d67 Amendment for common Tomcat/SAML pitfall
As already proposed in https://lists.jboss.org/pipermail/keycloak-user/2018-May/013984.html
2019-10-31 11:47:04 +01:00
lrozenblyum
d472efb1b5 KEYCLOAK-10266 2019-10-30 15:48:06 +01:00
k-tamura
c8028638c8 Fix typos in V7.0 document 2019-10-30 15:37:05 +01:00
Jon Koops
cd7309ddaf [KEYCLOAK-11436] Update JavaScript adapter documentation to prefer native promises 2019-10-30 15:36:27 +01:00
Rob Winch
77d4447d18 Improve JS Adapter Documentation Admin Labels
The documentation currently does not use the same wording as the administrative UI. This makes finding the
correct setting more difficult. Additionally, the documentation does not surround the field names in tick
marks as it does in other places. This makes it less obvious what configuration needs to be done.

This commit adjusts the wording to match the administrative UI. It also ensures the field names are enclosed in tick marks.
2019-10-30 15:34:03 +01:00
Philip Colmer
200a606905 Fix reference to protected resource
Documentation said /protected. Apache config said /private. Changed the documentation to match config.
2019-10-30 15:28:46 +01:00
Thomas Küstermann
cef9a6f009 Fix typo and name Spring Initializr
Link to start.spring.io is using official "Spring Initializr" as link text now.
2019-10-24 08:56:01 +02:00
Jon Koops
ac2ee48ff6 [KEYCLOAK-11193] Add new enableLogging option to JS adapter 2019-09-24 10:31:36 -03:00
rmartinc
e255e8cf64 KEYCLOAK-10757: Replaying assertion with signature in SAML adapters 2019-09-18 16:48:49 +02:00
Jon Koops
d4403d3e5e KEYCLOAK-11196 Document the useNonce option for JS adapter 2019-09-18 11:29:19 +02:00
Tyler VanZanten
b56ca905cd Fix typos 2019-09-12 12:08:27 +02:00
Alex Buechele
6c48b98f2c typo correction, loose vs lose 2019-09-12 12:07:20 +02:00
Stefan Guilhen
b1e487ec39 [KEYCLOAK-7264] Add documentation for the new RoleMappingsProvider SPI 2019-09-11 14:53:31 +02:00
Bruno Oliveira da Silva
d1014006d4 Fix sentence for KEYCLOAK-10734 based on feedback from #716
Co-authored-by: Andy Munro <amunro@redhat.com>
2019-09-02 08:02:12 -03:00
Hynek Mlnarik
600d5ca66c KEYCLOAK-11239 Fix links reported by SecuringAppsTest 2019-08-30 18:41:16 -03:00
Niko Köbler
b1f4eb1462 KEYCLOAK-10734 Let the check-sso feature do the check in hidden iframe 2019-08-29 11:52:25 -03:00
slominskir
7f40c21851 KEYCLOAK-5665 - elytron propagate security domain to ejb 2019-08-14 11:38:58 +02:00
Steeve Beroard
e9a1ebff61 [KEYCLOAK-8104] Keycloak SAML Adapter does not support clockSkew configuration 2019-07-19 09:52:10 +02:00
Thomas Darimont
d58d4f62bd Add note about PKCE to KeycloakInstalled adapter documentation 2019-07-03 08:50:17 +02:00
Thomas Darimont
009af1e1a3 KEYCLOAK-10313 Document PKCE usage for KeycloakInstalled Adapter 2019-07-03 08:50:17 +02:00
stianst
aad12c6bd8 Fix links 2019-06-28 09:13:26 +02:00
Peter Skopek
72852857ab [KEYCLOAK-10338] Securing Applications and Services Guide is missing adapter installation on RHEL8 2019-06-05 14:01:51 +02:00
Peter Skopek
01ea074510 [KEYCLOAK-10339] Obsolete package names in rpm installation section of the Securing Applications and Services Guide 2019-06-05 14:01:51 +02:00
vramik
195383edc9 KEYCLOAK-9598 Apache Tomcat 9.0.x adapter 2019-06-04 21:09:33 -03:00
Thomas Darimont
4d3ef66c86 KEYCLOAK-1033 Document PKCE configuration for JavaScript Adapter 2019-05-29 15:40:37 +02:00
vramik
9dd31810ac KEYCLOAK-9599 Remove Wildfly 8 adapter 2019-05-28 14:29:47 +02:00
vramik
f2638053ff KEYCLOAK-9596 Remove Apache Tomcat 6.0.x adapter 2019-05-28 12:00:28 +02:00
translucens
6a9d60301b fix-broken-heading (#632)
* fix-broken-heading
2019-05-13 19:22:52 -03:00