wso2 / docs-open-banking

Apache License 2.0
39 stars 25 forks source link

[U2] [UK Toolkit] UKJwsResponseHandlingExecutor needs to be replaced with UKJwsResponseSignatureHandler #854

Open hasithakn opened 1 year ago

hasithakn commented 1 year ago

Affected OB version:

UK Toolkit

Affected OB specifications:

UK

Existing pages to be updated:

https://uk.ob.docs.wso2.com/en/latest/install-and-setup/configuring-api-manager-for-ob/

Description (Optional):

We have recently fix the issues on response JWS signature generation for error scenarios. With this below config UKJwsResponseHandlingExecutor is now deprecated.

[[open_banking.gateway.openbanking_gateway_executors.type.executors]]
name = "com.wso2.openbanking.uk.gateway.executors.jws.UKJwsResponseHandlingExecutor"
priority = 999

Instead of above we have to use below synapse handler as JWS signature generation.

[synapse_handlers]
UKJwsResponseSignatureHandler.enabled = true
UKJwsResponseSignatureHandler.class = "com.wso2.openbanking.uk.gateway.handler.UKJwsResponseSignatureHandler"

Instructions:

We needs to update the 13th point in https://uk.ob.docs.wso2.com/en/latest/install-and-setup/configuring-api-manager-for-ob/ and replace the UKJwsResponseHandlingExecutor with above mentioned UKJwsResponseSignatureHandler

U2 Level:

7706 U2 level : wso2-obam-toolkit-uk-1.0.0.15

References:

Labels: