minauthator/README.md

32 lines
737 B
Markdown
Raw Permalink Normal View History

2024-10-22 16:31:49 +00:00
# Minauthator
2024-10-20 22:05:20 +00:00
2024-11-15 17:34:17 +00:00
Minauthator is an identity provider supporting [OpenID Connect (OIDC)](https://en.wikipedia.org/wiki/OpenID_Connect).
This project aims to allow an organization to setup [single sign-on (SSO)](https://en.wikipedia.org/wiki/Single_sign-on) using a self-hosted free software.
**Project status: *early development, work-in-progress***
2024-10-20 22:05:20 +00:00
## Features
2024-11-15 17:34:17 +00:00
- Login
- Register
- OpenID Connect & OAuth 2.0
- Activation token
- Profile details
- Static apps
- User roles
- MFA/TOTP
- Email notifications
- Login page customization
- App carousel (App presentation to users)
2024-11-02 16:37:57 +00:00
## Deps
- <https://github.com/murar8/axum_typed_multipart>
2024-11-15 17:34:17 +00:00
## Alternatives
- [Authentik](https://goauthentik.io/)
- [Keycloak](https://www.keycloak.org/)