github.com/cs3org/reva/v2@v2.27.7/examples/oc-phoenix/phoenix.oidc.config.json (about)

     1  {
     2      "__doc": "install https://github.com/owncloud/ocis-phoenix, then run this with `./ocis-phoenix-testing-linux-amd64 server --http-addr localhost:8300 --config-file phoenix.oidc.config.json --log-level debug`",
     3      "server": "http://localhost:20080",
     4      "theme": "owncloud",
     5      "version": "0.1.0",
     6      "openIdConnect": {
     7        "authority": "http://localhost:20080",
     8        "client_id": "phoenix",
     9        "response_type": "code",
    10        "scope": "openid profile email"
    11      },
    12      "apps": [
    13        "files",
    14        "markdown-editor",
    15        "pdf-viewer",
    16        "media-viewer"
    17      ]
    18    }