-
Notifications
You must be signed in to change notification settings - Fork 18
Home
josebarrueta edited this page Apr 19, 2013
·
4 revisions
Welcome to the spring-shiro-webapp wiki!
-
Open an stormpath account.
-
Get your API keys and place the file in a secure location. See [How to get an API key](http://www.stormpath.com/docs/get-api-key).
-
Register an application. See [How to register an application](http://www.stormpath.com/docs/quickstart/register-app).
-
Create accounts for the created applications and assign them roles (e.g. admin or user).
-
Create a properties file that will have at least the following two properties:
stormpath.apikey.location=\<location of the apiKeys properties file\> stormpath.application.resturl=\<REST URL of the stormpath application\>
Set the "defaultProperties.location" environment variable to set the location of the properties file created above. For example:
-DdefaultProperties.location=\<location-of-the-properties-file\>