minauthator/README.md

34 lines
828 B
Markdown
Raw 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-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
- [ ] 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-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/)