minor implementations updates
All checks were successful
/ build (push) Successful in 23s
/ deploy (push) Successful in 4s

This commit is contained in:
timothe.jeanne 2024-10-28 16:39:47 +01:00
parent e3714ed26f
commit 0bece1953a
3 changed files with 11 additions and 3 deletions

View file

@ -13,7 +13,15 @@ color : blue-1
#### Stackspin
{{< /implementation >}}
{{< implementation type="client" devs="IndieHosters">}}
{{< implementation type="client" devs="Yaal">}}
#### Discourse
{{< /implementation >}}
{{< implementation type="client" devs="IndieHosters & Audriga">}}
#### Nextcloud
{{< /implementation >}}
{{< implementation type="client" devs="Yaal & IndieHosters">}}
#### Element
{{< /implementation >}}

View file

@ -49,7 +49,7 @@ On modern web infrastructure, LDAP started to be abandoned because **loose provi
| Easy to implement | {{< svg-render cross >}} <br> *Mature but old and difficult* | {{< svg-render cross >}} <br> *Mature but old and difficult* | {{< svg-render cross >}} {{< svg-render check >}} <br> *Simple and web native, but non-standard IdP* | {{< svg-render check >}} <br> *Cli or UI could be used on IdP or on apps* |
| Many implementations | {{< svg-render check >}} | {{< svg-render check >}} | {{< svg-render check >}} | {{< svg-render cross >}} <br> *Not a lot of implementations yet* |
| Single sign-on | {{< svg-render cross >}} <br> *User must sign-on each application* | {{< svg-render check >}} | {{< svg-render check >}} | {{< svg-render check >}} |
| No trust issues | {{< svg-render cross >}} <br> *Expose users credentials to each application* | {{< svg-render cross >}} <br> ***???????*** | {{< svg-render check >}} <br> *Zero trust in applications* | {{< svg-render check >}} <br> *Zero trust in applications* |
| No trust issues | {{< svg-render cross >}} <br> *Expose users credentials to each application* | {{< svg-render cross >}} | {{< svg-render check >}} <br> *Zero trust in applications* | {{< svg-render check >}} <br> *Zero trust in applications* |
| Scalable provisioning | {{< svg-render cross >}} <br> *By diffing, each app reads all and compares it* | {{< svg-render cross >}} <br> *By diffing, each app reads all and compares it* | {{< svg-render check >}} <br> *No diffing, modern storage, SQL database can be used* | {{< svg-render check >}} <br> *Real time atomic provisioning* |
| Scalable provisioning | {{< svg-render cross >}} <br> *Only when apps trigger it or when the user logs in* | {{< svg-render cross >}} <br> *Only when apps trigger it or when the user logs in* | {{< svg-render cross >}} <br> *No way to remove a user from the application* | {{< svg-render check >}} |
| GDPR Compliant | {{< svg-render cross >}} | {{< svg-render cross >}} | {{< svg-render cross >}} | {{< svg-render check >}} |

View file

@ -13,7 +13,7 @@
{{ if .Get "devs" }}
<p class="devs">Devs: {{ .Get "devs" }}</p>
<p class="devs">Main devs: {{ .Get "devs" }}</p>
{{ end }}
</div>
<div class="flex">