Go to file
dependabot-preview[bot] 8de89614f8 ⬆️ Bump wildfly-maven-plugin from 2.0.0.Final to 2.0.1.Final
Bumps [wildfly-maven-plugin](https://github.com/wildfly/wildfly-maven-plugin) from 2.0.0.Final to 2.0.1.Final.
- [Release notes](https://github.com/wildfly/wildfly-maven-plugin/releases)
- [Commits](https://github.com/wildfly/wildfly-maven-plugin/compare/2.0.0.Final...2.0.1.Final)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-22 17:53:14 +02:00
src/main 🎨 Unused import 2019-06-19 08:01:10 +02:00
.gitignore 🎉 First try 2019-06-19 07:21:48 +02:00
LICENSE 🎉 First try 2019-06-19 07:21:48 +02:00
README.md 📝 Update README 2019-06-19 08:31:33 +02:00
pom.xml ⬆️ Bump wildfly-maven-plugin from 2.0.0.Final to 2.0.1.Final 2019-10-22 17:53:14 +02:00

README.md

Keycloak - Restrict email domain for registration

This extension allows you to validate email domain used for registration in keycloak to accept only a finite list of domain.

How to install

Simply drop the jar in $KEYCLOAK_HOME\standalone\deployments, it will be automatically deployed by keycloak.

How to use

  • Go to the admin console, in authentication menu.
  • Copy the registration flow
  • add a new execution below "Profile Validation" and choose "Profile Validation With Email Domain Check"
  • Configure this new execution (otherwise, keycloak will only accept "exemple.org" domains)
  • Change the registration binding to this new flow
  • Configure the realm to accept registration and verify email (this is important!)