I'm a newbie and I want to direct my developers to modify an existing 'add new customer' routine, which is convoluted at the moment. ASPDN is now connected to a Learning Management System (LMS) via a combination of the ASPDN and LMS' WSI, and as I mentioned the workflow needs 'tuning'.
In order to purchase, the new customer must be created in both the LMS and ASPDN, and logged in to ASPDN to view and shop.
Starting from the storefront:
- The new customer self registers on LMS via LMS WSI (existing & working). This LMS WSI is exposed within the ASPDN site.
- The LMS automatically adds the new customer to ASPDN (existing & working)
- Here is where we are stuck: Although the new account is created in both the LMS and ASPDN, the new user is not yet logged into ASPDN yet, and therefore can not shop
- What I want to know is: what is the best way to refresh/redirect the users browser to automatically log them in to ASPDN now that the account is created?
- NOTE: After the successful LMS account creation, the LMS WSI provides a message back that would be the trigger to refresh ASPDN and start the log in process
I have not found a ASPDN WSI that logs a user in, either that or I'm looking right at it.
I hope I've been reasonably clear, thank you in advance!