mirror of https://github.com/dexidp/dex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
446 B
26 lines
446 B
issuer: http://127.0.0.1:5556 |
|
storage: |
|
type: sqlite3 |
|
config: |
|
file: examples/dex.db |
|
|
|
web: |
|
http: 127.0.0.1:5556 |
|
|
|
connectors: |
|
- type: mockCallback |
|
id: mock-callback |
|
name: Mock |
|
- type: mockPassword |
|
id: mock-password |
|
name: Password |
|
config: |
|
username: "admin" |
|
password: "PASSWORD" |
|
|
|
staticClients: |
|
- id: example-app |
|
redirectURIs: |
|
- 'http://127.0.0.1:5555/callback' |
|
name: 'Example App' |
|
secret: ZXhhbXBsZS1hcHAtc2VjcmV0
|
|
|