Single sign on for multiple domains
Solution: two (same) custom plugins on both sites. Workflow to be triggered on successful login: generate hash and save in DB; expires after 30/60 seconds save initial destination redirect to the other site with ID; make necessary checks there – hash, IP etc. if everything is OK, login the user programmatically redirect back to the … Read more