VirtWeb/virtweb_backend/docker/dex/dex.config.yaml
Pierre HUBERT 2955dfa5c0
All checks were successful
continuous-integration/drone/push Build is passing
Add VirtWeb remote callback url
2024-11-30 09:38:45 +01:00

28 lines
569 B
YAML

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:
- http://localhost:3000/oidc_cb
- http://localhost:5173/oidc_cb
name: Project