Sample LifeSpeak business line

This is a sample LifeSpeak business line, to simulate passing requests to and from UM/myLifepeak

You are not logged in. Click the link below to log in - thie could be replaced by a redirect

Login Link with return url (Named subdomain)
This simulates a link to a resource (leaderboard page) using a named subdomain (https://clienta.lifespeak.dev?productID=1&redirect=/leaderboard)
This request will go to the resource in the product after the login on mylifespeak login and redirect to leaderboard
Login Link with return url (No subdomain)
This simulates a link to a resource (leaderboard page) using an anon domain (http://ca.lifespeak.com?productID=1&redirect=/leaderboard)
This request will go to the resource in the product after the login on mylifespeak login and redirect to leaderboard
Login Link with no return url (Named subdomain)
This simulates a login to a named subdomain and no redirect (https://clienta.lifespeak.dev?productID=1
This request will go to the homepage for myLifeSpeak since there is no redirect signup no redirect
Login Link with no return url (anon subdomain)
This simulates a login using an anon domain (http://ca.lifespeak.com?productID=1)
This request will go to the homepage for myLifeSpeak since there is no redirect signup no redirect
Signup Link with return url (Named subdomain)
This simulates a link to a resource (leaderboard page) using a named subdomain (https://clienta.lifespeak.dev?productID=1&redirect=/leaderboard) that includes signup
This request will go to the resource in the product after the user signs up for an account signup and redirect to leaderboard