Skip to content

Commit

Permalink
fix: PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Aug 15, 2024
1 parent f18b459 commit 86d5e64
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 69 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ docker run \
-d boxyhq/jackson
```

Instead, if you are following the example guide, run:
This will start the SAML jackson server on `http://localhost:5225`.

```bash
yarn dev
```
:::important

in the root directory of the project and this will start the SAML jackson server on `http://localhost:5225` (along with a SuperTokens core + postgresql server)
If you are using our SuperTokens managed service, we will host the Boxy HQ server for you ([reach out to us](mailto:[email protected]) to activate your instance).

:::

### 3) Create a new tenant in SuperTokens (if not done already)

Expand Down Expand Up @@ -147,13 +147,13 @@ docker run \
-d boxyhq/jackson
```

Instead, if you are following the example guide, run:
This will start the SAML jackson server on `http://localhost:5225`.

```bash
yarn dev
```
:::important

in the root directory of the project and this will start the SAML jackson server on `http://localhost:5225` (along with a SuperTokens core + postgresql server)
If you are using our SuperTokens managed service, we will host the Boxy HQ server for you ([reach out to us](mailto:[email protected]) to activate your instance).

:::

### 4) Upload the base64 xml string to SAML Jackson
Take the string generated in step (2) and run:
Expand Down Expand Up @@ -186,11 +186,7 @@ The output of this command will provide you the `client_id` and `client_secret`

### 5) Create a new tenant in SuperTokens (if not done already)

<!-- COPY SECTION -->
<!-- ./thirdparty/pre-built-ui/multitenant-login.mdx -->
<!-- 2a -->

<BackendSDKTabs enableCurl enableDashboard>
<BackendSDKTabs enableCurl>

<TabItem value="nodejs">

Expand Down Expand Up @@ -328,16 +324,8 @@ curl --location --request PUT '^{coreInjector_uri_without_quotes}/recipe/multite

</TabItem>

<TabItem value="dashboard" className="tab-with-background">

<img src="/img/dashboard/tenant-management/tp-create-tenant.gif" alt="Create Tenant"/>

</TabItem>

</BackendSDKTabs>

<!-- END COPY SECTION -->

### 6) Configure the SAML provider for the tenant

<BackendSDKTabs enableCurl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ docker run \
-d boxyhq/jackson
```

Instead, if you are following the example guide, run:
This will start the SAML jackson server on `http://localhost:5225`.

```bash
yarn dev
```
:::important

in the root directory of the project and this will start the SAML jackson server on `http://localhost:5225` (along with a SuperTokens core + postgresql server)
If you are using our SuperTokens managed service, we will host the Boxy HQ server for you ([reach out to us](mailto:[email protected]) to activate your instance).

:::

### 3) Create a new tenant in SuperTokens (if not done already)

Expand Down Expand Up @@ -147,13 +147,13 @@ docker run \
-d boxyhq/jackson
```

Instead, if you are following the example guide, run:
This will start the SAML jackson server on `http://localhost:5225`.

```bash
yarn dev
```
:::important

in the root directory of the project and this will start the SAML jackson server on `http://localhost:5225` (along with a SuperTokens core + postgresql server)
If you are using our SuperTokens managed service, we will host the Boxy HQ server for you ([reach out to us](mailto:[email protected]) to activate your instance).

:::

### 4) Upload the base64 xml string to SAML Jackson
Take the string generated in step (2) and run:
Expand Down Expand Up @@ -186,11 +186,7 @@ The output of this command will provide you the `client_id` and `client_secret`

### 5) Create a new tenant in SuperTokens (if not done already)

<!-- COPY SECTION -->
<!-- ./thirdparty/pre-built-ui/multitenant-login.mdx -->
<!-- 2a -->

<BackendSDKTabs enableCurl enableDashboard>
<BackendSDKTabs enableCurl>

<TabItem value="nodejs">

Expand Down Expand Up @@ -328,16 +324,8 @@ curl --location --request PUT '^{coreInjector_uri_without_quotes}/recipe/multite

</TabItem>

<TabItem value="dashboard" className="tab-with-background">

<img src="/img/dashboard/tenant-management/tp-create-tenant.gif" alt="Create Tenant"/>

</TabItem>

</BackendSDKTabs>

<!-- END COPY SECTION -->

### 6) Configure the SAML provider for the tenant

<BackendSDKTabs enableCurl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ docker run \
-d boxyhq/jackson
```

Instead, if you are following the example guide, run:
This will start the SAML jackson server on `http://localhost:5225`.

```bash
yarn dev
```
:::important

in the root directory of the project and this will start the SAML jackson server on `http://localhost:5225` (along with a SuperTokens core + postgresql server)
If you are using our SuperTokens managed service, we will host the Boxy HQ server for you ([reach out to us](mailto:[email protected]) to activate your instance).

:::

### 3) Create a new tenant in SuperTokens (if not done already)

Expand Down Expand Up @@ -147,13 +147,13 @@ docker run \
-d boxyhq/jackson
```

Instead, if you are following the example guide, run:
This will start the SAML jackson server on `http://localhost:5225`.

```bash
yarn dev
```
:::important

in the root directory of the project and this will start the SAML jackson server on `http://localhost:5225` (along with a SuperTokens core + postgresql server)
If you are using our SuperTokens managed service, we will host the Boxy HQ server for you ([reach out to us](mailto:[email protected]) to activate your instance).

:::

### 4) Upload the base64 xml string to SAML Jackson
Take the string generated in step (2) and run:
Expand Down Expand Up @@ -186,11 +186,7 @@ The output of this command will provide you the `client_id` and `client_secret`

### 5) Create a new tenant in SuperTokens (if not done already)

<!-- COPY SECTION -->
<!-- ./thirdparty/pre-built-ui/multitenant-login.mdx -->
<!-- 2a -->

<BackendSDKTabs enableCurl enableDashboard>
<BackendSDKTabs enableCurl>

<TabItem value="nodejs">

Expand Down Expand Up @@ -328,16 +324,8 @@ curl --location --request PUT '^{coreInjector_uri_without_quotes}/recipe/multite

</TabItem>

<TabItem value="dashboard" className="tab-with-background">

<img src="/img/dashboard/tenant-management/tp-create-tenant.gif" alt="Create Tenant"/>

</TabItem>

</BackendSDKTabs>

<!-- END COPY SECTION -->

### 6) Configure the SAML provider for the tenant

<BackendSDKTabs enableCurl>
Expand Down

0 comments on commit 86d5e64

Please sign in to comment.