pages/site/garden/federated-identity/index.md
thepaperpilot 91e757f7cc
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 17s
Update garden pages
2024-06-05 23:25:48 -05:00

25 lines
No EOL
996 B
Markdown

---
public: "true"
slug: "federated-identity"
tags: [Decentralized]
title: "Federated Identity"
prev: false
next: false
---
# Federated Identity
> Referenced by: [Commune](/garden/commune/index.md), [Fedi v2](/garden/fedi-v2/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