Hi,
Yes, we support Eve Online with OAuth Single Sign On plugin. We already provide login restriction based on Corporation ID in our premium plugin. Could you please list down the parameters based on which you are looking for restrict login abilities?
Im currently using the 2.0 plugin that has the option to restrict login with free version so i see no point to upgrade to the rather costly permium version (since this is all for gaming usage for me).
For EVE Online login needs to be restricted based on: alliance ID, Corporation ID and Character id.
With 2.0 there is also a bug where if alliance ID is determined in the restricted field then the corporations in the corporation fields are not taken into the if condition for login. So you want to have if not in alliance and not in corp … then restrict login instead of if not in alliance, restrict login as a corporation can be inside an alliance, and a single character can be inside a corporation. Just for your info to not to repeat this bug in this plugin as well 🙂
You should also use this endpoint: /characters/affiliation/ instead of /characters/{character_id}/ as the character ID endpoint has a 24 hour cache (changed recently)
-
This reply was modified 5 years, 5 months ago by
paulipar.
Thanks for pointing this out. Restriction based login based on alliance ID, Corporation ID, and Character ID is already been handled in the premium plugin.
We will update the /characters/{character_id}/ endpoint to /characters/affiliation/ soon. Thank you so much for letting us know.