* 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>
I did change the `onTokenExpired` after the init function, not knowing that this would cause nothing to happen. Hence, I think the extra hint here is helpful.
Ideally, we would have an "updateEvent" function in the keycloak provider.
* 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)
I recieved feedback from customer/users that keycloak client side is widely undocumented, which was surprising.
After checking I found out that in fact for users that use npm there is no documentation provided:
https://www.npmjs.com/package/keycloak-js
This is very rare to see in NPM for package that have such large number of downloads.
Additionally official docs doesn't mention NPM at all and recommend using js package from server (which is not be best advice if you do CDN's etc.).
Additionally some old bower repo is still 3th result in google and since it has some docs people using it:
https://github.com/keycloak/keycloak-js-bower - worth to remove this as well.
Added simple note in the docs so hopefully google will position this documentation
* Clarify docker registry config docs
The docs where actually clear, but this additional explanation could save users some time, as some new folks may not know the fact that realm public key is different from the actual SSL key used for HTTP connections.
* Update docker-overview.adoc
Co-authored-by: Stian Thorgersen <stian@redhat.com>