commit
2fb61f5a80
1 changed files with 19 additions and 1 deletions
|
@ -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
|
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
|
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
|
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.
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue