Moved to https://gitlab.developers.cam.ac.uk/uis/devops/raven/hydra-consent-app
This repository contains a "consent app" implementation for the Hydra OAuth2 server which integrates Raven SSO.
See the documentation for information about how to get a developer instance running.
As a quick test, you can spin up the consent app and try issuing a token with the following:
$ ./compose.sh development up -d
Then, in another terminal:
$ ./scripts/create-token.sh
The test suite may be run using the tox.sh
wrapper script.