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
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