Skip to content

Commit 91f739e

Browse files
authored
Merge pull request #22 from imesh94/fix/authenticator-config-issue
Fix attaching incorrect authenticator for par request
2 parents 9a29d3a + ff8157b commit 91f739e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

toolkits/ob-is/repository/resources/wso2is-6.0.0-deployment-cds.toml

+7
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,13 @@ name = "org.wso2.openbanking.cds.identity.listener.CDSTokenIntrospectionListener
294294
order = "901"
295295
enable = true
296296

297+
[[event_listener]]
298+
id = "ob_private_key_jwt_authenticator"
299+
type = "org.wso2.carbon.identity.core.handler.AbstractIdentityHandler"
300+
name = "com.wso2.openbanking.accelerator.identity.clientauth.jwt.OBPrivateKeyJWTClientAuthenticator"
301+
order = "902"
302+
enable = false
303+
297304
[event_listener.properties]
298305
EndpointAlias = "https://APIM_HOSTNAME:8243/token/introspect"
299306

0 commit comments

Comments
 (0)