auth/minimock/config.yml

18 lines
631 B
YAML
Raw Permalink 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
2024-09-15 18:42:07 +00:00
- 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