Skip to content

Commit

Permalink
Update introduction_to_kanidm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Water261 authored Oct 19, 2024
1 parent a04101c commit 2009afa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions book/src/introduction_to_kanidm.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ graph LR;
kanidm@{ shape: lin-cyl, label: "Kanidm" };
device<-- Trusts OAuth -->website;
website<-- Reads User Data -->kanidm;
device-- Trusts OAuth -->website;
website-- Reads User Data -->kanidm;
device-- OAuth -->kanidm;
device-- SSH -->ssh;
ssh<-- Retrieve SSH Keys -->kanidm;
ssh-- Retrieve SSH Keys -->kanidm;
device-- Login to -->wifi;
wifi-- RADIUS Credentials -->radius;
radius<-- Verifies Credentials -->kanidm;
radius-- Verifies Credentials -->kanidm;
```

Expand Down

0 comments on commit 2009afa

Please sign in to comment.