auth/minimock/config.yml
2024-09-15 20:42:07 +02:00

17 lines
631 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
- path: /userinfo/authentik-error.json
response_file: /data/userinfo/authentik-error.json
response_http_status: 400
- path: /userinfo/authentik-success.json
response_file: /data/userinfo/authentik-success.json