MatrixGW/docker/dex/dex.config.yaml

27 lines
531 B
YAML
Raw Normal View History

2025-01-15 20:24:08 +00:00
issuer: http://127.0.0.1:9001/dex
storage:
type: memory
web:
http: 0.0.0.0:9001
oauth2:
# Automate some clicking
# Note: this might actually make some tests pass that otherwise wouldn't.
skipApprovalScreen: false
connectors:
# Note: this might actually make some tests pass that otherwise wouldn't.
- type: mockCallback
id: mock
name: Example
# Basic OP test suite requires two clients.
staticClients:
- id: foo
secret: bar
redirectURIs:
2025-01-21 20:26:01 +00:00
- http://localhost:8000/oidc_cb
2025-01-15 20:24:08 +00:00
name: Project