These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Auth tool.....

Author
DNLeviathan
Dead Or Alive Inc.
Zombie Ninja Space Bears
#1 - 2013-06-23 14:09:59 UTC  |  Edited by: DNLeviathan
phpbb api mod is awesome but what im looking for is a singlu authentication site that will provide access to forum, wiki, ts3 (mumble if cant be done with ts3), jabber (and anything else running on the same site).

pretty much like what TEST uses. it should also be able to create user groups for more specific access to important forums etc
ItsmeHcK1
Immortalis Inc.
Shadow Cartel
#2 - 2013-06-23 15:14:16 UTC
While you're at it, please fix my knee, make my bed and bring me a sandwich.
Princess Morenta
Republic Military School
Minmatar Republic
#3 - 2013-06-23 15:29:11 UTC
I'm building one at the moment - How much you willing to pay?
Peter Powers
Terrorists of Dimensions
#4 - 2013-06-23 19:01:13 UTC
i'd recommend to wait for the oauth 2 provided by ccp, which will be going public with CREST... but then i'm waiting for over a year now =)

3rdPartyEve.net - your catalogue for 3rd party applications

Ydnari
Estrale Frontiers
#5 - 2013-06-23 19:17:41 UTC
Peter Powers wrote:
i'd recommend to wait for the oauth 2 provided by ccp, which will be going public with CREST... but then i'm waiting for over a year now =)

Don't hold your breath!

--

Draugo Rana
Masuat'aa Matari
Ushra'Khan
#6 - 2013-06-23 21:25:44 UTC
Peter Powers wrote:
i'd recommend to wait for the oauth 2 provided by ccp, which will be going public with CREST... but then i'm waiting for over a year now =)


This will not solve the OP's problem. The current EVE "authentication" process, while cumbersome and non standard, still provides a rather simple way of proving that a character belongs to a user owning an API key. The authentication already works.

What the OP requested is a system to synchronize various bits of EVE related information (corp/alliance info, permissions, groups association, etc) between non related, 3rd party pieces of software. And that is not possible without custom EVE-aware modifications specific to each of these software packages. Or a complete solution that implements the required parts (forums, wiki, etc) with built in EVE authentication and authorization components.

I don't think there is anything off the shelf for that. Heck, it is messy enough to synchronize users and permissions between wiki's, forums and CMS's like Drupal even before considering EVE API...



Princess Morenta
Republic Military School
Minmatar Republic
#7 - 2013-06-24 00:53:00 UTC
Draugo Rana wrote:
Peter Powers wrote:
i'd recommend to wait for the oauth 2 provided by ccp, which will be going public with CREST... but then i'm waiting for over a year now =)


This will not solve the OP's problem. The current EVE "authentication" process, while cumbersome and non standard, still provides a rather simple way of proving that a character belongs to a user owning an API key. The authentication already works.

What the OP requested is a system to synchronize various bits of EVE related information (corp/alliance info, permissions, groups association, etc) between non related, 3rd party pieces of software. And that is not possible without custom EVE-aware modifications specific to each of these software packages. Or a complete solution that implements the required parts (forums, wiki, etc) with built in EVE authentication and authorization components.

I don't think there is anything off the shelf for that. Heck, it is messy enough to synchronize users and permissions between wiki's, forums and CMS's like Drupal even before considering EVE API...





We have managed to duck the EVE specific mods however that in itself has provided it's own issues.

We have confirmed integration between IPB, Wordpress, Mumble, Ejabberd, Openfire and Mediawiki

Due to test PHPBB soon...