auth/minimock/config.yml

13 lines
405 B
YAML
Raw Normal View History

2024-09-13 21:41:29 +00:00
---
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