diff --git a/docs/ecosystem/projects.mdx b/docs/ecosystem/projects.mdx index 52e8ff7d2..7f01d10c2 100644 --- a/docs/ecosystem/projects.mdx +++ b/docs/ecosystem/projects.mdx @@ -103,32 +103,6 @@ import { ProjectOverviewGraph } from "@site/src/pages/_assets/project-overview-g ``` -```mdx-code-block -import Mermaid from "@site/src/theme/Mermaid" - -Identity and Access Proxy IAP] -Hydra[Ory / hydra
OAuth 2.0 and OpenID Connect] -Kratos[Ory / kratos
Cloud native identity infrastructure] -Keto[Ory / keto
Permission and Role Management] -API[Your Code
API Endpoint 1 & API Endpoint 2] - -User --> Devices -Devices --> Oathkeeper - -Oathkeeper -->|protects| API -Oathkeeper -->|authenticates credentials with| Hydra -User -->|Registers, log in, manages profiles, ...| Kratos -Oathkeeper --> Kratos -Oathkeeper -->|checks permissions with| Keto -`} - width="100%" /> -``` - If you were to use the full Ory Ecosystem, it would probably look something like this. Keep in mind that any component shown here can be replaced or removed, depending on your use case.