From 29f87eefd7ab27146571c603a90b30549eade68b Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Tue, 1 Oct 2013 10:17:15 -0400 Subject: [PATCH] directions --- examples/as7-eap-demo/README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/examples/as7-eap-demo/README.md b/examples/as7-eap-demo/README.md index 1910c9143e..0193e93536 100755 --- a/examples/as7-eap-demo/README.md +++ b/examples/as7-eap-demo/README.md @@ -21,7 +21,7 @@ The UI of each of these applications is very crude and exists just to show our O Step 1: Make sure you've upgraded Resteasy -------------------------------------- -The first thing you is upgrade Resteasy to 3.0.2 within JBoss as described [here](http://docs.jboss.org/resteasy/docs/3.0.2.Final/userguide/html/Installation_Configuration.html#upgrading-as7) +The first thing you is upgrade Resteasy to 3.0.4 within JBoss as described [here](http://docs.jboss.org/resteasy/docs/3.0.4.Final/userguide/html/Installation_Configuration.html#upgrading-as7) Step 2: Boot JBoss @@ -59,3 +59,21 @@ to get permission to access a user's data. To run this example If you area already logged in, you will not be asked for a username and password, but you will be redirected to an oauth grant page. This page asks you if you want to grant certain permissions to the third-part app. +Admin Console +========================== + +1. Register or login + +You'll have to first register and create an account + +Login: +[http://localhost:8080/auth-server/rest/saas/login](http://localhost:8080/auth-server/rest/saas/login) + +Register: +[http://localhost:8080/auth-server/rest/saas/registrations](http://localhost:8080/auth-server/rest/saas/registrations) + +2. Next you'll be brought to the admin console. Click "New Realm" button and start doing stuff. + + + +