minauthator/README.md

31 lines
737 B
Markdown

# Minauthator
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***
## Features
- 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)
## Deps
- <https://github.com/murar8/axum_typed_multipart>
## Alternatives
- [Authentik](https://goauthentik.io/)
- [Keycloak](https://www.keycloak.org/)