wso2 / docs-open-banking

Apache License 2.0
39 stars 25 forks source link

[130] [140] Get acces token failure response in UK error format #50

Closed Ashi1993 closed 4 years ago

Ashi1993 commented 4 years ago

Description: To get the error response in UK error format for access token failures in UK following code segment should be added in the _auth_failurehandler.xml inside the /repository/deployment/server/synapse-configs/default/sequences

<filter source="get-property('REST_API_CONTEXT')" regex=".*\/(pisp|aisp|cbpii).*">
        <then>
            <class name="com.wso2.finance.open.banking.gateway.uk.AuthFailureResponseCreationMediator"/>
            <respond/>
        </then>
</filter>

Suggested Labels:

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

SSParamee commented 4 years ago

This is now updated:

isharailanga commented 4 years ago

Closing as per the above comment.