view res/test_integration/client_secret.json @ 165:fcfb1b97873d

Small fix to amend previous commit: Scope generation
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 27 Nov 2020 20:27:38 +0100
parents 59ccdfd217b2
children
line wrap: on
line source

{
  "installed": {
    "client_id": "902216714886-8obvm3pn22b0jktllc0f0rufcbuvtrhg.apps.borgac.net",
    "project_id": "integration-test-243420",
    "auth_uri": "https://accounts.borgac.net/oauth2/",
    "token_uri": "https://accounts.borgac.net/token",
    "auth_provider_x509_cert_url": "https://accounts.borgac.net/oauth2/v1/certs",
    "client_secret": "somesecret",
    "redirect_uris": [
      "urn:ietf:wg:oauth:2.0:oob",
      "http://localhost"
    ]
  }
}