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:
@ -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,
|
||||
|
Reference in New Issue
Block a user