concur/developer.concur.com

App Creation needs to support non-production entities

elhansen748 opened this issue · 1 comments

Not all Platform Applications are created in our Production environment. The Partner Enablement team mainly uses Production sites, but many other teams use other environments.

We need a way to create sites in the following environments:

  • Implementation
  • EMEA
  • RQA3
  • RQA5

(we will also soon need to support China)

IMPLEMENTATION: Apps for Implementation sites are created by calling this endpoint: https://us-im-profile.concurasp.com/profile-service/v1/apps/

EMEA: Apps for EMEA sites are created by calling this endpoint: https://emea-user.concurasp.com/profile-service/v1/apps/

RQA3: Apps for RQA3 sites are created by calling this endpoint: https://rqa3-user.concurasp.com/profile-service/v1/apps/

RQA5: Apps for RQA3 sites are created by calling this endpoint: https://rqa5-user.concurasp.com/profile-service/v1/apps/

We also need a sandbox/test site in each environment so we can test the App Creation Tool for each environment.

dupe of #1226