From 5ee97837e2794b0f42ca7228cb2d02c3f83f7cd4 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Wed, 1 Jun 2016 13:30:02 +0200 Subject: [PATCH] ... --- SUMMARY.adoc | 1 + topics/oidc/java/fuse-adapter.adoc | 2 ++ topics/overview/supported-platforms.adoc | 1 + topics/overview/supported-protocols.adoc | 1 + topics/overview/what-are-client-adapters.adoc | 1 + 5 files changed, 6 insertions(+) create mode 100644 topics/overview/supported-platforms.adoc diff --git a/SUMMARY.adoc b/SUMMARY.adoc index 1cc0a7c026..7dab10a63b 100755 --- a/SUMMARY.adoc +++ b/SUMMARY.adoc @@ -3,6 +3,7 @@ . link:topics/preface.adoc[Preface] . link:topics/overview/overview.adoc[Overview] .. link:topics/overview/what-are-client-adapters.adoc[What are Client Adapters?] + .. link:topics/overview/supported-platforms.adoc[Supported Platforms] .. link:topics/overview/supported-protocols.adoc[Supported Protocols] . link:topics/oidc/oidc-overview.adoc[OpenID Connect] diff --git a/topics/oidc/java/fuse-adapter.adoc b/topics/oidc/java/fuse-adapter.adoc index 37888923f1..b74d5a52fa 100755 --- a/topics/oidc/java/fuse-adapter.adoc +++ b/topics/oidc/java/fuse-adapter.adoc @@ -2,6 +2,8 @@ [[_fuse_adapter]] === JBoss Fuse and Apache Karaf Adapter +NOTE: JBoss Fuse is a Technology Preview feature and is not fully supported + Currently Keycloak supports securing your web applications running inside http://www.jboss.org/products/fuse/overview/[JBoss Fuse] or http://karaf.apache.org/[Apache Karaf] . It leverages <<_jetty8_adapter,Jetty 8 adapter>> as both JBoss Fuse 6.1 and Apache Karaf 3 are bundled with http://eclipse.org/jetty/[Jetty 8.1 server] under the covers and Jetty is used for running various kinds of web applications. What is supported for Fuse/Karaf is: diff --git a/topics/overview/supported-platforms.adoc b/topics/overview/supported-platforms.adoc new file mode 100644 index 0000000000..5273140c31 --- /dev/null +++ b/topics/overview/supported-platforms.adoc @@ -0,0 +1 @@ +== Supported Platforms \ No newline at end of file diff --git a/topics/overview/supported-protocols.adoc b/topics/overview/supported-protocols.adoc index e69de29bb2..77dd3dafeb 100644 --- a/topics/overview/supported-protocols.adoc +++ b/topics/overview/supported-protocols.adoc @@ -0,0 +1 @@ +== Supported Protocols \ No newline at end of file diff --git a/topics/overview/what-are-client-adapters.adoc b/topics/overview/what-are-client-adapters.adoc index e69de29bb2..bdce346c57 100644 --- a/topics/overview/what-are-client-adapters.adoc +++ b/topics/overview/what-are-client-adapters.adoc @@ -0,0 +1 @@ +== What are Client Adapters? \ No newline at end of file