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.
41 lines
765 B
41 lines
765 B
issuer: http://127.0.0.1:5556/dex |
|
|
|
storage: |
|
type: sqlite3 |
|
config: |
|
file: var/sqlite/dex.db |
|
|
|
web: |
|
http: 127.0.0.1:5556 |
|
|
|
telemetry: |
|
http: 127.0.0.1:5558 |
|
|
|
grpc: |
|
addr: 127.0.0.1:5557 |
|
|
|
staticClients: |
|
- id: example-app |
|
redirectURIs: |
|
- 'http://127.0.0.1:5555/callback' |
|
name: 'Example App' |
|
secret: ZXhhbXBsZS1hcHAtc2VjcmV0 |
|
|
|
connectors: |
|
- type: mockCallback |
|
id: mock |
|
name: Example |
|
|
|
enablePasswordDB: true |
|
|
|
staticPasswords: |
|
- email: "admin@example.com" |
|
hash: "$2a$10$2b2cU8CPhOTaGrs1HRQuAueS7JTT5ZHsHSzYiFPm1leZck7Mc8T4W" |
|
username: "admin" |
|
name: "Admin User" |
|
emailVerified: true |
|
preferredUsername: "admin" |
|
groups: |
|
- "team-a" |
|
- "team-a/admins" |
|
userID: "08a8684b-db88-4b73-90a9-3cd1661f5466"
|
|
|