nhsconnect / gpconnect-appointment-checker

GP Connect Appointment Checker
4 stars 1 forks source link

JWT - `requesting_device claim` changes #69

Closed jonnyry closed 3 years ago

jonnyry commented 3 years ago
  1. Change requesting_device.identifier.system to https://appointmentchecker.gpconnect.nhs.uk/Id/device-identifier.

  2. Change requesting_device.identifier.value to web hostname of the environment (e.g. test.appointmentchecker.gpconnect.nhs.uk or dev.appointmentchecker.gpconnect.nhs.uk). This can come from a config value if you don't have it readily available.

jonnyry commented 3 years ago

Fixed and tested