An open API service indexing awesome lists of open source software.

https://github.com/umd-lib/umd-fcrepo-auth-utils

UMD Libraries Fedora 4 Authentication Utilities
https://github.com/umd-lib/umd-fcrepo-auth-utils

Last synced: over 1 year ago
JSON representation

UMD Libraries Fedora 4 Authentication Utilities

Awesome Lists containing this project

README

          

# UMD Libraries Fedora 4 Authentication Utilities

* [AuthTokenService](src/main/java/edu/umd/lib/fcrepo/AuthTokenService.java): Generate JWT auth tokens.
* [LdapRoleLookupService](src/main/java/edu/umd/lib/fcrepo/LdapRoleLookupService.java): Look up a
user in an LDAP directory and return either "fedoraAdmin" or "fedoraUser", depending on the
configured role mappings.

## Build

To build the utility

```sh
mvn clean package
```

## Deploy

To deploy the package to Nexus

```sh
mvn deploy
```