Commit graph

152 commits

Author SHA1 Message Date
little_pinecone
0237a4766d
KEYCLOAK-8857 Update the Using Spring Boot Configuration section (#1347)
* update bean declaration example to explicitly show that it should be declared in a class separate to `KeycloakWebSecurityConfigurerAdapter`
* add explanation to possible `Circular References` problem in Spring Boot 2.6+
* remove unnecessary whitespace

Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2023-03-15 14:11:47 +01:00
tlappe
fc901a6359 Usage of default value in ${...} enclosure
Replaces #1132
2023-03-10 09:48:28 +01:00
Erik Jan de Wit
878fd16dd7
removed use of installation tab (#1778)
* removed use of installation tab

fixes: https://github.com/keycloak/keycloak/issues/17146

* Update securing_apps/topics/docker/docker-overview.adoc

Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>

* Update securing_apps/topics/oidc/java/jboss-adapter.adoc

Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>

* Update server_admin/topics/clients/oidc/con-audience.adoc

Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>

---------

Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
2023-02-27 15:04:01 +01:00
Marc Wrobel
8f6aee0ca8
Fix minor typos in the 'Securing Applications and Services' guide (#1704) 2022-10-19 08:49:23 +02:00
andymunro
3816154dc9
Preparing Server Admin Guide for RHBK (#1690)
Closes #1688
2022-10-05 14:43:15 -04:00
andymunro
babbe50dcc
Update Securing Apps guide (#1569)
Revise guide for new admin console

Closes 1568
2022-07-25 16:37:28 -04:00
Marek Posolda
a4d4e54a39
Documentation for latest logout changes (#1624)
* Documentation for latest logout changes
Closes #1545


Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
2022-07-25 11:04:38 +02:00
Simon
5e83c34384
Fix typo (#1608) 2022-07-21 12:58:25 +02:00
andymunro
fd206367e0
Updating RPM instructions for 7.6 (#1603) 2022-07-01 16:49:53 -03:00
rmartinc
198c67fb18 Issue #9194: Client authentication fails when using signed JWT, if the JWA signing algorithm is not RS256 2022-06-06 12:08:23 +02:00
Stian Thorgersen
ed19065077
Remove adapters that are EOL from docs (#1512)
* Remove adapters that are EOL from docs

Closes #1510

* Update securing_apps/topics/oidc/java/servlet-filter-adapter.adoc

* f
2022-05-04 10:28:16 +02:00
Marek Posolda
044945bed4
Documentation for RP-Initiated Logout refactoring (#1443)
* Documentation for RP-Initiated Logout refactoring
Closes #1442

* Added warning about backwards compatibility switch removal in the future
2022-03-30 11:55:39 +02:00
Stian Thorgersen
65287b7aef
Update documentation for Quarkus distribution (#1385) 2022-02-08 14:07:16 +01:00
renan
cbb093203b
Fix typo (#1369) 2022-01-31 09:29:34 +01:00
AndyMunro
297c600fad 1311 - Changing RPM command from 7_4 to 7_5 2022-01-17 11:19:40 -03:00
andymunro
d604e60c58
Addressing final review comments from Pedro (#1176) 2021-12-22 11:28:04 +01:00
AT
43a457e332
Update spring-security-adapter.adoc (#1282)
We could confirm a memory leak due to the SessionRegistryImpl not created as a separate bean and thus not processing SessionDestroyedEvents. As described in the linked topic (https://keycloak.discourse.group/t/outofmemory-in-sessionregistryimpl-spring-security-adapter-config/6814) this resulted in sessions never being destroyed until the applications went unresponsive because the heap was full.
2021-11-10 12:57:52 +01:00
andymunro
54ebff775c
CIAM-956 Forward port 7.5 Upgrading Guide changes to upstream (#1257)
* Changing Keycloak release to 15.0.2 as the starting point for migrating to SSO 7.5

(cherry picked from commit bbd909a64e0588e7b63a8aabf698f2d609003705)

* CIAM-956 Fixing conflicts

(cherry picked from commit 8452c8d1e0fdb284423f84bda91604f49d21a750)
2021-11-10 11:54:04 +01:00
andymunro
ce1d74a9af
KEYCLOAK-19433 Fixing link to Data Grid documentation (#1280)
Adding note about Spring Boot adapter deprecation to 7.4 Securing Apps guide.  Will clone this change for 7.5.
2021-11-10 11:49:42 +01:00
Stephen Morris
1146b4d5c9
Update spring-security-adapter.adoc (#1234)
Fixed some typos.
2021-11-10 11:48:23 +01:00
andymunro
a62e18e2b1
CIAM-950 Changing Java EE and JavaEE to Jaka rta EE (#1268) 2021-11-10 11:45:59 +01:00
Paul Podgorsek
e72e9ed1a1
Corrected spelling mistakes (#1224) 2021-11-10 09:48:46 +01:00
dmprocha
a62dfc5b07
Update spring-security-adapter.adoc (#1231)
Add missing word
2021-11-10 09:46:47 +01:00
Simon Legner
c6d5af8675
java-adapter-config: fix JSON indentation (#1245)
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2021-11-10 09:45:32 +01:00
Tjeu Kayim
eda1b497c4
Translate German/Dutch "geheim" to "secret" (#1139) 2021-11-10 09:12:12 +01:00
Jonathan Vila
b6dba27c1e KEYCLOAK-19144 [PR] fixing broken links 2021-11-08 15:00:24 +01:00
AndyMunro
e15ebe8306 admin-reuse -- Found one more Data Grid link to fix based on a separate PR. 2021-09-21 08:58:46 +02:00
Andy Munro
d11312c618 correction to themes 2021-09-21 08:58:46 +02:00
Peter Skopek
b26a91c7a2 KEYCLOAK-16522 fix test issues (external links and anchor) (#44) 2021-09-21 08:58:46 +02:00
Yang Xie
080c682769 KEYCLOAK-17693 add config for loading custom IdMapper class 2021-08-03 17:45:04 +02:00
Martin Bartoš
104c85d46b KEYCLOAK-18466 Configure HTTP client timeouts for adapters 2021-07-22 10:54:52 +02:00
stianst
74abc79c48 Remove link to Undertow.io 2021-06-07 12:31:34 +02:00
Hynek Mlnarik
b572fcff07 KEYCLOAK-18301 Fix broken links 2021-05-31 08:59:58 +02:00
Yoshiyuki Tabata
fde7cdeb70 KEYCLOAK-17491 Move the key settings to the new Keys tab 2021-05-27 15:27:18 +02:00
R Kaja Mohideen
cdc50fb328 KEYCLOAK-15906 2021-03-11 16:25:37 +01:00
Stefan Guilhen
9a21c9cb05 [KEYCLOAK-16788] Fix broken links 2021-01-15 10:47:01 +01:00
Michael Furman
6b9a5f2854 Update spring-security-adapter.adoc 2020-09-09 11:19:57 +02:00
Michael Furman
cdbdac6c36 Fixing KEYCLOAK-14642
Fixing documentation to resolve KEYCLOAK-14642
2020-09-09 11:19:57 +02:00
Alex Szczuczko
4bd21354cc KEYCLOAK-15079 Resolve two test failures
This PR resolves these test failures, currently on master:

```
Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 38.833 sec <<< FAILURE!
checkExternalLinks(org.keycloak.documentation.test.SecuringAppsTest)  Time elapsed: 38.723 sec  <<< FAILURE!
* http://undertow.io/ (invalid redirect to https://undertow.io/)

Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.999 sec <<< FAILURE!
checkVariables(org.keycloak.documentation.test.GettingStartedTest)  Time elapsed: 0.004 sec  <<< FAILURE!
* context

Running org.keycloak.documentation.test.ServerInstallationTest
```

And these product test failures:

```
Running org.keycloak.documentation.test.GettingStartedTest
Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.79 sec <<< FAILURE!
checkExternalLinks(org.keycloak.documentation.test.GettingStartedTest)  Time elapsed: 0.767 sec  <<< FAILURE!
* http://access.redhat.com/documentation/en-us/red_hat_single_sign-on/7.4.1/ (invalid redirect to https://access.redhat.com/documentation/en-us/red_hat_single_sign-on/7.4.1/)

Running org.keycloak.documentation.test.OpenShiftTest
Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 8.502 sec <<< FAILURE!
checkExternalLinks(org.keycloak.documentation.test.OpenShiftTest)  Time elapsed: 8.404 sec  <<< FAILURE!
* https://access.redhat.com/documentation/en-us/red_hat_single_sign-on/7.4.1/html-single/red_hat_single_sign-on_for_openshift_on_openj9/ (invalid status code 404)
```
2020-08-18 10:48:29 -03:00
JQ Zhu
2423febf03 Update spring-security-adapter.adoc
Fix typo
2020-07-23 10:36:14 -03:00
erwin314
6c98e97abf include tomcat 9 in heading 2020-07-01 18:47:27 -03:00
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
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
Stian Thorgersen
10264146df
Update installed-adapter.adoc 2020-02-21 14:09:34 +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
8768ed5568 Update java-adapter-config.adoc 2020-01-07 13:48:53 +01:00
stianst
e301da8c63 Add warning to always-refresh-token option 2019-10-31 15:25:33 +01:00