Commit graph

392 commits

Author SHA1 Message Date
Martin Kanis
ee6c7910c6 KEYCLOAK-13727 Incorrect steps for rpms installation 2020-04-06 16:15:27 +02:00
stianst
ee167f8f81 Fix links 2020-03-26 08:41:55 +01:00
Pedro Igor
047ab96c83 [KEYCLOAK-11272] - Adding information about enabling fine-grained admin permissions when using token exchange 2020-03-24 06:09:43 +01:00
Neon Ngo
16f57eb0d9 Update server version to 4.6.0 in known issue
* per author of KEYCLOAK-8954, Keycloak server 4.6.0 was when problem occurred.
* FYI: Keycloak gatekeeper 2.3.0 does work Keycloak server 8.0.1 without the workaround
2020-03-16 14:45:18 -03:00
Thomas Delrue
aa41426f00 Update multi-tenancy.adoc
small typo
2020-03-16 15:52:33 +01:00
stianst
21d15f9502 KEYCLOAK-13226 Remove mention of Spring starter from docs 2020-03-06 08:33:46 +01:00
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
Pedro Igor
b220c0d5bc [KEYCLOAK-10232] - Node.JS Policy Enforcer Documentation 2019-05-08 15:52:58 -03:00
k-tamura
d59910b4d9 KEYCLOAK-8692 - Make it possible to build on Windows 2019-05-08 09:03:13 +02:00
k-tamura
2b656cd1af Fix incorrect RP abbreviation 2019-05-02 09:09:39 +01:00
Kohei Tamura
5f122ea97a Improve formatting 2019-05-02 09:09:08 +01:00
Kohei Tamura
bc991b0cd8 Fix typos and improve document format 2019-04-29 15:03:58 +01:00
Bruno Oliveira da Silva
f864bc7ca7 Grammar fixes for KEYCLOAK-10043 2019-04-22 16:48:12 -03:00
Bernardo Pacheco
3eb4e36667 Support check-sso option in the Node.js adapter
This documentation update was requested in this PR:

https://github.com/keycloak/keycloak-nodejs-connect/pull/189
2019-04-22 13:25:17 -03:00
vramik
bc146acde7 KEYCLOAK-10058 Update Securing application guide regarding fuse adapter 2019-04-16 11:24:22 +02:00
Sebastian Laskawiec
7506d9173c KEYCLOAK-9601 KEYCLOAK-9602 Jetty 8.1 and 9.1 removal 2019-04-16 11:21:34 +02:00
Martin Ball
e342353808 KEYCLOAK-4249 - Make IDP URL in keycloak-saml.xml configurable
Updated the references to the version of keycloak_saml_adapter schema to 1_10 and added the details of the metadataUrl to the IDP element docs.
2019-03-27 08:04:57 +01:00
Kohei Tamura
da3e482fbb Fix a typo 2019-03-12 08:23:19 +01:00
Kohei Tamura
6e2bfda16d Update client-registration.adoc 2019-03-12 08:21:49 +01:00
Kohei Tamura
4a0922077f Correct the wrong button label 2019-03-12 08:21:27 +01:00
Kohei Tamura
04174492e4 Fix incorrect descriptions 2019-03-12 08:21:09 +01:00
Kohei Tamura
0bc120516f Fix incorrect descriptions 2019-03-12 08:20:49 +01:00
Matthew Helmke
cb1b73930f KEYCLOAK-9319 fixes in developer guide 2019-02-21 09:09:54 +01:00
Matthew Helmke
9d97b00073 re-added wildfly mention changes 2019-02-20 11:51:28 +01:00
Matthew Helmke
2c2c7f7b50 Revert "fixed Wildfly mentions and faulty links with underscores"
This reverts commit 1ecbc1ba14075203af437295927699adf84cc428.
2019-02-20 11:51:28 +01:00
Matthew Helmke
a8cdbc3ca3 fixed Wildfly mentions and faulty links with underscores 2019-02-20 11:51:28 +01:00
Matthew Helmke
9431096112 updates to server admin guide 2019-02-20 11:51:28 +01:00
Matthew Helmke
875f70e23e changes and reverted changes as requested 2019-02-20 11:30:04 +01:00
Matthew Helmke
3404d06d47 more adjustments 2019-02-20 11:30:04 +01:00
Matthew Helmke
7556374e96 fixed last mentions of old versions 2019-02-20 11:30:04 +01:00
Matthew Helmke
6cb1d1d86b KEYCLOAK-9372 update EAP version 2019-02-20 11:30:04 +01:00
NathanB_Amaron
5dee13007b Update client-registration.adoc
Add missing ',' to avoid confusion.
2019-02-20 11:24:27 +01:00
stianst
4815bf2fe3 Fix links 2019-02-20 10:58:01 +01:00
Matthew Helmke
39bb3ddd91 removed extra warning 2019-01-21 06:46:01 -06:00
Matthew Helmke
7df326a21e KEYCLOAK-9333 update Fuse version notes 2019-01-21 06:46:01 -06:00
Stefan Schwarz
f23ede5c1c add documentation for setting custom headers 2018-12-18 10:06:28 -06:00
Sylvain Chen
4d9a2b200f Add gatekeeper documentation on how to use a forwarding proxy server 2018-12-18 06:31:49 -06:00
ryandawsonuk
cdd725b5bf uppercase B in Boot 2018-12-14 10:35:50 -06:00
ryandawsonuk
0a98dd0bce note on avoiding BeanDefinitionOverrideException 2018-12-14 10:35:50 -06:00
Bruno Oliveira da Silva
815c7f7ae6 [KEYCLOAK-9016] Document the client mapper to make use of Gatekeeper with the latest Keycloak releases 2018-12-14 10:02:03 -06:00
Domenico Briganti
a5a203d99e Add -c parameter on jboss-cli invocation for run cli script while wildfly is running 2018-12-14 06:26:10 -06:00
Frieder
7e2e485e09 Fixed some URIs in the chapter Docker Registry Configuration and Token Exchange 2018-12-13 16:02:58 +01:00
Frieder
216bc77085 Added /auth to the URIs in the chapter Client Registration cause it was missing 2018-12-13 16:02:58 +01:00
Pedro Igor
741058366b [KEYCLOAK-8865] - Updating techpreview references in documentation 2018-12-13 08:45:56 +01:00
Stefan Schwarz
a4f08465be Add documentation for enable-authorization-header 2018-12-12 06:11:49 -06:00
任暁棟
cdf9c4dbf3 Update javascript-adapter.adoc
change hybird to hybrid
2018-12-12 06:04:47 -06:00
stianst
8b81106dec Fix links 2018-12-05 10:16:54 +01:00
Pedro Igor
a2f3e95a26 [KEYCLOAK-4342] - Make adapter state cookie path configurable 2018-12-04 18:41:36 +01:00
Geoffrey Cleaves
da8ce0026e JS adapter promises have changed
It appears that instead of `.then` and `.catch` you now use `.success` and `.error`. I've updated the examples accordingly.
2018-11-19 08:40:16 -06:00
rmartinc
39412ab5ea KEYCLOAK-8810: Explain better how to preform a HttpServletRequest.logout() 2018-11-15 10:31:05 -06:00
stianst
31e22a300d Fixes 2018-11-14 20:11:22 +01:00
Bruno Oliveira da Silva
a22681113a [KEYCLOAK-8778] Update Docker Hub Gatekeeper URL into the docs 2018-11-08 20:13:30 -02:00
Torbjørn Skyberg Knutsen
6234e4d14c KEYCLOAK-7166 Added a new section about identity broker logout. 2018-11-06 13:40:56 +01:00
Torbjørn Skyberg Knutsen
3101c4ed98 KEYCLOAK-7166 Added documentation of the initiating_idp-parameter. 2018-11-06 13:40:56 +01:00
Matthew Helmke
ba86243ffe [KEYCLOAK-7410] Adapt and merge generic-adapter documentation (Gatekeeper) 2018-10-16 15:39:02 -03:00
Bruno Oliveira da Silva
47ef45dc1a [KEYCLOAK-8317] keycloak-connect - allow kc_idp_hint to be specified from the application 2018-10-10 16:26:42 -03:00
stianst
8529a624dd KEYCLOAK-7920 Documentation for change to native promise in JS adapter 2018-10-10 21:00:30 +02:00
Geoffrey Cleaves
ff95d3c7b0 Fixing a typo
was: alert(JSON.stringify(test, null, "  "));
now: alert(JSON.stringify(profile, null, "  "));
2018-10-08 21:56:29 +02:00
Matthew Helmke
929562fcb4 Added header to index.adoc as in master.adoc 2018-10-04 14:43:46 +02:00
mposolda
c56a6a2cdb KEYCLOAK-8297 Documentation for audience 2018-09-25 08:10:21 +02:00
Matthew Helmke
dba3b00c84 added note about sticky session cookie limitations 2018-09-19 10:20:48 -05:00
Johannes Knutsen
57bae71a75 Update http://openid.net to https://openid.net 2018-09-12 07:07:33 -05:00
Dmitry Telegin
f4be4785ee KEYCLOAK-7858 - OIDC servlet filter adapter OSGi support 2018-09-04 15:51:16 +02:00
mposolda
66c96281d2 KEYCLOAK-8139 Update the documentation for supported/deprecated Wildfly/EAP adapters 2018-09-03 11:04:53 +02:00
mposolda
8ae19e5f78 KEYCLOAK-7437 Support for prompt=consent 2018-08-29 15:42:16 +02:00
Martin Kanis
fc3b324913 KEYCLOAK-7797 Misplaced question marks 2018-08-28 14:33:07 +02:00
stianst
928bd39212 KEYCLOAK-7972 Fixed maven repo for RH-SSO CD 2018-08-01 08:37:34 +02:00
stianst
fffffd49e2 Fix missing variables test 2018-07-30 10:37:35 +02:00
Anton Johansson
75c5386d80 Add missing parantheses 2018-07-24 15:28:51 +02:00
Hynek Mlnarik
3e2d60db1c KEYCLOAK-7888 Better way of securing CXF deployments 2018-07-20 21:42:06 +02:00
Hynek Mlnarik
3c187ab8e5 KEYCLOAK-7703 Documentation for HierarchicalPathBasedKeycloakConfigResolver 2018-07-20 21:40:50 +02:00
Gregor Tudan
d98e0a25b5 KEYCLOAK-2606: set an explicit anchor for the cordova chapter 2018-07-18 10:52:19 +02:00
Gregor Tudan
63d2e54018 remove anchor links to the deeplinks-plugin 2018-07-18 10:52:19 +02:00
Gregor Tudan
d3a733f947 KEYCLOAK-2606: fix links 2018-07-18 10:52:19 +02:00
Gregor Tudan
bb7a5f5f22 KEYCLOAK-2606: Added fixes suggested by matthewhelmke 2018-07-18 10:52:19 +02:00
Gregor Tudan
044afd3e62 KEYCLOAK-2606: add links to the example cordova apps 2018-07-18 10:52:19 +02:00
Gregor Tudan
bf29410b6b KEYCLOAK-2606: document the different cordova modes of the javascript adapter 2018-07-18 10:52:19 +02:00
rmartinc
15b3d7f707 Documentation changes for KEYCLOAK-1925: SAML adapter multitenant support 2018-07-10 13:21:01 +02:00
Hynek Mlnarik
36064eddee KEYCLOAK-7640 Fix docs on Fuse 7 / hawt.io integration 2018-06-21 17:01:02 +02:00
Kohei Tamura
2996da5774 Fix incorrect link format (#403) 2018-06-13 08:32:16 +02:00
Hynek Mlnařík
0697a34bc0
KEYCLOAK-7413 Fuse 7 documentation (#401) 2018-06-12 09:49:39 +02:00
Lorent Lempereur
e3da92cc24 Javascript Adapter - Documentation about login options 'cordovaOptions' (#395) 2018-06-11 08:24:41 +02:00
Marek Posolda
099a71f981
KEYCLOAK-7075 Client scopes documentation (#389) 2018-06-08 15:39:15 +02:00
Stian Thorgersen
94bd75aa3e
KEYCLOAK-7527 Release notes in documentation and additions for CD (#397) 2018-06-07 15:18:50 +02:00
Hynek Mlnarik
2c94d91c7a KEYCLOAK-7094 Support redirect to external logout page 2018-06-05 14:51:30 +02:00
Hynek Mlnarik
74c0e27d6e KEYCLOAK-7507 Update link to token exchange draft 2018-06-05 10:10:11 +02:00
mposolda
218d2dd976 KEYCLOAK-7471 Improve adapter documentation for parameters-forwarding and prompt 2018-05-30 19:39:57 +02:00
Kohei Tamura
911336913b Fix typos and improve readability (#381) 2018-05-29 10:02:18 +02:00
Alastair Hole
b44cfa64e8 "Its" possessive pronoun (#362) 2018-05-29 10:00:44 +02:00
Matthew Helmke
4d8727ed22 KEYCLOAK-7327 added Java Servlet Filter Adapter topic to product 2018-05-25 10:06:11 +02:00
Vlasta Ramik
8a91d61e33 KEYCLOAK-7274 Hardcoded config in offline adapter installation scripts (#373) 2018-05-03 19:50:42 +02:00
Stian Thorgersen
5ad6ecd190
Fix links (#372) 2018-04-27 09:39:58 +02:00
ssilvert@win.redhat.com
cef17cc82e KEYCLOAK-7196: Add kcLocale to login Options 2018-04-23 10:00:55 -04:00
Stian Thorgersen
f840a3484a
Update URLs to https (#366)
* Update URLs to https

* Fix https://pypi.python.org/pypi/oic/ link
2018-04-20 10:25:03 +02:00
Wojciech Trocki
5ed85df376 Add adapter option to keycloak.js (#359)
* Add adapter option to keycloak.js

Adding documentation for adapter option that was exposed in https://github.com/keycloak/keycloak/pull/5067

* Apply language fixes
2018-04-20 09:18:43 +02:00
Lubos Palisek
df7a50d1ec Update documentation of spring security adapter registering Filters twice. Two new Keycloak filters were introduced since last update of the documentation. I'm adding them to documentation to be consistent with the code. (#340) 2018-04-06 08:09:02 +02:00
Clemens Gutweiler
51f1aeec67 Added missing backslash (#333)
Some request examples missed a backslash
2018-04-06 07:26:20 +02:00
Matthew Helmke
2b37305461 KEYCLOAK-5852 2018-03-27 09:28:17 +02:00
vmuzikar
171d09b2e7 Improve "Configuring a client for use with the Client Registration CLI" 2018-03-26 10:26:28 +02:00
stianst
09eb0e2749 KEYCLOAK-5574 Added edit this page on GitHub link 2018-02-14 10:17:38 +01:00
k-tamura
bf74b61e8b Fix incorrect source format 2018-02-08 23:30:35 +01:00