issuer: http://127.0.0.1:5556/dex storage: type: memory web: http: 0.0.0.0:5556 staticClients: - id: example-app redirectURIs: - 'http://localhost:8000/oidc-callback' name: 'Example App' secret: example-app-secret enablePasswordDB: true staticPasswords: - email: "user@example.com" # bcrypt hash of "password" hash: "$2y$10$BvrNnoSifaDAcS95zT5CyegMKE90S9gpiMHcJj82hVnyRYwn2LNwS" username: "testuser" userID: "1234" oauth2: skipApprovalScreen: true logger: level: debug