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
mposolda
e120f6d684
Release notes - fix
2020-07-21 18:48:52 +02:00
mposolda
bfa909d05f
Release notes for Keycloak 11 added
2020-07-21 14:06:01 +02:00
mposolda
4a033130e3
KEYCLOAK-14715 Documentation for the upgrade to Wildfly 20
2020-07-20 22:15:57 +02:00
Peter Skopek
30850c5549
KEYCLOAK-14361 make tests run as final module regardless of profile (community|product)
2020-07-20 14:16:46 +02:00
Thomas Vitale
8a7c6531d7
KEYCLOAK-9321 Add note to migration guide about removed endpoint
...
The migration guide for 11.0.0 includes a note about the non-standard
token_introspection_endpoint that has been removed.
2020-07-17 11:41:32 +02:00
vmuzikar
4b016d7c08
KEYCLOAK-14023 Instagram User Endpoint change
2020-07-10 17:37:08 -03:00
Renann Prado
8256641ecd
There's no Google+ anymore
2020-07-10 09:21:41 +02:00
Thomas Darimont
d167636534
KEYCLOAK-13267 Add note to upgrade guide about keycloak-admin-client version
...
Add note to upgrade guide that keycloak-admin-client versions must match server version
2020-07-10 07:29:38 +02:00
Sean McCormick
7139636c0e
Updated section on the Credentials
tab
...
Previously, the process for viewing the credentials tab left out an important step. Namely, that the Credentials tab does not show up until you've saved the client with the Access Type set to confidential.
This patch adds a sentence to help guide readers to get to the Credentials tab.
2020-07-10 07:26:20 +02:00
mposolda
6715676529
KEYCLOAK-14467 Improve the brute force docs about the error message for temporarily disabled user
2020-07-10 07:24:12 +02:00
dependabot[bot]
c7fbd5703a
Bump log4j-core from 2.13.0 to 2.13.2 in /tests
...
Bumps log4j-core from 2.13.0 to 2.13.2.
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-07 08:59:35 +02:00
Stephen Morris
2802e37978
Update auth-services-architecture.adoc
2020-07-03 12:58:40 -03:00
Andy Munro
72f84e3d04
KEYCLOAK 12209 Adding an S to Z series
2020-07-03 12:42:43 +02:00
Evan Shortiss
0950d0d15f
add proxy configuration section to node.js adapter docs
...
- fix: correct express to uppercase
2020-07-02 16:24:17 -03:00
Daniel Munzinger
4ca1fecdaf
KEYCLOAK-13289 Added redirect_url to Node.js logout
2020-07-02 16:16:12 -03:00
Andy Munro
c0a644ecf2
KEYCLOAK-13562 -- Adding back missing line: [[env_vars]]
2020-07-02 09:04:09 -03:00
Arvid Karlsson
daefab2fba
Update configuration.adoc
...
Changed from Google to Facebook to match the images
2020-07-01 19:30:30 -03:00
Jon Koops
1652f55997
KEYCLOAK-14496 Document the ability to pass custom adapters into the JavaScript client
2020-07-01 19:27:02 -03:00
Fritz Oscar
112a31b10c
add word to complete the sentence
2020-07-01 19:13:30 -03:00
Fritz Oscar
d9bc99962e
link current best practice for OAuth
...
It could also be considered to link the oauth.net website (https://oauth.net/2/oauth-best-practice/ ) instead to always point to the most recent document.
2020-07-01 19:12:49 -03:00
Bartosz Siemieńczuk
17d1819101
KEYCLOAK-14006 Allow administrator to add additional fields to be fetched with Facebook profile request
2020-07-01 19:10:48 -03:00
Hynek Mlnarik
6fadb8f437
KEYCLOAK-11450 Update version for 7.4.0.CR2
2020-07-01 18:53:23 -03:00
mhajas
8659b670ab
KEYCLOAK-14105 Document setting SameSite to None for mod_auth_mellon
2020-07-01 18:52:12 -03:00
Andy Munro
a3004ea2c2
KEYCLOAK-14392 Adressing input from Lukas.
2020-07-01 18:50:29 -03:00
erwin314
6c98e97abf
include tomcat 9 in heading
2020-07-01 18:47:27 -03:00
vmuzikar
f977559a16
KEYCLOAK-14104 Update documentation about silent check-sso to reflect 3rd party cookie blocking
2020-06-30 17:14:16 -03:00
Martin Idel
5ae0627fcb
KEYCLOAK-14536 Add upgrading guide pointing out UserModel changes
...
- changes impact deployments with certain custom attributes
- changes impact SPIs subclassing UserModel
2020-06-25 14:51:13 +02:00
Guillaume Troupel
27d2486171
typo
2020-06-19 11:16:28 +02:00
mposolda
20ce29c830
KEYCLOAK-14417 Clarify the export/import documentation for the keycloak.import mechanism
2020-06-19 11:00:20 +02:00
mposolda
141c092ab7
KEYCLOAK-14383 keycloak-documentation tests are failing due the link to ha-proxy
2020-06-18 08:45:54 +02:00
Andy Munro
ca83614fa9
KEYCLOAK-14386 Replacing cr_name with CR-Name and other minor changes
2020-06-17 14:57:33 +02:00
Yoshiyuki Tabata
ad2f010976
KEYCLOAK-14145 OIDC support for Client "offline" session lifespan
2020-06-04 14:27:04 +02:00
Peter Skopek
465e00ccbf
KEYCLOAK-14374 Add synchronization for 9.0.x branch
2020-06-03 14:43:19 +02:00