From 85c4626d5b3c787aeeff51351e85385143bba136 Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Mon, 29 Jul 2013 10:37:34 -0400 Subject: [PATCH] readme --- examples/as7-eap-demo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/as7-eap-demo/README.md b/examples/as7-eap-demo/README.md index 442028bfbf..1910c9143e 100755 --- a/examples/as7-eap-demo/README.md +++ b/examples/as7-eap-demo/README.md @@ -7,9 +7,9 @@ The following examples requires JBoss AS7 or EAP 6.1, and Resteasy 3.0.2 and has * Bearer token authentication and authorization of JAX-RS services * Obtaining bearer tokens via the OAuth2 protocol -There are 6 WAR projects. These all will run on the same jboss instance, but pretend each one is running on a different +There are 5 WAR projects. These all will run on the same jboss instance, but pretend each one is running on a different machine on the network or Internet. -* **auth-server**: A WAR that turns a security domain into a remote login server and oauth token service +* **auth-server**: This is the keycloak SSO auth server * **customer-app** A WAR applications that does remote login using OAUTH2 browser redirects with the auth server * **product-app** A WAR applications that does remote login using OAUTH2 browser redirects with the auth server * **database-service** JAX-RS services authenticated by bearer tokens only. The customer and product app invoke on it