Skip to content

Keycloak registration form, to limit user registrations based on a pre-defined email list.

License

Notifications You must be signed in to change notification settings

bsadnu/keycloak-registration-userlist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keycloak-registration-userlist

This keycloak plugin needs a system variable called EMAIL_WHITE_LIST with a path to a text file. This path is used to read the file with the allowed user e-mails addresses.

For example: /Users/test/documents/file.txt

The file has to be a plain-text file which contains an e-mail address per line:

aille@web.de

bwa@adorsys.de

aro@adorsys.de

About

Keycloak registration form, to limit user registrations based on a pre-defined email list.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%