agent-client-management Frontend
What the service does
AS A Client who has one or more active agent authorisations for MTD services I WANT to be able to remove an authorisation for a specific agent and service SO THAT the agent can no longer access my data / act on my behalf with HMRC for that service
Finds the logged in client's invitations and relationships, currently for the following serices: ITSA, PIR and VAT
Running the tests
sbt test it:test
Running the tests with coverage
sbt clean coverageOn test it:test coverageReport
Running the app locally
sm --start AGENT_AUTHORISATION -r
sm --stop AGENT_CLIENT_MANAGEMENT_FRONTEND
sbt run
It should then be listening on port 9568
browse http://localhost:9568/manage-your-tax-agents
License
This code is open source software licensed under the Apache 2.0 License