pages/site/garden/federated-identity/index.md
2024-06-26 08:54:32 -05:00

33 lines
No EOL
1.2 KiB
Markdown

---
alias: "Decentralized Identity"
public: "true"
slug: "federated-identity"
tags: [Decentralized]
title: "Federated Identity"
prev: false
next: false
---
<script setup>
import { data } from '../../git.data.ts';
import { useData } from 'vitepress';
const pageData = useData();
</script>
<h1 class="p-name">Federated Identity</h1>
<p>68 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
<hr/>
> Referenced by: [Commune](/garden/commune/index.md), [Weird](/garden/weird/index.md)
> Tags: [Decentralized](/garden/decentralized/index.md)
Allow for validating one's identity without relying on a specific centralized server
Implementations:
- Private and public keypairs
- [IndieAuth](https://indieweb.org/IndieAuth) by [The IndieWeb](/garden/the-small-web/index.md)
- Supported by [Rauthy](https://github.com/sebadob/rauthy) which the [Commune](/garden/commune/index.md) community endorses
Self hosted identity providers are NOT enough to be considered federated identity
- OIDC and OAuth require the service owner to have pre-configured with explicitly allowed identity providers
[Incremental Social](/garden/incremental-social/index.md) uses Zitadel which does NOT support IndieAuth and probably won't