auth/minimock/config.yml
2024-09-13 23:41:29 +02:00

12 lines
405 B
YAML

---
routen:
- path: /openid-configuration
response_file: /data/openid-configuration
- path: /token/wrong-code
response_file: /data/token/wrong-code.json
response_http_status: 400
- path: /token/valide-access-token.json
response_file: /data/token/valide-access-token.json
- path: /token/invalide-response
response_body: somethings was really wrong
response_http_status: 500