Fix broken links in <details> sections (#2737)

This commit is contained in:
Matthew Wilks 2024-05-01 15:06:59 +10:00 committed by GitHub
parent 1fb8165825
commit a67d1f5160
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,8 @@ way to the largest enterprise needs.
If you want to host your own authentication service, then Kanidm is for you! If you want to host your own authentication service, then Kanidm is for you!
<details><summary>Supported Features</summary> <details>
<summary>Supported Features</summary>
Kanidm supports: Kanidm supports:
@ -74,7 +75,9 @@ Kanidm is pronounced as "kar - nee - dee - em".
## Comparison with other services ## Comparison with other services
<details><summary>LLDAP</summary> <details>
<summary>LLDAP</summary>
[LLDAP](https://github.com/nitnelave/lldap) is a similar project aiming for a small and easy to [LLDAP](https://github.com/nitnelave/lldap) is a similar project aiming for a small and easy to
administer LDAP server with a web administration portal. Both projects use the administer LDAP server with a web administration portal. Both projects use the
[Kanidm LDAP bindings](https://github.com/kanidm/ldap3), and have many similar ideas. [Kanidm LDAP bindings](https://github.com/kanidm/ldap3), and have many similar ideas.
@ -107,7 +110,9 @@ richer feature set.
</details> </details>
<details><summary>FreeIPA</summary> <details>
<summary>FreeIPA</summary>
FreeIPA is another identity management service for Linux/Unix, and ships a huge number of features FreeIPA is another identity management service for Linux/Unix, and ships a huge number of features
from LDAP, Kerberos, DNS, Certificate Authority, and more. from LDAP, Kerberos, DNS, Certificate Authority, and more.
@ -122,7 +127,9 @@ differ however, but generally Kanidm is much faster than FreeIPA).
</details> </details>
<details><summary>Keycloak</summary> <details>
<summary>Keycloak</summary>
Keycloak is an OIDC/OAuth2/SAML provider. It allows you to layer on WebAuthn to existing IDM systems. Keycloak is an OIDC/OAuth2/SAML provider. It allows you to layer on WebAuthn to existing IDM systems.
Keycloak can operate as a stand-alone IDM but generally is a component attached to an existing LDAP Keycloak can operate as a stand-alone IDM but generally is a component attached to an existing LDAP
server or similar. server or similar.