Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ components:
type:
type: string
description: "
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overriden with values defined at the tenant level.
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overridden with values defined at the tenant level.

- USER_DEFINED type indicates that the application will use a user-defined authentication sequence."
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2087,7 +2087,7 @@ components:
type: string
description: "
<ul>
<li> <b>DEFAULT</b> type indicates that the application will use the default authentication sequence specified at the organization level. When the DEFAULT type is used, the information given in the other fields of the `AuthenticationSequence` will be ignored and overriden with values defined at the organization level.</li>
<li> <b>DEFAULT</b> type indicates that the application will use the default authentication sequence specified at the organization level. When the DEFAULT type is used, the information given in the other fields of the `AuthenticationSequence` will be ignored and overridden with values defined at the organization level.</li>
<li> <b>USER_DEFINED</b> type indicates that the application will use a user-defined authentication sequence.</li>
</ul>"
enum:
Expand Down
2 changes: 1 addition & 1 deletion en/asgardeo/docs/apis/restapis/application-management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4948,7 +4948,7 @@ components:
type: string
description: "
<ul>
<li> <b>DEFAULT</b> type indicates that the application will use the default authentication sequence specified at the organization level. When the DEFAULT type is used, the information given in the other fields of the `AuthenticationSequence` will be ignored and overriden with values defined at the organization level.</li>
<li> <b>DEFAULT</b> type indicates that the application will use the default authentication sequence specified at the organization level. When the DEFAULT type is used, the information given in the other fields of the `AuthenticationSequence` will be ignored and overridden with values defined at the organization level.</li>
<li> <b>USER_DEFINED</b> type indicates that the application will use a user-defined authentication sequence.</li>
</ul>"
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ components:
type:
type: string
description: "
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overriden with values defined at the tenant level.
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overridden with values defined at the tenant level.

- USER_DEFINED type indicates that the application will use a user-defined authentication sequence."
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4962,7 +4962,7 @@ components:
type:
type: string
description: "
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overriden with values defined at the tenant level.
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overridden with values defined at the tenant level.

- USER_DEFINED type indicates that the application will use a user-defined authentication sequence."
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
Note that even when using the local cache, it triggers the cache invalidation notification system to ensure that data is consistent among the nodes in the cluster when data is deleted or updated, but this is
not triggered when adding new data.

## Session cleanup configurations

Check failure on line 74 in en/identity-server/7.0.0/docs/deploy/configure/session-persistence.md

View workflow job for this annotation

GitHub Actions / lint

Headings should be surrounded by blank lines

en/identity-server/7.0.0/docs/deploy/configure/session-persistence.md:74 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Session cleanup configurations"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md022.md
The following table describes the elements of the session clean-up configurations.

The `[session_data.persistence]` section is related to the persistence of session data.
Expand All @@ -82,7 +82,7 @@
| `persist_temporary_data` | Setting this to `true` enables persistence of temporary caches that are created within an authentication request. |
| `persistence_pool_size` | Keep this value as `0`. The `persistence_pool_size` equals zero means that it is disabled, and the authentication flow is blocked until this particular data persistence task is complete. To execute the persistence task asynchronously, set the value to `>0`. Based on the pool size, the system creates the task parallel to executing the persistence task that was in the queue. Any value greater than `0` does not provide expected results and sometimes causes unwanted side effects. |


Check failure on line 85 in en/identity-server/7.0.0/docs/deploy/configure/session-persistence.md

View workflow job for this annotation

GitHub Actions / lint

Multiple consecutive blank lines

en/identity-server/7.0.0/docs/deploy/configure/session-persistence.md:85 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md012.md
The `[session_data.cleanup]` section is related to the cleaning up of session data

| Configuration element | Description |
Expand All @@ -102,7 +102,7 @@
## Importance of correct `Deletechunksize`

In the world of the World Wide Web, sessions are the simplest way to store data for individual users against a unique session ID. These can be used to persist state information between page requests. When all
the requests ad responses that come to a page per day are considered, that is a large amount. Due to this reason, the session data stored in the “IDN\_AUTH\_SESSION\_STORE ” table in the WSO2CARBON\_DB of WSO2 IS is high. This table fills up quickly if your system receives too many loads of requests.
the requests and responses that come to a page per day are considered, that is a large amount. Due to this reason, the session data stored in the “IDN\_AUTH\_SESSION\_STORE ” table in the WSO2CARBON\_DB of WSO2 IS is high. This table fills up quickly if your system receives too many loads of requests.

After a certain period, these session data are not necessary. To stop the exponential table growth, a Session Clean Up Task in predefined time intervals is run via a script. If this storing session data is huge, the data that need to be deleted also will come in bulk.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ components:
type:
type: string
description: "
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overriden with values defined at the tenant level.
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overridden with values defined at the tenant level.

- USER_DEFINED type indicates that the application will use a user-defined authentication sequence."
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2105,7 +2105,7 @@ components:
type:
type: string
description: "
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overriden with values defined at the tenant level.
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overridden with values defined at the tenant level.

- USER_DEFINED type indicates that the application will use a user-defined authentication sequence."
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5063,7 +5063,7 @@ components:
type:
type: string
description: "
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overriden with values defined at the tenant level.
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overridden with values defined at the tenant level.

- USER_DEFINED type indicates that the application will use a user-defined authentication sequence."
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
Note that even when using the local cache, it triggers the cache invalidation notification system to ensure that data is consistent among the nodes in the cluster when data is deleted or updated, but this is
not triggered when adding new data.

## Session cleanup configurations

Check failure on line 74 in en/identity-server/7.1.0/docs/deploy/configure/session-persistence.md

View workflow job for this annotation

GitHub Actions / lint

Headings should be surrounded by blank lines

en/identity-server/7.1.0/docs/deploy/configure/session-persistence.md:74 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Session cleanup configurations"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md022.md
The following table describes the elements of the session clean-up configurations.

The `[session_data.persistence]` section is related to the persistence of session data.
Expand All @@ -82,7 +82,7 @@
| `persist_temporary_data` | Setting this to `true` enables persistence of temporary caches that are created within an authentication request. |
| `persistence_pool_size` | Keep this value as `0`. The `persistence_pool_size` equals zero means that it is disabled, and the authentication flow is blocked until this particular data persistence task is complete. To execute the persistence task asynchronously, set the value to `>0`. Based on the pool size, the system creates the task parallel to executing the persistence task that was in the queue. Any value greater than `0` does not provide expected results and sometimes causes unwanted side effects. |


Check failure on line 85 in en/identity-server/7.1.0/docs/deploy/configure/session-persistence.md

View workflow job for this annotation

GitHub Actions / lint

Multiple consecutive blank lines

en/identity-server/7.1.0/docs/deploy/configure/session-persistence.md:85 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md012.md
The `[session_data.cleanup]` section is related to the cleaning up of session data

| Configuration element | Description |
Expand All @@ -102,7 +102,7 @@
## Importance of correct `Deletechunksize`

In the world of the World Wide Web, sessions are the simplest way to store data for individual users against a unique session ID. These can be used to persist state information between page requests. When all
the requests ad responses that come to a page per day are considered, that is a large amount. Due to this reason, the session data stored in the “IDN\_AUTH\_SESSION\_STORE ” table in the WSO2CARBON\_DB of WSO2 IS is high. This table fills up quickly if your system receives too many loads of requests.
the requests and responses that come to a page per day are considered, that is a large amount. Due to this reason, the session data stored in the “IDN\_AUTH\_SESSION\_STORE ” table in the WSO2CARBON\_DB of WSO2 IS is high. This table fills up quickly if your system receives too many loads of requests.

After a certain period, these session data are not necessary. To stop the exponential table growth, a Session Clean Up Task in predefined time intervals is run via a script. If this storing session data is huge, the data that need to be deleted also will come in bulk.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ components:
type:
type: string
description: "
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overriden with values defined at the tenant level.
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overridden with values defined at the tenant level.

- USER_DEFINED type indicates that the application will use a user-defined authentication sequence."
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2425,7 +2425,7 @@ components:
type:
type: string
description: "
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overriden with values defined at the tenant level.
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overridden with values defined at the tenant level.

- USER_DEFINED type indicates that the application will use a user-defined authentication sequence."
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
Note that even when using the local cache, it triggers the cache invalidation notification system to ensure that data is consistent among the nodes in the cluster when data is deleted or updated, but this is
not triggered when adding new data.

## Session cleanup configurations

Check failure on line 74 in en/identity-server/7.2.0/docs/deploy/configure/session-persistence.md

View workflow job for this annotation

GitHub Actions / lint

Headings should be surrounded by blank lines

en/identity-server/7.2.0/docs/deploy/configure/session-persistence.md:74 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Session cleanup configurations"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md022.md
The following table describes the elements of the session clean-up configurations.

The `[session_data.persistence]` section is related to the persistence of session data.
Expand All @@ -82,7 +82,7 @@
| `persist_temporary_data` | Setting this to `true` enables persistence of temporary caches that are created within an authentication request. |
| `persistence_pool_size` | Keep this value as `0`. The `persistence_pool_size` equals zero means that it is disabled, and the authentication flow is blocked until this particular data persistence task is complete. To execute the persistence task asynchronously, set the value to `>0`. Based on the pool size, the system creates the task parallel to executing the persistence task that was in the queue. Any value greater than `0` does not provide expected results and sometimes causes unwanted side effects. |


Check failure on line 85 in en/identity-server/7.2.0/docs/deploy/configure/session-persistence.md

View workflow job for this annotation

GitHub Actions / lint

Multiple consecutive blank lines

en/identity-server/7.2.0/docs/deploy/configure/session-persistence.md:85 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md012.md
The `[session_data.cleanup]` section is related to the cleaning up of session data

| Configuration element | Description |
Expand All @@ -102,7 +102,7 @@
## Importance of correct `Deletechunksize`

In the world of the World Wide Web, sessions are the simplest way to store data for individual users against a unique session ID. These can be used to persist state information between page requests. When all
the requests ad responses that come to a page per day are considered, that is a large amount. Due to this reason, the session data stored in the “IDN\_AUTH\_SESSION\_STORE ” table in the WSO2CARBON\_DB of WSO2 IS is high. This table fills up quickly if your system receives too many loads of requests.
the requests and responses that come to a page per day are considered, that is a large amount. Due to this reason, the session data stored in the “IDN\_AUTH\_SESSION\_STORE ” table in the WSO2CARBON\_DB of WSO2 IS is high. This table fills up quickly if your system receives too many loads of requests.

After a certain period, these session data are not necessary. To stop the exponential table growth, a Session Clean Up Task in predefined time intervals is run via a script. If this storing session data is huge, the data that need to be deleted also will come in bulk.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ components:
type:
type: string
description: "
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overriden with values defined at the tenant level.
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overridden with values defined at the tenant level.

- USER_DEFINED type indicates that the application will use a user-defined authentication sequence."
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2470,7 +2470,7 @@ components:
type:
type: string
description: "
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overriden with values defined at the tenant level.
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overridden with values defined at the tenant level.

- USER_DEFINED type indicates that the application will use a user-defined authentication sequence."
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
Note that even when using the local cache, it triggers the cache invalidation notification system to ensure that data is consistent among the nodes in the cluster when data is deleted or updated, but this is
not triggered when adding new data.

## Session cleanup configurations

Check failure on line 74 in en/identity-server/7.3.0/docs/deploy/configure/session-persistence.md

View workflow job for this annotation

GitHub Actions / lint

Headings should be surrounded by blank lines

en/identity-server/7.3.0/docs/deploy/configure/session-persistence.md:74 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Session cleanup configurations"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md022.md
The following table describes the elements of the session clean-up configurations.

The `[session_data.persistence]` section is related to the persistence of session data.
Expand All @@ -82,7 +82,7 @@
| `persist_temporary_data` | Setting this to `true` enables persistence of temporary caches that are created within an authentication request. |
| `persistence_pool_size` | Keep this value as `0`. The `persistence_pool_size` equals zero means that it is disabled, and the authentication flow is blocked until this particular data persistence task is complete. To execute the persistence task asynchronously, set the value to `>0`. Based on the pool size, the system creates the task parallel to executing the persistence task that was in the queue. Any value greater than `0` does not provide expected results and sometimes causes unwanted side effects. |


Check failure on line 85 in en/identity-server/7.3.0/docs/deploy/configure/session-persistence.md

View workflow job for this annotation

GitHub Actions / lint

Multiple consecutive blank lines

en/identity-server/7.3.0/docs/deploy/configure/session-persistence.md:85 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md012.md
The `[session_data.cleanup]` section is related to the cleaning up of session data

| Configuration element | Description |
Expand All @@ -102,7 +102,7 @@
## Importance of correct `Deletechunksize`

In the world of the World Wide Web, sessions are the simplest way to store data for individual users against a unique session ID. These can be used to persist state information between page requests. When all
the requests ad responses that come to a page per day are considered, that is a large amount. Due to this reason, the session data stored in the “IDN\_AUTH\_SESSION\_STORE ” table in the WSO2CARBON\_DB of WSO2 IS is high. This table fills up quickly if your system receives too many loads of requests.
the requests and responses that come to a page per day are considered, that is a large amount. Due to this reason, the session data stored in the “IDN\_AUTH\_SESSION\_STORE ” table in the WSO2CARBON\_DB of WSO2 IS is high. This table fills up quickly if your system receives too many loads of requests.

After a certain period, these session data are not necessary. To stop the exponential table growth, a Session Clean Up Task in predefined time intervals is run via a script. If this storing session data is huge, the data that need to be deleted also will come in bulk.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ components:
type:
type: string
description: "
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overriden with values defined at the tenant level.
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overridden with values defined at the tenant level.

- USER_DEFINED type indicates that the application will use a user-defined authentication sequence."
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2470,7 +2470,7 @@ components:
type:
type: string
description: "
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overriden with values defined at the tenant level.
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overridden with values defined at the tenant level.

- USER_DEFINED type indicates that the application will use a user-defined authentication sequence."
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
Note that even when using the local cache, it triggers the cache invalidation notification system to ensure that data is consistent among the nodes in the cluster when data is deleted or updated, but this is
not triggered when adding new data.

## Session cleanup configurations

Check failure on line 74 in en/identity-server/next/docs/deploy/configure/session-persistence.md

View workflow job for this annotation

GitHub Actions / lint

Headings should be surrounded by blank lines

en/identity-server/next/docs/deploy/configure/session-persistence.md:74 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Session cleanup configurations"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md022.md
The following table describes the elements of the session clean-up configurations.

The `[session_data.persistence]` section is related to the persistence of session data.
Expand All @@ -82,7 +82,7 @@
| `persist_temporary_data` | Setting this to `true` enables persistence of temporary caches that are created within an authentication request. |
| `persistence_pool_size` | Keep this value as `0`. The `persistence_pool_size` equals zero means that it is disabled, and the authentication flow is blocked until this particular data persistence task is complete. To execute the persistence task asynchronously, set the value to `>0`. Based on the pool size, the system creates the task parallel to executing the persistence task that was in the queue. Any value greater than `0` does not provide expected results and sometimes causes unwanted side effects. |


Check failure on line 85 in en/identity-server/next/docs/deploy/configure/session-persistence.md

View workflow job for this annotation

GitHub Actions / lint

Multiple consecutive blank lines

en/identity-server/next/docs/deploy/configure/session-persistence.md:85 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md012.md
The `[session_data.cleanup]` section is related to the cleaning up of session data

| Configuration element | Description |
Expand All @@ -102,7 +102,7 @@
## Importance of correct `Deletechunksize`

In the world of the World Wide Web, sessions are the simplest way to store data for individual users against a unique session ID. These can be used to persist state information between page requests. When all
the requests ad responses that come to a page per day are considered, that is a large amount. Due to this reason, the session data stored in the “IDN\_AUTH\_SESSION\_STORE ” table in the WSO2CARBON\_DB of WSO2 IS is high. This table fills up quickly if your system receives too many loads of requests.
the requests and responses that come to a page per day are considered, that is a large amount. Due to this reason, the session data stored in the “IDN\_AUTH\_SESSION\_STORE ” table in the WSO2CARBON\_DB of WSO2 IS is high. This table fills up quickly if your system receives too many loads of requests.

After a certain period, these session data are not necessary. To stop the exponential table growth, a Session Clean Up Task in predefined time intervals is run via a script. If this storing session data is huge, the data that need to be deleted also will come in bulk.

Expand Down
2 changes: 1 addition & 1 deletion en/includes/deploy/configure-console-hostname.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This guide outlines two strategies to achieve this in {{product_name}}:

The most robust security model involves physically or logically separating the infrastructure into two planes: a **Control Plane** for administration and a **Data Plane** for runtime operations.

![data-plane-control-plane-seperation]({{base_path}}/assets/img/deploy/data-plane-control-plane-seperation.png)
![data-plane-control-plane-separation]({{base_path}}/assets/img/deploy/data-plane-control-plane-seperation.png)

### 1. Control plane (internal)

Expand Down
Loading