This service provides a frontend HMRC's internal users to vet requests to create applications as part of our HMRC third party tax software and application programming interface (API) strategy.
This service provides the following functionalites:
- Ability to log in / log out with an internal user
- Role based access control for actions
This service is written in Scala and Play, so needs at least a [JRE] to run.
To run the application execute
sbt 'run 9000'
and then access the application at
http://localhost:9000/api-gatekeeper/login
The application is starting up with a login screen, it is using an internal authentication and authorisation service. At the moment it is not yet possible to stub the them.
This code is open source software licensed under the Apache 2.0 License.