Skip to content

Commit 73e8ee4

Browse files
committed
Fix: Updated directory placeholders to use consistent format
1 parent 13241e6 commit 73e8ee4

File tree

365 files changed

+1131
-1131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

365 files changed

+1131
-1131
lines changed

en/asgardeo/docs/get-started/try-samples/qsg-oidc-webapp-java-ee.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ Click the button below to download the sample. You can also choose to view the s
8282

8383
Follow the steps given below to configure the sample app.
8484

85-
1. Move the **war** file that you downloaded to the `{TOMCAT_HOME}/webapps` folder where `{TOMCAT_HOME}` is the home directory of your Tomcat server.
85+
1. Move the **war** file that you downloaded to the `<TOMCAT_HOME>/webapps` folder where `<TOMCAT_HOME>` is the home directory of your Tomcat server.
8686

87-
2. Open a terminal, navigate to the `{TOMCAT_HOME}/bin` folder, and start the Tomcat server using the following command:
87+
2. Open a terminal, navigate to the `<TOMCAT_HOME>/bin` folder, and start the Tomcat server using the following command:
8888

8989
```bash
9090
sh catalina.sh start
@@ -94,7 +94,7 @@ Follow the steps given below to configure the sample app.
9494
This will extract the contents of the **war** file. </br>
9595
If your Tomcat server is set to auto-deploy applications, you can skip this step.
9696

97-
3. Go to the `{TOMCAT_HOME}/webapps/oidc-sample-app/WEB-INF/classes` folder and open the `oidc-sample-app.properties` file in a text editor.
97+
3. Go to the `<TOMCAT_HOME>/webapps/oidc-sample-app/WEB-INF/classes` folder and open the `oidc-sample-app.properties` file in a text editor.
9898
4. Update the following in the `oidc-sample-app.properties` file:
9999

100100
``` json
@@ -188,7 +188,7 @@ Follow the steps given below to configure the sample app.
188188
</tr>
189189
</table>
190190

191-
5. On your terminal, navigate to the `{TOMCAT_HOME}/bin` folder and run the following commands to restart the Tomcat server for the configurations to take effect:
191+
5. On your terminal, navigate to the `<TOMCAT_HOME>/bin` folder and run the following commands to restart the Tomcat server for the configurations to take effect:
192192

193193
```bash
194194
sh catalina.sh stop

en/asgardeo/docs/get-started/try-samples/qsg-saml-webapp-java-ee.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ Click the button below to download the sample. You can also choose to view the s
9191

9292
Follow the steps given below to configure the sample app.
9393

94-
1. Move the **war** file that you downloaded to the `{TOMCAT_HOME}/webapps` folder where `{TOMCAT_HOME}` is the root of your Tomcat server.
94+
1. Move the **war** file that you downloaded to the `<TOMCAT_HOME>/webapps` folder where `<TOMCAT_HOME>` is the root of your Tomcat server.
9595

96-
2. Open a terminal, navigate to the `{TOMCAT_HOME}/bin` folder, and start the Tomcat server using the following command:
96+
2. Open a terminal, navigate to the `<TOMCAT_HOME>/bin` folder, and start the Tomcat server using the following command:
9797

9898
!!! note
9999
This will extract the contents of the **war** file. </br>
@@ -103,7 +103,7 @@ Follow the steps given below to configure the sample app.
103103
sh catalina.sh start
104104
```
105105

106-
3. Go to the `{TOMCAT_HOME}/webapps/sample-app/WEB-INF/classes` folder and open the `sample-app.properties` file in a text editor.
106+
3. Go to the `<TOMCAT_HOME>/webapps/sample-app/WEB-INF/classes` folder and open the `sample-app.properties` file in a text editor.
107107

108108
4. Update the following in the `sample-app.properties` file:
109109

@@ -286,7 +286,7 @@ Follow the steps given below to configure the sample app.
286286
</tbody>
287287
</table>
288288

289-
5. In the `{TOMCAT_HOME}/bin` folder, run the following commands to restart the Tomcat server for the configurations to take effect:
289+
5. In the `<TOMCAT_HOME>/bin` folder, run the following commands to restart the Tomcat server for the configurations to take effect:
290290

291291
```bash
292292
sh catalina.sh stop

en/identity-server/5.10.0/docs/administer/configuring-tls-termination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Termination](https://www.nginx.com/resources/admin-guide/nginx-ssl-termination/)
1818
### Step 2: Enabling RemoteIpValve for Carbon servers
1919

2020
You can enable Tomcat's RemoteIpValve for your Carbon server by simply
21-
adding the configuration to `<IS-HOME>/repository/conf/deployment.toml` See the [Tomcat
21+
adding the configuration to `<IS_HOME>/repository/conf/deployment.toml` See the [Tomcat
2222
documentation](https://tomcat.apache.org/tomcat-9.0-doc/api/org/apache/catalina/valves/RemoteIpValve.html)
2323
for more information about ` RemoteIpValve ` .
2424

en/identity-server/5.10.0/docs/administer/enabling-mutual-ssl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ they are ` jks ` files. Let's take a look at where the
1515
JKS files are saved:
1616

1717
- WSO2 Identity Server certificates are stored in the
18-
` <IS-HOME>/repository/resources/security/wso2carbon.jks ` file.
18+
` <IS_HOME>/repository/resources/security/wso2carbon.jks ` file.
1919
- Server side certificates are stored in the
20-
` <IS-HOME>/repository/resources/security/clienttruststore.jks ` file.
20+
` <IS_HOME>/repository/resources/security/clienttruststore.jks ` file.
2121

2222
These certificates are signed and issued by a certificate authority that
2323
allows both the client and server to communicate freely. Now let's look

en/identity-server/5.10.0/docs/administer/mitigating-cross-site-request-forgery-attacks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Follow the steps below to secure web applications.
130130
3. Create a CSRF configuration properties file (e.g.
131131
` abc.properties ` ) within your application, and
132132
copy the content in the
133-
` <CARBON_HOME>repository/conf/security/ `
133+
` <CARBON_HOME>/repository/conf/security/ `
134134
` Owasp.CsrfGuard.Carbon.properties ` file to it.
135135
4. Use the ` org.owasp.csrfguard.unprotected. `
136136
prefix in the configuration property keys, for the relevant patterns
@@ -212,7 +212,7 @@ Follow the steps below to secure Jaggery applications.
212212
3. Create a CSRF configuration properties file (e.g.
213213
` abc.properties ` ) within your application, and
214214
copy the content in the
215-
` <CARBON_HOME>repository/conf/security/ `
215+
` <CARBON_HOME>/repository/conf/security/ `
216216
` Owasp.CsrfGuard.Carbon.properties ` file to it.
217217
4. Use the ` org.owasp.csrfguard.unprotected. `
218218
prefix in the configuration property keys, for the relevant patterns

en/identity-server/5.10.0/docs/administer/mutual-tls-with-client-id-and-secret-using-oidc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In order to consume the request, follow the steps given below.
2323
token request and the service provider. This validation needs to be skipped.
2424

2525
For achieving both above requirements add the following configuration to the
26-
`<IS-HOME>/repository/conf/deployment.toml`
26+
`<IS_HOME>/repository/conf/deployment.toml`
2727

2828
``` toml
2929
[[event_listener]]

en/identity-server/5.10.0/docs/administer/registry-related-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ data section of a resource). Apart from that, versioning can be done per
223223
each change made for a resource which can be an extremely expensive
224224
operation at runtime (especially if there are many resources that
225225
change). By setting the `\<versionResourcesOnChange\>` parameter in
226-
`<IS_HOME\>/repository/conf/registry.xml` to `true/false`, you can
226+
`<IS_HOME>/repository/conf/registry.xml` to `true/false`, you can
227227
enable/disable versioning resources on change. If it is enabled, upon
228228
modification to a resource, a new version will be created from the
229229
resource and also a new record is added to this table. Following are the

en/identity-server/5.10.0/docs/develop/customizing-error-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ messages in Apache Tomcat.
1313
The pages that should be displayed on a
1414
certain throwable exception, error or an HTTP status code are specified
1515
in the
16-
` <IS_HOME>repository/conf/tomcat/carbon/WEB-INF/web.xml ` file. You can customize those error pages as preferred. For example,
16+
` <IS_HOME>/repository/conf/tomcat/carbon/WEB-INF/web.xml ` file. You can customize those error pages as preferred. For example,
1717
if you try to access a resource that is not available in the Carbon
1818
server (e.g., https://localhost:9443/abc), you will see the "Error 404 - Not Found"
1919
page.

en/identity-server/5.10.0/docs/develop/customizing-the-authentication-endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Do the following configurations to enable this feature.
8989
directory.
9090

9191
2. Open the
92-
` <IS-HOME>/repository/conf/deployment.toml `
92+
` <IS_HOME>/repository/conf/deployment.toml `
9393
file and add the following parameter to enable the Mutual SSL Authenticator.
9494

9595
```toml
@@ -109,7 +109,7 @@ Do the following configurations to enable this feature.
109109

110110
4. Add the following configuration into the
111111
`
112-
`<IS-HOME>/repository/conf/deployment.toml`.
112+
`<IS_HOME>/repository/conf/deployment.toml`.
113113

114114
```toml
115115
[tenant]

en/identity-server/5.10.0/docs/develop/customizing-the-sso-redirection-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Re-branding the SSO Redirection Page
22

3-
The redirection page for Single Sign-On is available at `<IS-HOME>/repository/resources/identity/pages/samlsso_response.html`.Edit this HTML file to re-brand the SSO redirection page.
3+
The redirection page for Single Sign-On is available at `<IS_HOME>/repository/resources/identity/pages/samlsso_response.html`.Edit this HTML file to re-brand the SSO redirection page.
44

55
Additionally, you can use some variable placeholders inside this HTML
66
file to enhance your customization. These placeholders are replaced with

0 commit comments

Comments
 (0)