We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee4f6b commit 3979743Copy full SHA for 3979743
proxies/live/apiproxy/targets/ers-target.xml
@@ -156,7 +156,7 @@
156
<Condition>(accesstoken.auth_type == "user")</Condition>
157
<Request><!--AUTHORISED_APPLICATION business function is not supported in user restricted flow --><Step>
158
<Name>RaiseFault.403Forbidden</Name>
159
- <Condition>(request.header.nhsd-ers-business-function == "AUTHORISED_APPLICATION")</Condition>
+ <Condition>(request.header.nhsd-ers-business-function == "PROVIDER_AUTHORISED_APPLICATION") or (request.header.nhsd-ers-business-function == "REFERRER_AUTHORISED_APPLICATION")</Condition>
160
</Step> <Step>
161
<Name>AssignMessage.Set.x-ers-access-mode-header-user-restricted</Name>
162
0 commit comments