Agama Flows to register and authenticate a person via email.
- Jans Auth Server
- Gluu Flex
The main flow of this project is org.gluu.agama.smtp.main
. In step one, the
person enters their email address, to which the IDP sends an OTP code.
After OTP verification, if the email address is known, the flow is successful.
If the email address is new, the IDP displays a registration form.
- A way to send email messages! If you are using Jans Auth Server, it has an SMTP service for sending email, which needs to be configured.
- You'll need an OpenID Connect test RP. You can try
- Send an OpenID Authn Request to your IDP using
acr_values=agama
andagama_flow=org.gluu.agama.smtp.main
Arnab Dutta |
This project is provided under the Apache 2.0 License