Skip to content

Commit 72e6a1f

Browse files
committed
Address comments
1 parent cd7ed5f commit 72e6a1f

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

en/includes/guides/service-extensions/in-flow-extensions/custom-authentication.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ The following are some troubleshooting steps that you may take to resolve issues
175175
3. Use diagnostic logs to capture detailed information during the troubleshooting process. For more information refer to the [troubleshooting guide here]({{base_path}}/guides/service-extensions/understanding-service-extensions/#troubleshooting).
176176

177177
{% if product_name == "WSO2 Identity Server" %}
178-
4. If your external service uses a self-signed certificate and custom authenticator invocations fail due to certificate errors, ensure the certificate is imported into the WSO2 Carbon truststore (`<IS_HOME>/repository/resources/security/client-truststore.jks`) and then configure {{product_name}} to use it for outbound HTTPS calls made by custom authenticator.
178+
4. If your external service uses a self-signed certificate, ensure the certificate is imported into the WSO2 Carbon truststore. By default, {{product_name}} uses the WSO2 Carbon truststore at `<IS_HOME>/repository/resources/security/client-truststore.jks`.
179179

180180
{% if is_version <= "7.2.0" %}
181181
Add the following configuration to the `deployment.toml` file and restart the server:
@@ -187,12 +187,12 @@ The following are some troubleshooting steps that you may take to resolve issues
187187

188188
{% if is_version == "7.1.0" %}
189189
!!! note
190-
This configuration is available from the update level: **`7.1.0.60`**
190+
This configuration is available from the update level: **`7.1.0.60`**.
191191
{% elif is_version == "7.2.0" %}
192192
!!! note
193193
This configuration is available from the update level: **`7.2.0.19`**.
194194
{% endif %}
195-
195+
196196
{% endif %}
197197
{% endif %}
198198

@@ -691,6 +691,7 @@ Content-Type: application/json
691691
Currently, the <code>errorMessage</code> or <code>errorDescription</code> from the external service’s <code>ERROR</code> response isn't directly included in the error response sent back to the application.
692692

693693
{% if (product_name == "WSO2 Identity Server" and is_version > "7.2.0" ) %}
694+
694695
## Custom authentication with app-native authentication
695696

696697
You can configure custom authentication services in app-native authentication flows, which authenticate users through API-based mechanisms instead of redirecting them to a web browser.

en/includes/guides/service-extensions/pre-flow-extensions/setting-up-actions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Try these troubleshooting steps to resolve issues.
135135
2. Confirm that the request and response payloads conform to the expected formats as defined by the REST API contract.
136136

137137
{% if product_name == "WSO2 Identity Server" %}
138-
3. If your external service uses a self-signed certificate and action invocations fail due to certificate errors, ensure the certificate is imported into the WSO2 Carbon truststore (`<IS_HOME>/repository/resources/security/client-truststore.jks`) and then configure {{product_name}} to use it for outbound HTTPS calls made by actions.
138+
3. If your external service uses a self-signed certificate, ensure the certificate is imported into the WSO2 Carbon truststore. By default, {{product_name}} uses the WSO2 Carbon truststore at `<IS_HOME>/repository/resources/security/client-truststore.jks`.
139139

140140
{% if is_version <= "7.2.0" %}
141141
Add the following configuration to the `deployment.toml` file and restart the server:
@@ -147,11 +147,11 @@ Try these troubleshooting steps to resolve issues.
147147

148148
{% if is_version == "7.1.0" %}
149149
!!! note
150-
This configuration is available from the update level: **`7.1.0.60`**
150+
This configuration is available from the update level: **`7.1.0.60`**.
151151
{% elif is_version == "7.2.0" %}
152152
!!! note
153153
This configuration is available from the update level: **`7.2.0.19`**.
154154
{% endif %}
155-
155+
156156
{% endif %}
157157
{% endif %}

0 commit comments

Comments
 (0)