Elgg Stormpath
This plugin allows Elgg users to be synchonized with a Stormpath directory for shared credentials with other applications as single-sign-on.
Existing users will have accounts added to Stormpath the next time they sign into Elgg., (*1)
New users will have accounts added to Stormpath on registration., (*2)
Users from other applications that populate the associated Stormpath Directory will be able to log
in using their existing Stormpath credentials, and an Elgg account will be created for them., (*3)
This plugin handles endpoints for validating email verification as well as forgot password links., (*4)
Installation
Unzip this plugin to mod/elgg_stormpath, (*5)
Enable the plugin through the admin interface, (*6)
Configuration
Download the apiKeys.properties file from Stormpath and upload it in the plugin settings, (*7)
Once the apiKeys have been uploaded, select your application from the dropdown and save the settings again., (*8)
Stormpath Account Store
Enable password reset and email verification on the directory if required., (*9)
Custom url endpoints have been defined if necessary, use the following:, (*10)
Password reset email base url [url]/stormpath/passwordreset
, (*11)
Email verification base url [url]/stormpath/emailverification
, (*12)
Password Issues
If you are setting up Stormpath on an installation with existing users they may have
existing passwords that do not meet the requirements of Stormpath. These restrictions
can be lifted in the Stormpath Directory. By removing all password restrictions Stormpath
will be able to receive existing user passwords., (*13)
If you are setting this up on a new site with no existing users it would be preferable to change
the Elgg password restrictions to match Stormpath., (*14)
ID Site
For SSO handling it's recommended to set up the ID Site in the Stormpath settings., (*15)
The authorized redirect endpoint for your site will be [url]/stormpath/idsite
, (*16)
Login and logout urls are configured as such:, (*17)
Login - [url]/stormpath/login
, (*18)
Logout = [url]/stormpath/logout
, (*19)