Skip to content

Commit a42b177

Browse files
Merge pull request #5767 from wso2/fixing-product-is-issue-19039-1765199709
Fix: Add clear instructions for IdPPublicCert field in SAML sample app for all affected versions (Product IS issue #19039)
2 parents eb2d2b5 + 6ec1a46 commit a42b177

File tree

4 files changed

+48
-4
lines changed

4 files changed

+48
-4
lines changed

en/identity-server/7.0.0/docs/get-started/try-samples/qsg-saml-webapp-java-ee.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,18 @@ Follow the steps given below to configure the sample app.
171171
</tr>
172172
<tr>
173173
<td><code>IdPPublicCert</code></td>
174-
<td>This specifies the public certificate of the {{ product_name }}. You can obtain the public certificate from the Console. See [how to get SAML configurations from the {{ product_name }} Console]({{base_path}}/guides/authentication/saml/discover-saml-configs).</td>
174+
<td>
175+
This specifies the public certificate of the {{ product_name }}. Follow these steps to obtain it:
176+
<ol>
177+
<li>On the {{ product_name }} Console, go to <b>Applications</b>.</li>
178+
<li>Select your SAML application.</li>
179+
<li>Go to the <b>Info</b> tab.</li>
180+
<li>Under <b>IdP certificate</b>, download the certificate.</li>
181+
<li>Open the downloaded certificate file in a text editor and copy the certificate content (the text between <code>-----BEGIN CERTIFICATE-----</code> and <code>-----END CERTIFICATE-----</code>, excluding the header and footer lines).</li>
182+
<li>Paste the certificate content as a single line in the <code>IdPPublicCert</code> field.</li>
183+
</ol>
184+
For more information, see <a href="{{base_path}}/guides/authentication/saml/discover-saml-configs">how to get SAML configurations from the {{ product_name }} Console</a>.
185+
</td>
175186
</tr>
176187
<tr>
177188
<td><code>skipURIs</code></td>

en/identity-server/7.1.0/docs/get-started/try-samples/qsg-saml-webapp-java-ee.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,18 @@ Follow the steps given below to configure the sample app.
171171
</tr>
172172
<tr>
173173
<td><code>IdPPublicCert</code></td>
174-
<td>This specifies the public certificate of the {{ product_name }}. You can obtain the public certificate from the Console. See [how to get SAML configurations from the {{ product_name }} Console]({{base_path}}/guides/authentication/saml/discover-saml-configs).</td>
174+
<td>
175+
This specifies the public certificate of the {{ product_name }}. Follow these steps to obtain it:
176+
<ol>
177+
<li>On the {{ product_name }} Console, go to <b>Applications</b>.</li>
178+
<li>Select your SAML application.</li>
179+
<li>Go to the <b>Info</b> tab.</li>
180+
<li>Under <b>IdP certificate</b>, download the certificate.</li>
181+
<li>Open the downloaded certificate file in a text editor and copy the certificate content (the text between <code>-----BEGIN CERTIFICATE-----</code> and <code>-----END CERTIFICATE-----</code>, excluding the header and footer lines).</li>
182+
<li>Paste the certificate content as a single line in the <code>IdPPublicCert</code> field.</li>
183+
</ol>
184+
For more information, see <a href="{{base_path}}/guides/authentication/saml/discover-saml-configs">how to get SAML configurations from the {{ product_name }} Console</a>.
185+
</td>
175186
</tr>
176187
<tr>
177188
<td><code>skipURIs</code></td>

en/identity-server/7.2.0/docs/get-started/try-samples/qsg-saml-webapp-java-ee.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,18 @@ Follow the steps given below to configure the sample app.
171171
</tr>
172172
<tr>
173173
<td><code>IdPPublicCert</code></td>
174-
<td>This specifies the public certificate of the {{ product_name }}. You can obtain the public certificate from the Console. See [how to get SAML configurations from the {{ product_name }} Console]({{base_path}}/guides/authentication/saml/discover-saml-configs).</td>
174+
<td>
175+
This specifies the public certificate of the {{ product_name }}. Follow these steps to obtain it:
176+
<ol>
177+
<li>On the {{ product_name }} Console, go to <b>Applications</b>.</li>
178+
<li>Select your SAML application.</li>
179+
<li>Go to the <b>Info</b> tab.</li>
180+
<li>Under <b>IdP certificate</b>, download the certificate.</li>
181+
<li>Open the downloaded certificate file in a text editor and copy the certificate content (the text between <code>-----BEGIN CERTIFICATE-----</code> and <code>-----END CERTIFICATE-----</code>, excluding the header and footer lines).</li>
182+
<li>Paste the certificate content as a single line in the <code>IdPPublicCert</code> field.</li>
183+
</ol>
184+
For more information, see <a href="{{base_path}}/guides/authentication/saml/discover-saml-configs">how to get SAML configurations from the {{ product_name }} Console</a>.
185+
</td>
175186
</tr>
176187
<tr>
177188
<td><code>skipURIs</code></td>

en/identity-server/next/docs/get-started/try-samples/qsg-saml-webapp-java-ee.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,18 @@ Follow the steps given below to configure the sample app.
171171
</tr>
172172
<tr>
173173
<td><code>IdPPublicCert</code></td>
174-
<td>This specifies the public certificate of the {{ product_name }}. You can obtain the public certificate from the Console. See [how to get SAML configurations from the {{ product_name }} Console]({{base_path}}/guides/authentication/saml/discover-saml-configs).</td>
174+
<td>
175+
This specifies the public certificate of the {{ product_name }}. Follow these steps to obtain it:
176+
<ol>
177+
<li>On the {{ product_name }} Console, go to <b>Applications</b>.</li>
178+
<li>Select your SAML application.</li>
179+
<li>Go to the <b>Info</b> tab.</li>
180+
<li>Under <b>IdP certificate</b>, download the certificate.</li>
181+
<li>Open the downloaded certificate file in a text editor and copy the certificate content (the text between <code>-----BEGIN CERTIFICATE-----</code> and <code>-----END CERTIFICATE-----</code>, excluding the header and footer lines).</li>
182+
<li>Paste the certificate content as a single line in the <code>IdPPublicCert</code> field.</li>
183+
</ol>
184+
For more information, see <a href="{{base_path}}/guides/authentication/saml/discover-saml-configs">how to get SAML configurations from the {{ product_name }} Console</a>.
185+
</td>
175186
</tr>
176187
<tr>
177188
<td><code>skipURIs</code></td>

0 commit comments

Comments
 (0)