mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Remove adapters from product documentation (#21177)
Closes #21176 Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com> Co-authored-by: Stian Thorgersen <stianst@gmail.com>
This commit is contained in:
@@ -1,13 +1,45 @@
|
||||
=== Java adapters
|
||||
=== {project_name} Java adapters
|
||||
|
||||
ifeval::[{project_community}==true]
|
||||
[WARNING]
|
||||
====
|
||||
{project_name} Java Adapters are now deprecated and will be removed in a future release. No further enhancements or features will be added to the adapters until then.
|
||||
|
||||
WARNING: {project_name} OpenID Connect java adapters are deprecated and may not work with the most recent versions of the particular servers or frameworks. We encourage
|
||||
you to migrate to different OIDC adapters usually provided by the particular server/framework or any other party. In case your application is on WildFly/EAP, the
|
||||
recommended alternative is Elytron OIDC client.
|
||||
|
||||
endif::[]
|
||||
For more details about how to integrate {project_name} with Java applications, consider looking at the
|
||||
{quickstartRepo_link}[Keycloak Quickstart GitHub Repository].
|
||||
====
|
||||
|
||||
{project_name} comes with a range of different adapters for Java application. Selecting the correct adapter depends on the target platform.
|
||||
|
||||
All Java adapters share a set of common configuration options described in the <<_java_adapter_config,Java Adapters Config>> chapter.
|
||||
All Java adapters share a set of common configuration options described in the <<_java_adapter_config,Java Adapters Config>> chapter.
|
||||
|
||||
ifeval::[{project_community}==true]
|
||||
include::java-adapter-config.adoc[]
|
||||
endif::[]
|
||||
include::jboss-adapter.adoc[]
|
||||
|
||||
include::spring-boot-adapter.adoc[]
|
||||
|
||||
ifeval::[{project_community}==true]
|
||||
include::tomcat-adapter.adoc[]
|
||||
include::jetty9-adapter.adoc[]
|
||||
include::spring-security-adapter.adoc[]
|
||||
endif::[]
|
||||
|
||||
ifeval::[{project_community}==true]
|
||||
include::servlet-filter-adapter.adoc[]
|
||||
endif::[]
|
||||
|
||||
ifeval::[{project_community}==true]
|
||||
include::jaas.adoc[]
|
||||
include::installed-adapter.adoc[]
|
||||
endif::[]
|
||||
|
||||
ifeval::[{project_community}==true]
|
||||
include::adapter-context.adoc[]
|
||||
include::adapter_error_handling.adoc[]
|
||||
include::logout.adoc[]
|
||||
include::params_forwarding.adoc[]
|
||||
include::client-authentication.adoc[]
|
||||
include::multi-tenancy.adoc[]
|
||||
include::application-clustering.adoc[]
|
||||
endif::[]
|
||||
|
||||
Reference in New Issue
Block a user