Possibility to configure an OpenID Connect provider on the instance

level WIP (#128):

Small fixes, so it works with Google accounts.
This commit is contained in:
John Livingston
2024-04-18 10:23:52 +02:00
parent a4e42a11b9
commit c3d7102d4a
2 changed files with 35 additions and 10 deletions

View File

@ -66,7 +66,7 @@ async function initOIDCRouter (options: RegisterServerOptions): Promise<Router>
}
const externalAccountInfos = await oidc.validateAuthenticationProcess(req)
logger.debug(JSON.stringify(
logger.debug('external account infos: ' + JSON.stringify(
Object.assign(
{},
externalAccountInfos,