Skip to content

Commit

Permalink
adding different option types.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Oct 12, 2023
1 parent 2e793c1 commit a9464d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testutils/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ <h2 class="mb-0">
<option selected>openid</option>
<option selected>profile</option>
<option>offline</option>
<option>offline_access</option>
<option>launch/patient</option>
</optgroup>
<optgroup>
<option>patient/*.read</option>
Expand Down Expand Up @@ -216,6 +218,7 @@ <h2 class="mb-0">
<option>patient/Schedule.read</option>
<option>patient/ServiceRequest.read</option>
<option>patient/Slot.read</option>
<option>system/Appointment.read</option>
</optgroup>
</select>
</div>
Expand Down Expand Up @@ -265,7 +268,7 @@ <h2 class="mb-0">
var customSource = {
authorization_endpoint: $('#customAuthEndpoint').val(),
redirect_uri: `${lighthouseEndpoint}callback/${sourceType}`,
response_types_supported: ['authorization_code'],
response_types_supported: ['code'],
response_modes_supported: [$('#customResponseMode').val()],
aud: $('#customAudience').val(),
confidential: $('#customConfidential').is(":checked"),
Expand Down

0 comments on commit a9464d8

Please sign in to comment.