SSO Account Switch

@T_Arga_Antarese @Dusty_Meg

I was thinking about this. And i have a solution. You can do some magic with the logOff URL https://login.eveonline.com/Account/LogOff

By specifying a ReturnUrl query param you can redirect the user to your login page after first logging them out.

Like so:

https://login.eveonline.com/Account/LogOff?ReturnUrl=https%3A%2F%2Fwww.fuzzwork.co.uk%2Fauth/login.php

However, i would wrap this usage in some conditional logic, as it would be quite annoying if the user is wanting to auth characters on the same account and has to log in every time to do so.

Enjoy!

3 Likes