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.
 

running a development server

First post
Author
Arxan
Strategic Exploration and Development Corp
Silent Company
#1 - 2017-01-14 18:39:51 UTC
I'm working on an application that uses SSO to access resources through ESI. I have two versions of the application: "production" (running on a public web server) and "development" (running on my local machine).

Given that the registration process only allows a single Callback URL per application, it seems I have to make two, essentially duplicate application registrations, one for the "production" version and one for the "development" version.

Is that correct? I'm OK doing that, but just want to make sure it is the "right" way (and doesn't violate any of the TOS!).
Blacksmoke16
Resilience.
#2 - 2017-01-14 19:48:14 UTC
Correct. I have one for the live version then another application for localhost development. Works quite well so you can just add/remove scopes and not affect the live version.
Arxan
Strategic Exploration and Development Corp
Silent Company
#3 - 2017-01-14 20:21:05 UTC
Great, thanks for the confirmation!
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#4 - 2017-01-14 22:57:22 UTC
You'd probably want to do the development registration on https://developers.testeveonline.com/

(for use with Sisi.)

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Arxan
Strategic Exploration and Development Corp
Silent Company
#5 - 2017-01-15 15:03:59 UTC
OK, thanks. Will do that as soon as my account is active there.