From ced1de6f9d488921e157d87455f26f9e677f5a81 Mon Sep 17 00:00:00 2001 From: Daan Boerlage Date: Sat, 18 Nov 2023 23:23:43 +0100 Subject: [PATCH 1/3] Remove Kerberos from the planned protocols --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 68744f4..2406b9d 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,6 @@ Sleutel is an identity directory aims to be the one-stop shop of all authenticat * [ ] SAML 1.x * [ ] SAML 2 * [ ] LDAP -* [ ] Kerberos * [ ] RADIUS * [ ] [IndieAuth](https://indieweb.org/IndieAuth) * [ ] Web Key Directory From 7c6de7d6017afc8b7b7e6402857ad2a6b3276d24 Mon Sep 17 00:00:00 2001 From: Daan Boerlage Date: Sat, 18 Nov 2023 23:24:14 +0100 Subject: [PATCH 2/3] Add libravatar to the list of planned protocols --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 2406b9d..dd9eeee 100644 --- a/readme.md +++ b/readme.md @@ -14,3 +14,5 @@ Sleutel is an identity directory aims to be the one-stop shop of all authenticat * [ ] RADIUS * [ ] [IndieAuth](https://indieweb.org/IndieAuth) * [ ] Web Key Directory +* [ ] [libravatar](https://www.libravatar.org/) + From b2d70585791af07d933b3f18e1268065b93d0bfc Mon Sep 17 00:00:00 2001 From: Daan Boerlage Date: Sat, 18 Nov 2023 23:24:45 +0100 Subject: [PATCH 3/3] Add links for all planned protocols --- readme.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index dd9eeee..297d735 100644 --- a/readme.md +++ b/readme.md @@ -6,13 +6,12 @@ Sleutel is an identity directory aims to be the one-stop shop of all authenticat ## Protocols -* [x] WebFinger -* [ ] OpenID Connect -* [ ] SAML 1.x -* [ ] SAML 2 -* [ ] LDAP -* [ ] RADIUS +* [x] [WebFinger](https://webfinger.net/) +* [ ] [OpenID](https://openid.net/) +* [ ] [SAML 1.1](https://en.wikipedia.org/wiki/SAML_1.1) +* [ ] [SAML 2](https://en.wikipedia.org/wiki/SAML_2.0) +* [ ] [LDAP](https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol) +* [ ] [RADIUS](https://en.wikipedia.org/wiki/RADIUS) * [ ] [IndieAuth](https://indieweb.org/IndieAuth) -* [ ] Web Key Directory +* [ ] [Web Key Directory](https://wiki.gnupg.org/WKD) * [ ] [libravatar](https://www.libravatar.org/) -