ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
I am a beginner developer and run Joomla 1.5 with a template from Rockettheme and have JomSocial integrated into my site. My site is a online fitness website.
I use a third party company for my clients to track calories, exercise, ect. This company has given me the code to perform SSO using SOAP but gave me zero instructions on how to do this. They essentially gave me codes for the following and then I have to do the development work, any ideas on how to do this or extensions that will execute this for me?
- CheckMember
Check whether a member has been correctly synchronized
- LoginMember
Sets up the new session, returns a URL that will set the login cookie and display the home page
- LoginMemberAndRedirect
Sets up the new session, returns a URL that will set the login cookie and redirect the member to a URL you define
- SyncMember
Synchronize your member with the system
- SyncMemberRecord
Synchronize your member with the system
- SyncMemberRecords
Synchronize multiple members
- UpdateMemberType
Promote or demote a member
- UploadAndProcessClubMELFile
Upload a CSV file (base64 encoded byte array) with members to synchronize
(columns needed: firstname, lastname, email, id, enabled)