File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class CIS2Info
88 SUPPORT_ROLE = "S8001:G8005:R8015"
99
1010 SUPPORT_WORKGROUP = "mavissupport"
11- SUPPORT_ORGANISATION = "Y90128"
11+ SUPPORT_ORGANISATION = Settings . cis2 . support_organisation
1212
1313 ACCESS_SENSITIVE_FLAGGED_RECORDS_ACTIVITY_CODE = "B1611"
1414 INDEPENDENT_PRESCRIBING_ACTIVITY_CODE = "B0420"
Original file line number Diff line number Diff line change 2020 private_key : |
2121 <%= Rails.application.credentials.cis2&.private_key&.gsub(/^/, " ") % >
2222 secret : <%= Rails.application.credentials.cis2&.secret %>
23+ support_organisation : Y90128
2324
2425govuk_notify :
2526 enabled : true
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ nhs_api:
1111# Devise.
1212cis2 :
1313 issuer : " https://am.nhsint.auth-ptl.cis2.spineservices.nhs.uk:443/openam/oauth2/realms/root/realms/NHSIdentity/realms/Healthcare"
14+ support_organisation : RX4
1415
1516pds :
1617 raise_unknown_gp_practice : false
You can’t perform that action at this time.
0 commit comments