stianst
073813d5c5
Release notes for KC 12
2020-11-26 09:48:36 +01:00
Jan Lieskovsky
74a562cf8f
[KEYCLOAK-16098] Documentation for the upgrade to Wildfly 21
...
Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com>
2020-11-26 09:29:34 +01:00
zak905
3c3131b9ab
adjustements and update images to match latest changes
2020-11-24 15:50:50 +01:00
zak905
73d449f2da
KEYCLOAK-953: add docs about enabling user to delete account functionality
2020-11-24 15:50:50 +01:00
Rahul Singh
ab7a649238
KEYCLOAK-16294 Updating IBM Power in release note
2020-11-12 19:51:38 +01:00
mposolda
af454cbd94
KEYCLOAK-9551 Client Credentials Grant should not generate refresh token
2020-11-06 09:16:36 +01:00
mposolda
a1d84dc180
KEYCLOAK-14887 Outgoing HTTPS request truststore documentation reads 'disabled' but actual parameter is 'enabled'
2020-11-05 17:44:36 +01:00
Stian Thorgersen
7c7e862967
Delete .travis.yml
2020-11-03 12:23:37 +01:00
Stian Thorgersen
2056a46e4e
Update maven.yml
2020-11-03 12:19:39 +01:00
Stian Thorgersen
d456323549
Initial GitHub Action
2020-11-03 12:19:14 +01:00
Christoph Leistert
e3cba1af29
KEYCLOAK-14855 Add hints to realm-specific localization texts
2020-10-30 12:30:26 +01:00
Niko Köbler
f9e5d78a56
KEYCLOAK-15158 adjust basic example of Keycloak JS adapter usage
...
As the JS adapter has evolved, it now tries to add an iframe element to the document body during initialization.
When used like in the basic example as before, there will be an JS error, as the document body is not yet available.
So we've to wait until the document is loaded, thus the initialization is put in a function and the function will be called upon body.onload()
2020-10-29 09:53:55 +01:00
Andy Munro
8ff235e630
adding SVG source graphics for both versions
2020-10-29 09:44:43 +01:00
Martin Bartoš
bb70a59a5a
KEYCLOAK-14139 Upgrade login screen to PF4 docs
2020-10-27 20:20:32 +01:00
mposolda
6662e07ccd
FAPI RW support to release notes
2020-10-27 17:03:34 +01:00
Luca Leonardo Scorcia
792deeb786
KEYCLOAK-15697 Make the Service Provider Entity ID user configurable
2020-10-09 22:04:09 +02:00
mposolda
bce56fe5c0
KEYCLOAK-15770 Skip creating session for docker protocol authentication
2020-10-09 07:52:49 +02:00
Stian Thorgersen
39ad765fc9
Update javascript-adapter.adoc
2020-09-17 23:10:46 -07:00
Thomas Vitale
6fdf747196
KEYCLOAK-15248 Remove duplicated steps in getting started guide
2020-09-17 23:09:02 -07:00
Sebastian Laskawiec
e213c1c791
KEYCLOAK-12410 Deploying themes using Keycloak Operator
2020-09-17 18:39:06 -03:00
Luca Leonardo Scorcia
d4302c0b88
KEYCLOAK-15485 Add option to enable SAML SP metadata signature
2020-09-16 16:40:49 +02:00
Heikki Simperi
4500dcbbc6
KEYCLOAK-13837 Admin cli command has alias parameter should be keyAlias
2020-09-10 10:58:52 -03:00
Andy Munro
df1cb476fe
KEYCLOAK-14845 Updating IBM Z and OpenJ9 terminology
2020-09-09 15:02:07 -03: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
Hynek Mlnarik
bf637dc8ca
KEYCLOAK-14961 Update release notes
2020-09-07 15:19:40 +02:00
PoojaChandak
1fd8a6e28e
Update fine-grain.adoc
...
review comment update
2020-09-07 06:09:50 -07:00
PoojaChandak
43dbad7cfc
Update fine-grain.adoc
...
Observed a few changes, suggesting the same. Kindly check.
2020-09-07 06:09:50 -07:00
Luca Leonardo Scorcia
865dd55f04
KEYCLOAK-14961 SAML Client: Add ability to request specific AuthnContexts to remote IdPs
2020-09-03 21:25:30 +02:00
Alex Szczuczko
106669cd45
KEYCLOAK-15428 Fix two broken links causing test failures
...
http://browsercookielimits.squawky.net no longer exists, and I can't find an
equivilent of what it did, so I've removed it.
https://wildfly.org needed a slash on the end and a www up front, to prevent a redirect.
That should resolve the test failures currently causing all PRs to be flagged.
2020-09-02 14:25:07 -03:00
David Kanenwisher
afb6e99e3c
Fix typo
...
Correct the conjugation of "have".
2020-09-02 14:30:16 +02:00
Luca Leonardo Scorcia
cc2150dd90
KEYCLOAK-14902 Replace SAML SP metadata export with link to descriptor
2020-08-31 22:27:06 +02:00
Thomas Darimont
695457d46a
KEYCLOAK-12729 Document Not-Email Password-Policy
...
Introduced via PR: https://github.com/keycloak/keycloak/pull/7103
2020-08-21 14:55:43 +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
Lorent Lempereur
02dbb7d3b2
KEYCLOAK-FIX Reinstating missing content.
2020-08-05 18:05:48 -03:00
Andy Munro
73902f607f
KEYCLOAK-14758 Using a variable for the base version: 7.4 (also deleted a blank line to allow me to recommit, becuase I don't see a problem with the variable I added)
2020-08-05 17:36:36 -03:00
Andy Munro
af5e005c20
KEYCLOAK-14658 adding a step to start the EAP CLI before applying the patch
2020-08-05 10:58:16 -03:00
Alex Szczuczko
c3830b1f64
KEYCLOAK-14862 Fix redirect links previously shadowed by a test bug
2020-08-05 10:57:16 -03:00
Alex Szczuczko
8a3fbabf26
KEYCLOAK-14862 Upgrade httpclient test dependency
...
The new version of httpclient supports handling HTTP 429 errors. This should
resolve the sporadic failures in the ReleaseNotesTest in PRs.
I also increased the retry count to 5, to make sure the default backoff
algorithm in httpclient has room to work effectively.
2020-08-05 10:57:16 -03:00
Alex Szczuczko
aecad05a10
KEYCLOAK-14979 Fix out of level sequence section title in Keycloak changes
...
This should clear the warning that the docs bot has been reporting for a long
time.
2020-08-03 14:16:51 -03:00
Andy Munro
d02903fe30
KEYCLOAK-13280 Removing sentence that adds confusion.
...
KEYCLOAK-13280 addressing input from Jan
2020-07-31 10:24:18 +02:00
Dillon Sellars
727b8963a3
KEYCLOAK-14529 Signed and Encrypted ID Token Support : RSA-OAEP-256 Key Management Algorithm
2020-07-30 15:21:19 +02:00
Yoshiyuki Tabata
8f537f7034
Fix path-cache lifespan of policy-enforcer
2020-07-28 14:30:25 -03:00
Lorent Lempereur
1b37a849bc
KEYCLOAK-13950 SAML2 Identity Provider - Send Subject in SAML requests
2020-07-24 21:42:12 +02:00
berendjan
e23020eb3f
Update auth-spi.adoc
2020-07-24 11:36:53 -03:00
MANAS PATNAIK
bcea5ebfbb
Update oidc-generic.adoc
2020-07-24 11:36:25 -03:00
Ebram Shehata
08d58b57af
Update database.adoc
...
Fix a typo
2020-07-24 11:35:58 -03:00
Ebram Shehata
482479cc18
Update token-exchange.adoc
2020-07-24 11:35:41 -03:00
JQ Zhu
2423febf03
Update spring-security-adapter.adoc
...
Fix typo
2020-07-23 10:36:14 -03:00
PoojaChandak
66f34fa856
Update README.md
...
Suggesting a few changes I observed while going through the document.
2020-07-23 10:35:45 -03:00