Alan Stanley
b58fd31f9c
|
12 years ago | |
---|---|---|
build | 12 years ago | |
css | 12 years ago | |
images | 12 years ago | |
includes | 12 years ago | |
policies | 12 years ago | |
tests | 12 years ago | |
theme | 12 years ago | |
xml | 12 years ago | |
.gitignore | 12 years ago | |
.travis.yml | 12 years ago | |
LICENSE.txt | 12 years ago | |
README.md | 12 years ago | |
build.xml | 12 years ago | |
islandora.api.php | 12 years ago | |
islandora.info | 12 years ago | |
islandora.install | 12 years ago | |
islandora.module | 12 years ago | |
islandora.rules.inc | 12 years ago |
README.md
BUILD STATUS
CI Server: http://jenkins.discoverygarden.ca
SUMMARY
Islandora Fedora Repository Module
For installation and customization instructions please see the documentation and the DuraSpace Wiki:
https://wiki.duraspace.org/display/ISLANDORA/Islandora
All bugs, feature requests and improvement suggestions are tracked at the DuraSpace JIRA:
https://jira.duraspace.org/browse/ISLANDORA
REQUIREMENTS
INSTALLATION
Before installing Islandora the XACML policies located in the policies folder should be copied into the Fedora global XACML policies folder. This will allow "authenticated users" in Drupal to access Fedora API-M functions.
CONFIGURATION
The islandora_drupal_filter passes the username of 'anonymous' through to Fedora for unauthenticated Drupal Users. A user with the name of 'anonymous' may have XACML policies applied to them that are meant to be applied to Drupal users that are not logged in or vice-versa. This is a potential security issue that can be plugged by creating a user named 'anonymous' and restricting access to the account.
Drupal's cron will can be ran to remove expired authentication tokens.