mirror of
https://github.com/edumeet/edumeet.git
synced 2026-07-28 13:33:53 +00:00
Fix:Server does not start with oidc 2nd try
This commit is contained in:
parent
cc013f4c4e
commit
b5dd7f0ee4
1 changed files with 2 additions and 2 deletions
|
|
@ -177,10 +177,10 @@ async function setupAuth(oidcIssuer)
|
|||
// any of the supported values directly, i.e. "S256" (recommended) or "plain"
|
||||
const usePKCE = false;
|
||||
|
||||
const cClient = oidcClient;
|
||||
const client = oidcClient;
|
||||
|
||||
oidcStrategy = new Strategy(
|
||||
{ cClient, params, passReqToCallback, usePKCE },
|
||||
{ client, params, passReqToCallback, usePKCE },
|
||||
(tokenset, userinfo, done) =>
|
||||
{
|
||||
const user =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue