* Remove WildFly distribution from documentation
Closes#1665
* Update server_admin/topics/authentication/webauthn.adoc
Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
* Update upgrading/topics/install_new_version.adoc
Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
* Update upgrading/topics/migrate_db.adoc
Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
* Update upgrading/topics/migrate_db.adoc
Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
* Update server_admin/topics/realms/ssl.adoc
* Update server_admin/topics/user-federation/ldap.adoc
Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
* Update server_development/topics/providers.adoc
Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
* Update server_development/topics/providers.adoc
Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
* Remove section on cilent cert lookup in x509.adoc
* Update securing_apps/topics/oidc/fapi-support.adoc
Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
* Add missing images for rh-sso images by moving to shared images as we won't have RH-SSO specific theme anymore
Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
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.