Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.
/ vir-auth Public archive

A customized JDBC auth module for OpenAM (based on the original JDBC auth module)

License

Notifications You must be signed in to change notification settings

kir-dev/vir-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VirAuth

A customized JDBC auth module for OpenAM (based on the original JDBC auth module) There is a great tutorial about custom authentication modules in the developer docs.

Install

Customize the war and deploy it

cp target/openam-auth-vir-jdbc-2.0.jar $openam_war/WEB-INF/lib/
cp src/main/resources/amAuthVirJDBC* $openam_war/WEB-INF/classes/
cp src/main/resources/config/auth/default/VirJDBC.xml $openam_war/config/auth/default/

Register the service with ssoadm

$SSOADM_HOME/ssoadm create-svc -u amadmin -f $PASSWD_FILE -X src/main/resources/amAuthVirJDBC.xml
$SSOADM_HOME/ssoadm register-auth-module -u amadmin -f $PASSWD_FILE -a hu.sch.vir.auth.VirJDBC

Uninstall

$SSOADM_HOME/ssoadm unregister-auth-module -u amadmin -f $PASSWD_FILE -a hu.sch.vir.auth.VirJDBC
$SSOADM_HOME/ssoadm delete-svc -u amadmin -f $PASSWD_FILE -s iPlanetAMAuthVirJDBCService

About

A customized JDBC auth module for OpenAM (based on the original JDBC auth module)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages