# Real OIDC IdP for the e2e OAuth browser-flow journey. issuer: http://127.0.0.1:54556/dex storage: type: memory web: http: 0.0.0.0:5556 oauth2: skipApprovalScreen: true staticClients: - id: clawmates secret: tc-e2e-oauth-secret name: Clawmates redirectURIs: - http://127.0.0.1:18080/api/apps/oauth/callback enablePasswordDB: true staticPasswords: - email: admin@acme.test # bcrypt("password") — dex's documented example hash. hash: "$2a$10$2b2cU8CPhOTaGrs1HRQuAueS7JTT5ZHsHSzYiFPm1leZck7Mc8T4W" username: admin userID: 08a8684b-db88-4b73-90a9-3cd1661f5466