File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -103,32 +103,6 @@ import { ProjectOverviewGraph } from "@site/src/pages/_assets/project-overview-g
103
103
<ProjectOverviewGraph />
104
104
```
105
105
106
- ``` mdx-code-block
107
- import Mermaid from "@site/src/theme/Mermaid"
108
-
109
- <Mermaid
110
- chart={`graph LR
111
-
112
- User[User]
113
- Devices[Devices Web, Mobile, etc.]
114
- Oathkeeper[Ory / oathkeeper<br>Identity and Access Proxy IAP]
115
- Hydra[Ory / hydra<br>OAuth 2.0 and OpenID Connect]
116
- Kratos[Ory / kratos<br>Cloud native identity infrastructure]
117
- Keto[Ory / keto<br>Permission and Role Management]
118
- API[Your Code<br>API Endpoint 1 & API Endpoint 2]
119
-
120
- User --> Devices
121
- Devices --> Oathkeeper
122
-
123
- Oathkeeper -->|protects| API
124
- Oathkeeper -->|authenticates credentials with| Hydra
125
- User -->|Registers, log in, manages profiles, ...| Kratos
126
- Oathkeeper --> Kratos
127
- Oathkeeper -->|checks permissions with| Keto
128
- `}
129
- width="100%" />
130
- ```
131
-
132
106
If you were to use the full Ory Ecosystem, it would probably look something like this. Keep in mind that any component shown here
133
107
can be replaced or removed, depending on your use case.
134
108
You can’t perform that action at this time.
0 commit comments