Add test OIDC provider

This commit is contained in:
2023-06-02 09:48:51 +02:00
parent daffea6727
commit bca1768fc4
3 changed files with 34 additions and 4 deletions

View File

@ -40,4 +40,12 @@ services:
volumes:
- ./storage/redis-data:/data
- ./storage/redis-conf:/usr/local/etc/redis/redis.conf
oidc:
image: qlik/simple-oidc-provider
environment:
- REDIRECTS=http://localhost:3000/oidc_cb
- PORT=9001
ports:
- 9001:9001