diff --git a/docs/jackson/deploy/env-variables.md b/docs/jackson/deploy/env-variables.md index bc70c76e..0fe8bdcf 100644 --- a/docs/jackson/deploy/env-variables.md +++ b/docs/jackson/deploy/env-variables.md @@ -471,14 +471,4 @@ For example: `/api/scim/oauth/callback` ### **BOXYHQ_LICENSE_KEY** -Contact us to obtain a license for our Enterprise Features - Portal Branding, Identity Federation and Ory Integration. - -## Enterprise Features - Ory Integration - -### **ENTERPRISE_ORY_SDK_TOKEN** - -Your Ory Network Session Token. To obtain this use the Ory CLI and copy out your session token. - -### **ENTERPRISE_ORY_PROJECT_ID** - -Your Ory Network Project ID. +Contact us to obtain a license for our Enterprise Features - Portal Branding and Identity Federation. diff --git a/guides/jackson/integrations/ory.md b/guides/jackson/integrations/ory.md deleted file mode 100644 index b84a2bb1..00000000 --- a/guides/jackson/integrations/ory.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: BoxyHQ SSO and Ory Network -sidebar_label: Ory Network ---- - -# Ory Network - -[Ory Network](https://www.ory.sh/network/) is a fully hosted identity infrastructure for scaling teams. Based on open standards and supported by a team of security experts, it’s the fastest way to build secure auth flows. - -We integrate with Ory Network to support SAML SSO. You can follow the step outlined below: - -## Deployment Options - -The easiest way to use the integration is to signup for a 30 day trial on our [SaaS solution](https://app.eu.boxyhq.com/auth/join). If you'd like to self-host (The Ory integration is an Enterprise Edition feature) please [reach out](mailto:support@boxyhq.com) to us to obtain an evaluation license. - -Please note that we utilize the `B2B Organizations` feature of Ory Network which requires the Growth plan or higher with Ory. - -## Obtain the Ory Network Session Token - -Install the [Ory CLI](https://www.ory.sh/docs/guides/cli/installation) and then run `ory auth` to sign into your Ory Network account. - -You will find the `session_token` in the `.ory-cloud.json` file in your home folder. Copy that out since you need this for the next step. The `session_token` starts with `ory_st` prefix. - -You will also need your Project ID which can be obtained from your Ory account. - -![Ory Project ID](./ory/ory-projectid.png) - -## Configure the Ory Session Token and Project ID - -Log into your BoxyHQ account and create a new `Product` if you don't already have one. Our concept of `Product` is similar to Ory's `Project`. - -Navigate to `Settings` in the sidebar and then the `Ory Integration` tab. Paste your session token and Project ID in the input fields and click the Save button. - -![Ory and BoxyHQ Integration](./ory/ory-integration-ui.png) - -If you are self-hosting, you have to set these [environment variables](https://boxyhq.com/docs/jackson/deploy/env-variables#enterprise-features---ory-integration) - -## Integration explained - -Now whenever you [create a new SSO connection on BoxyHQ](https://boxyhq.com/guides/jackson/configuring-saml-sso) it automatically calls Ory APIs to setup a new Organization and a Generic OIDC connection. All the user management still flows through Ory Network. Please remember to use the domain as the `tenant` in BoxyHQ. - -![Ory Organization](./ory/ory-organization.png) - -![Ory Organization Details](./ory/ory-organization-details.png) - -If you now navigate to your Ory Account Experience UI and enter an email associated with the domain you just configured then the `Sign in with SSO` button appears. - -![Ory Organization Details](./ory/ory-account-experience.png) - -## Next steps - -- If you need any help with the integration or have any questions then please [Contact us](mailto:support@boxyhq.com) diff --git a/sidebars_guides.js b/sidebars_guides.js index 2278c264..d1b0cd3c 100644 --- a/sidebars_guides.js +++ b/sidebars_guides.js @@ -35,7 +35,6 @@ module.exports = { label: 'Integrations Guides', collapsed: false, items: [ - 'jackson/integrations/ory', 'jackson/integrations/auth0', 'jackson/integrations/firebase', 'jackson/integrations/nextauth',