Unverified Commit dd245112 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #188464 from xeals/fix/portinus-configuration

parents 7742fdb7 836505de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -212,9 +212,9 @@ in

        staticClients = forEach cfg.dex.oidcClients (client: {
          inherit (client) id;
          redirectURIs = [ client.callbackURI ];
          redirectURIs = [ client.callbackURL ];
          name = "OIDC for ${client.id}";
          secret = "$DEX_CLIENT_${client.id}";
          secretEnv = "DEX_CLIENT_${client.id}";
        });
      };
    };