Skip to content

Commit

Permalink
Use login via oidc in Kopano WebApp by default (#203)
Browse files Browse the repository at this point in the history
fixes #202

Signed-off-by: Felix Bartels <felix@host-consultants.de>
  • Loading branch information
fbartels authored Jul 11, 2019
1 parent b12f323 commit d4c8b57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ services:
environment:
- TZ=${TZ}
- ADDITIONAL_KOPANO_WEBAPP_PLUGINS=${ADDITIONAL_KOPANO_WEBAPP_PLUGINS}
- KCCONF_WEBAPP_OIDC_ISS=https://${FQDN}
- KCCONF_WEBAPP_OIDC_CLIENT_ID=webapp

env_file:
- kopano_webapp.env
networks:
Expand Down

0 comments on commit d4c8b57

Please sign in to comment.