Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hasithakn opened this issue Jul 24, 2023 · 0 comments
Labels
UK Toolkit 1.0.0 Affects UK Toolkit 1.0.0 documentation

Comments

@hasithakn
Copy link
Contributor

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:

@hasithakn hasithakn added the UK Toolkit 1.0.0 Affects UK Toolkit 1.0.0 documentation label Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UK Toolkit 1.0.0 Affects UK Toolkit 1.0.0 documentation
Projects
None yet
Development

No branches or pull requests

1 participant