2024-10-22 16:31:49 +00:00
# Minauthator
2024-10-20 22:05:20 +00:00
2024-12-04 18:52:59 +00:00
Minauthator is an identity provider server supporting [OpenID Connect (OIDC) ](https://en.wikipedia.org/wiki/OpenID_Connect ).
2024-11-15 17:34:17 +00:00
2024-12-04 18:52:59 +00:00
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 (FOSS).
This project also aims to provide features while being frugal and minimalist.
2024-11-15 17:34:17 +00:00
**Project status: *early development, work-in-progress* **
2024-11-08 22:38:54 +00:00
2024-10-20 22:05:20 +00:00
## Features
2024-12-03 18:20:03 +00:00
- [x] Login
- [x] Register
- [x] OpenID Connect & OAuth 2.0
- [x] Activation token
- [x] Profile details
- [x] Static apps
2024-12-04 18:52:59 +00:00
- [x] Admin CLI to manage user.
- [x] User invitation with human token
2024-12-03 18:20:03 +00:00
- [ ] User roles
- [ ] User groups
- [ ] MFA/TOTP
- [ ] Email notifications
- [ ] Login page customization
- [x] App listing (App presentation to users)
- [x] Implicit OAuth 2.0 flow
2024-12-04 18:52:59 +00:00
- [ ] Email verification
- [ ] GPG keys verification and signing
- [ ] Docker deployment
2024-12-04 18:52:59 +00:00
- [ ] Full user panel & user privacy control
2024-12-04 18:52:59 +00:00
## Architecture
- Sqlite DB
- Kernel
- Http server
- Public API
- User API
- Third-party OAuth2 app/client API
- Web GUI (no Javascript)
- Admin CLI
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/ )
2024-12-04 18:52:59 +00:00
- [Kanidm ](https://kanidm.com/ )