diff --git a/en/docs/administer/key-managers/configure-wso2is-connector.md b/en/docs/administer/key-managers/configure-wso2is-connector.md index fa74ee94a5..38ec8f0250 100644 --- a/en/docs/administer/key-managers/configure-wso2is-connector.md +++ b/en/docs/administer/key-managers/configure-wso2is-connector.md @@ -189,7 +189,7 @@ Follow the steps given below to configure WSO2 IS as a Key Manager component:
https://localhost:9444/oauth2/revoke
https://localhost:9444/oauth2/revoke
[apim.oauth_config]
enable_outbound_auth_header = false
auth_header = "Authorization"
-revoke_endpoint = "https://localhost:${https.nio.port}/revoke"
+revoke_endpoint = "https://localhost:${mgt.transport.https.port}/oauth2/revoke"
enable_token_encryption = false
enable_token_hashing = false
@@ -2878,7 +2878,7 @@ enable_token_hashing = false
https://localhost:8243/revoke
+ Default: https://localhost:9443/oauth2/revoke
Valid URL for revocation endpoint.
@@ -5130,7 +5130,7 @@ log_tracer.enable = true
[apim.token.revocation]
-notifier_impl = "org.wso2.carbon.apimgt.keymgt.events.TokenRevocationNotifierImpl"
+notifier_impl = "org.wso2.carbon.apimgt.notification.TokenRevocationNotifierImpl"
enable_realtime_notifier = true
realtime_notifier.ttl = 5000
enable_persistent_notifier = true
@@ -5161,7 +5161,7 @@ persistent_notifier.password = "root"
org.wso2.carbon.apimgt.notification.TokenRevocationNotifier
+ Default: org.wso2.carbon.apimgt.notification.TokenRevocationNotifierImpl