Allow insecure HTTP for OIDC only in local in development mode

This commit is contained in:
2024-11-04 17:24:02 +01:00
parent 8de170a009
commit 4fc08a35de
9 changed files with 140 additions and 93 deletions

View File

@@ -9,7 +9,7 @@ import (
"git.coopgo.io/coopgo-apps/parcoursmob/utils/identification"
"git.coopgo.io/coopgo-platform/emailing"
"git.coopgo.io/coopgo-platform/groups-management/storage"
"github.com/coreos/go-oidc"
"github.com/coreos/go-oidc/v3/oidc"
"github.com/spf13/viper"
)