Replace test OIDC provider

This commit is contained in:
2024-11-30 09:36:57 +01:00
parent 044b7d0de4
commit 48e9c1d42f
3 changed files with 32 additions and 7 deletions

View File

@ -1,9 +1,8 @@
services:
oidc:
image: qlik/simple-oidc-provider
environment:
- REDIRECTS=http://localhost:3000/oidc_cb,http://localhost:5173/oidc_cb
- PORT=9001
image: dexidp/dex
ports:
- 9001:9001
- 9001:9001
volumes:
- ./docker/dex:/conf:ro
command: [ "dex", "serve", "/conf/dex.config.yaml" ]