You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/includes/guides/service-extensions/in-flow-extensions/custom-authentication.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ The following are some troubleshooting steps that you may take to resolve issues
175
175
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).
176
176
177
177
{% 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`.
179
179
180
180
{% if is_version <= "7.2.0" %}
181
181
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
187
187
188
188
{% if is_version == "7.1.0" %}
189
189
!!! 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`**.
191
191
{% elif is_version == "7.2.0" %}
192
192
!!! note
193
193
This configuration is available from the update level: **`7.2.0.19`**.
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.
692
692
693
693
{% if (product_name == "WSO2 Identity Server" and is_version > "7.2.0" ) %}
694
+
694
695
## Custom authentication with app-native authentication
695
696
696
697
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.
Copy file name to clipboardExpand all lines: en/includes/guides/service-extensions/pre-flow-extensions/setting-up-actions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ Try these troubleshooting steps to resolve issues.
135
135
2. Confirm that the request and response payloads conform to the expected formats as defined by the REST API contract.
136
136
137
137
{% 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`.
139
139
140
140
{% if is_version <= "7.2.0" %}
141
141
Add the following configuration to the `deployment.toml` file and restart the server:
@@ -147,11 +147,11 @@ Try these troubleshooting steps to resolve issues.
147
147
148
148
{% if is_version == "7.1.0" %}
149
149
!!! 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`**.
151
151
{% elif is_version == "7.2.0" %}
152
152
!!! note
153
153
This configuration is available from the update level: **`7.2.0.19`**.
0 commit comments