CMS Merge
Joining your content management system with ours allows you to retain a single login to administrate your website and it's actually very easy for your developers to do.
There are three ways to merge your CMS with RiAdmin:
Using our CMSMerge button. From within your CMS, our button logs in to RiAdmin in the background, and when you click, it launches RiAdmin in a new window. This is the easiest to set up and has good security.
Your RiAdmin login email and password can be sent as URL variables to the RiAdmin login page, either in a new window or as an iFrame within your CMS. This provides excellent integration but is not as secure as the other options.
The best combination of integration and security requires the most input from your developers. Using a secure URL, your developers can write some code that attempts to log in to our system, receiving an XML response for failure or success.
Once logged in, you can go to the RiAdmin login page in an iFrame in your CMS, and add your client ID as a URL variable. It will read your user name and password from the session stored on our server to automatically log you in. |