Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Authentication system for the AURIN Workbench

License

Notifications You must be signed in to change notification settings

UNSW-CFRC/misc-aurin-workbench-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workbenchauth

Authentication system for the AURIN Workbench

Workbenchauth is implemented as a Java Spring MVC application that provides REST-API functions for authentication and authorization services to web applications. There is also a simple administrative interface implemented using AngularJS.

A basic user manual is available for user administration.

To build with maven:

export AURIN_DIR='/etc/aurin'
mvn clean package -Ddeployment=development -Dsystem=ali-dev -Daurin.dir=$AURIN_DIR

Requirements

The system has been tested on Ubuntu 14.04 LTS with Apache Tomcat 7 and the Postfix MTA.

About

Authentication system for the AURIN Workbench

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 78.2%
  • JavaScript 11.5%
  • CSS 8.5%
  • HTML 1.8%