Skip to content

A collection of super dumb Jaas login modules that welcome credentials of all shapes, sizes and colors.

License

Notifications You must be signed in to change notification settings

UniconLabs/dummy-jaas-loginmodule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dummy-jaas-loginmodule

A collection of super dumb Jaas login modules that welcomes all credentials of all shapes, sizes and colors.

Download

Releases are available here.

Build

./mvnw[.bat] clean package

Grab the jar from the target directory and put it into WEB-INF/lib of the application.

Config

  • Accepts any username/password as credentials
UserPassAuth {
    net.unicon.authn.jaas.SimpleLoginModule required;
};
  • Username must equal password
UserPassAuth {
    net.unicon.authn.jaas.NotAsSimpleLoginModule required;
};