File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
proxies/live/apiproxy/targets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 244244 <Flow name =" user-restricted-flow" >
245245 <Condition >(accesstoken.auth_type == "user")</Condition >
246246 <Request ><!-- AUTHORISED_APPLICATION business function is not supported in user restricted flow --> <Step >
247- <Name >RaiseFault.403Forbidden </Name >
248- <Condition >(request.header.nhsd-ers-business-function == "AUTHORISED_APPLICATION")</Condition >
247+ <Name >RaiseFault.InvalidBusinessFunction </Name >
248+ <Condition >(request.header.nhsd-ers-business-function == "PROVIDER_AUTHORISED_APPLICATION") or (request.header.nhsd-ers-business-function == "REFERRER_AUTHORISED_APPLICATION") or (request.header.nhsd-ers-business-function == " AUTHORISED_APPLICATION")</Condition >
249249 </Step > <Step >
250250 <Name >AssignMessage.Set.x-ers-access-mode-header-user-restricted</Name >
251251 </Step > <Step >
You can’t perform that action at this time.
0 commit comments