Skip to content

Commit

Permalink
chore: missing sidebar docs + fixes (#1860)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr committed Sep 3, 2024
1 parent 2a85abf commit 6ca03f3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
5 changes: 5 additions & 0 deletions docs/kratos/concepts/security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ the value set in the anti-CSRF cookie. If the values match, the request is allow
By default Ory uses a password policy that follows the [Digital Identity Guidelines](https://pages.nist.gov/800-63-3/) established
by the [National Institute of Standards and Technology (NIST)](https://www.nist.gov/). To learn more about configuring up a
password policy, refer to the [password policy page](../../concepts/password-policy.mdx) for instructions and best practices.

## OAuth 2.0 security

Ory OAuth2 and OpenID Connect is a certified OAuth2 and OpenID Connect provider. You can read more in the
[OAuth 2.0 security overview](https://www.ory.sh/docs/hydra/security-architecture) documentation.
6 changes: 3 additions & 3 deletions docs/self-hosted/oel/oauth2/migrate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Migrate to Ory Enterprise License

# Upgrade Ory Hydra to Ory Hydra enterprise license (OEL)

This guide outlines the steps to upgrade from Ory Hydra open source to Ory Hydra Enterprise License (OEL). Upgrading to OEL
This guide outlines the steps to upgrade from self-hosted Ory Hydra to Ory Hydra Enterprise License (OEL). Upgrading to OEL
provides additional features and support for enterprise customers.

## Prerequisites
Expand All @@ -20,7 +20,7 @@ Before starting the upgrade process, ensure you meet the following requirements:

## Upgrade process

Follow these steps to upgrade from Ory Hydra open source to Ory Hydra Enterprise License (OEL):
Follow these steps to upgrade from self-hosted Ory Hydra to Ory Hydra Enterprise License (OEL):

### 1. Keep the open source version running

Expand Down Expand Up @@ -64,4 +64,4 @@ Ensure to replace `your_database_connection_string` with your database connectio

## Conclusion

By following these steps, you can successfully upgrade from Ory Hydra open source to Ory Hydra Enterprise License.
By following these steps, you can successfully upgrade from self-hosted Ory Hydra to Ory Hydra Enterprise License.
21 changes: 18 additions & 3 deletions src/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ const oauth2Sidebar = {
"oauth2-oidc/overview/oidc-concepts",
"hydra/concepts/before-oauth2",
"hydra/guides/using-oauth2",
"hydra/security-architecture",
],
},
{
Expand Down Expand Up @@ -606,10 +607,15 @@ const selfhostingSidebar = {
label: "Ory Enterprise License",
items: [
"self-hosted/oel/quickstart",
"self-hosted/oel/oauth2/migrate",
{
type: "category",
label: "Ory Hydra (OAuth2 Server)",
items: ["self-hosted/oel/oauth2/token-prefix"],
items: [
"self-hosted/oel/oauth2/token-prefix",
"self-hosted/oel/oauth2/upgrade",
"self-hosted/oel/oauth2/changelog",
],
},
],
},
Expand Down Expand Up @@ -947,8 +953,18 @@ module.exports = {
type: "doc",
id: "troubleshooting/index",
},
"console/usage-billing",
],
},
{
type: "category",
label: "Operations",
collapsed: false,
collapsible: false,
items: [
"guides/manage-project-via-api",
"guides/custom-domains",
"console/usage-billing",
"guides/gitops",
],
},
{
Expand All @@ -963,7 +979,6 @@ module.exports = {
items: [
"kratos/concepts/security",
"ecosystem/security",
"hydra/security-architecture",
"security-compliance/personal-data-location",
"security-compliance/gdpr",
"security-compliance/token-formats",
Expand Down

0 comments on commit 6ca03f3

Please sign in to comment.