File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,18 @@ securityManager.cacheManager = $cacheManager
3333# takes 5 minutes to set up:
3434stormpathClient = com.stormpath.shiro.client.ClientFactory
3535stormpathClient.cacheManager = $cacheManager
36- stormpathClient.apiKeyFileLocation = $HOME/.stormpath/apiKey.properties
36+
37+ # (Optional) If you put your apiKey.properties in the non-default location, you set the location here
38+ # stormpathClient.apiKeyFileLocation = $HOME/.stormpath/apiKey.properties
39+
3740stormpathRealm = com.stormpath.shiro.realm.ApplicationRealm
3841stormpathRealm.client = $stormpathClient
42+
3943# Find this URL in your Stormpath console for an application you create:
4044# Applications -> (choose application name) --> Details --> REST URL
41- stormpathRealm.applicationRestUrl = https://api.stormpath.com/v1/applications/$STORMPATH_APPLICATION_ID
45+ # (Optional) If you only have one Application
46+ # stormpathRealm.applicationRestUrl = https://api.stormpath.com/v1/applications/$STORMPATH_APPLICATION_ID
47+
4248stormpathRealm.groupRoleResolver.modeNames = name
4349securityManager.realm = $stormpathRealm
4450
You can’t perform that action at this time.
0 commit comments