-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
33 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
@@ -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: | ||
|
@@ -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"> | ||
|
||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
@@ -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: | ||
|
@@ -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"> | ||
|
||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
@@ -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: | ||
|
@@ -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"> | ||
|
||
|
@@ -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> | ||
|