keycloak-scim/docs/documentation/securing_apps/topics/oidc/java/java-adapters.adoc

13 lines
721 B
Text
Raw Normal View History

=== Java adapters
2016-06-02 12:38:58 +00:00
ifeval::[{project_community}==true]
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::[]
2017-08-28 12:50:14 +00:00
{project_name} comes with a range of different adapters for Java application. Selecting the correct adapter depends on the target platform.
2016-06-02 12:38:58 +00:00
2017-08-28 12:50:14 +00:00
All Java adapters share a set of common configuration options described in the <<_java_adapter_config,Java Adapters Config>> chapter.