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
2 changes: 1 addition & 1 deletion blog/2024-02-01-boxyhq-changelog001.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ With SAML Jackson, our Single Sign-On (SSO) and Directory Sync solution, we are
- SAML Federation now supports bridging to OIDC.
- Added error tracing for OIDC connections and related improvements.
- Added a new statistics API endpoint for SSO and Directory Sync connection count.
- Native integration with [Ory](https://www.ory.sh/).
- Native integration with [Ory](https://www.ory.com/).
- Added support to associate multiple tenants with SAML Federation apps. This is especially useful for large enterprises.
- General improvements to SAML Federation support.
- There were also several dependency updates to ensure the security and performance of SAML Jackson.
Expand Down
4 changes: 2 additions & 2 deletions guides/jackson/integrations/ory.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.
[Ory Network](https://www.ory.com/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:

Expand All @@ -17,7 +17,7 @@ Please note that we utilize the `B2B Organizations` feature of Ory Network which

## 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.
Install the [Ory CLI](https://www.ory.com/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.

Expand Down
Loading