-
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.
-
Register an application. See How to register an application.
-
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 in JAVA_OPTS:
-DdefaultProperties.location=<location-of-the-properties-file>