Skip to content

Commit 8fd87c2

Browse files
Merge pull request #6072 from RovinKYK/master
Update CTL tool documentation for Asgardeo
2 parents 927cebc + 56d3c08 commit 8fd87c2

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

en/includes/deploy/ctl-tool/propagate-between-child-organizations.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ Take note of the **Client ID** and **Client Secret** of the application you crea
4646

4747
Open the **serverConfig.json** file and provide the details of the application shared with the child organization and the child organization details, before running the tool.
4848

49+
{% if product_name == "Asgardeo" %}
50+
!!! note
51+
`SERVER_VERSION` is only relevant for on-premise deployments. Leave this field empty ("") for Asgardeo.
52+
{% endif %}
53+
4954
=== "serverConfig.json"
5055

5156
```json

en/includes/deploy/ctl-tool/tool-setup-and-usage.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ Follow the steps below to learn how you can configure IAM-CTL.
4444

4545
To propagate resources between root organizations, provide the details of the M2M application created in the root organization and the organization details.
4646

47+
{% if product_name == "Asgardeo" %}
48+
!!! note
49+
`SERVER_VERSION` is only relevant for on-premise deployments. Leave this field empty ("") for Asgardeo.
50+
{% endif %}
51+
4752
=== "serverConfig.json"
4853

4954
```json

0 commit comments

Comments
 (0)