Here's the contents of my ```parameters.json``` file (I haven't really touched much of the files except for configuring my oxd client):
```
{
"scope":[
"openid",
"profile",
"email"
],
"op_host":"",
"authorization_redirect_uri":"",
"post_logout_uri":"",
"application_type":null,
"redirect_uris":null,
"response_types":[
"code"
],
"client_id":null,
"client_secret":null,
"client_jwks_uri":null,
"client_token_endpoint_auth_method":null,
"client_request_uris":null,
"client_logout_uris":[
""
],
"client_sector_identifier_uri":null,
"ui_locales":null,
"claims_locales":null,
"acr_values":null,
"grant_types":[
"authorization_code"
],
"oxd_id":"",
"code":"",
"state":"",
"scopes":[
"openid",
"profile",
"email",
"uma_protection",
"uma_authorization"
],
"access_token":"",
"id_token_hint":null,
"session_state":null,
"port":"8099",
"host":"<oxd srever host>",
"httpBaseUrl":"",
"contacts":[
null
],
"client_frontchannel_logout_uris":""
}
```