Skip to main content

Builds w/ Client Id and Secret we can hand to customers

  1. If needed, Ops team needs to add a new client application and you need to get the client id and secret to use from them. It should have the following data (may need to be updated in the future). Existing ids and secrets can be found in the Last Pass Note named 'Extra Pangea Clients'. If a new one is created, add it to this last past nots.
    • Name: Revver Migration Tool
    • Website: https://www.revverdocs.com
    • Description: Migration tool to copy account data from one Revver platform to another.
    • Organization: Revver
    • IsEnabled: true
    • AcceptedTermsOfUse: true
    • AllowRefreshToken: true
  2. In source code, on a branch off of master, in the Utopia.Api.UtopiaApiConfiguration file, update the ApplicationId and UtopiaSecret properties for the Revver configuration with the new client id and secret.
  3. Commit and push your changes to the repo so you can do a Pangea build in ADO.