Fix:Server does not start with oidc 2nd try
This commit is contained in:
+2
-2
@@ -177,10 +177,10 @@ async function setupAuth(oidcIssuer)
|
|||||||
// any of the supported values directly, i.e. "S256" (recommended) or "plain"
|
// any of the supported values directly, i.e. "S256" (recommended) or "plain"
|
||||||
const usePKCE = false;
|
const usePKCE = false;
|
||||||
|
|
||||||
const cClient = oidcClient;
|
const client = oidcClient;
|
||||||
|
|
||||||
oidcStrategy = new Strategy(
|
oidcStrategy = new Strategy(
|
||||||
{ cClient, params, passReqToCallback, usePKCE },
|
{ client, params, passReqToCallback, usePKCE },
|
||||||
(tokenset, userinfo, done) =>
|
(tokenset, userinfo, done) =>
|
||||||
{
|
{
|
||||||
const user =
|
const user =
|
||||||
|
|||||||
Reference in New Issue
Block a user