b57ae391ef
looking at #135 validation
2017-11-01 18:57:27 +00:00
3f2af85969
test passing with authentication being provided by the user and mapped to the re route in config
2017-11-01 15:25:55 +00:00
b0c12431d6
Added test coverage around responder middleware, and refactored these to not use test server.
2017-07-11 18:45:53 +01:00
0c33323352
Change HttpStatusCodeMapper not to wrap responses
...
As part of #66 we realised that the implementation of
IErrorToHttpStatusCodeMapper would always return a wrapped StatusCode
within an OK response, in turn meaning that ResponderMiddleware would
never fall into the else branch for returning a 500.
This commit removes the wrapping of the status code and removes the unused
logic for generating the 500 status code, giving the mapper full
responsbility for generating the correct status code.
2017-03-14 09:15:19 +00:00
286c7f8488
Fixed issue where qos was being created for each request so circuit breaker was never stopping traffic going to downstream service.
2017-02-11 18:56:36 +00:00
820673dda8
added docs but qos acceptance test not working seems circuit never opens but not sure if it is meant to with timeouts..investigating
2017-02-11 15:11:10 +00:00
f7fe7c0f49
more refactoring
2017-02-08 18:47:35 +00:00
8b0ceeda5b
removed library namespace
2016-10-18 19:10:09 +01:00
3d60602c7e
Added a get authentication test, removed the infrastructure name space as it seemed pointless, started thinking about how to pass claims on with the request
2016-10-17 18:00:36 +01:00
34bac7e0d4
Added first authentiction code..we have a test that makes sure we are unauthenticed but i havent been able to get authenticated to work yet due to identity server usual madness when calling with their SDK!
2016-10-15 11:17:18 +01:00