Change project name
This commit is contained in:
parent
8de89614f8
commit
6fb893a609
@ -1,4 +1,4 @@
|
|||||||
# Keycloak - Restrict email domain for registration
|
# Keycloak - Whitelist 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.
|
This extension allows you to validate email domain used for registration in keycloak to accept only a finite list of domain.
|
||||||
|
|
||||||
@ -13,4 +13,4 @@ Simply drop the jar in `$KEYCLOAK_HOME\standalone\deployments`, it will be autom
|
|||||||
- add a new execution below "Profile Validation" and choose "Profile Validation With Email Domain Check"
|
- 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)
|
- Configure this new execution (otherwise, keycloak will only accept "exemple.org" domains)
|
||||||
- Change the registration binding to this new flow
|
- Change the registration binding to this new flow
|
||||||
- Configure the realm to accept registration and verify email (this is important!)
|
- Configure the realm to accept registration and verify email (this is important!)
|
||||||
|
Loading…
Reference in New Issue
Block a user