Mobile ID (MID) REST API Documentation
Process | Method | URL |
---|---|---|
Authenticate | POST | BASE/authentication |
Authentication status | GET | BASE/authentication/session/:sessionId?timeoutMs=:timeoutMs |
Signing | POST | BASE/signature |
Signing status | GET | BASE/signature/session/:sessionId?timeoutMs=:timeoutMs |
./mvnw spring-boot:build-image
docker run -p 8080:8080 mid-rest-mock:latest
Chaos monkey latency assaults are enabled on Authentication/Signing status endpoints to simulate random result status times. Use chaos monkey HTTP endpoints to change this behaviour at runtime.
Application and chaos monkey metrics are published under BASE/actuator/metrics and BASE/actuator/prometheus