Skip to content

Commit

Permalink
remove v1 scope inputs from preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm committed Aug 9, 2024
1 parent 417d010 commit 3df6a73
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions config/presets/g10_reference_server_preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -523,28 +523,6 @@
"description": "Client Secret provided during registration of Inferno as an EHR launch application",
"value": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET"
},
{
"name": "granular_scope_selection_v1_client_id",
"value": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
"_title": "Granular Scope Selection w/v1 Scopes Client ID",
"_description": "Client ID provided during registration of Inferno as a standalone application",
"_type": "text"
},
{
"name": "granular_scope_selection_v1_requested_scopes",
"value": "launch/patient openid fhirUser offline_access patient/Condition.read patient/Observation.read patient/Patient.read",
"_title": "Granular Scope Selection v1 Scopes",
"_description": "OAuth 2.0 scope provided by system to enable all required functionality",
"_type": "textarea"
},
{
"name": "granular_scope_selection_v1_client_secret",
"value": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
"_title": "Granular Scope Selection w/v1 Scopes Secret",
"_description": "Client Secret provided during registration of Inferno as a standalone application. Only for clients using confidential symmetric authentication.",
"_type": "text",
"_optional": true
},
{
"name": "granular_scope_selection_client_auth_type",
"value": "confidential_symmetric",
Expand Down

0 comments on commit 3df6a73

Please sign in to comment.