Files
WeKnora/misc/dex-config.yaml
Windfarer c1816fe6d6 add oidc
2026-03-30 11:13:44 +08:00

21 lines
503 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# config.yamlreference https://github.com/dexidp/dex/blob/master/examples/config-dev.yaml
issuer: http://127.0.0.1:5556/dex
storage:
type: memory
web:
http: 0.0.0.0:5556
staticClients:
- id: weknora
redirectURIs:
- 'http://127.0.0.1:5173/api/v1/auth/oidc/callback'
- 'http://127.0.0.1/api/v1/auth/oidc/callback'
name: 'WeKnora'
# add a "secret" field here
enablePasswordDB: true
oauth2:
responseTypes:
- code
- id_token
- token
skipApprovalScreen: true