The website is deployed on:
Implemented integration features:
- Create subscription
- Cancel subscription
- Single sign on
- Assign user (not yet added the url endpoint to AppDirect)
- Unassign user (not yet added the url endpoint to AppDirect)
Note:
- Some of the SSO code is base on an example from http://krams915.blogspot.com/2011/02/spring-security-3-openid-login-with_13.html
- Codes that handle events are similar to Sample-Python-Application