oidc: set authType to oidc

This commit is contained in:
Girish Ramakrishnan
2023-07-25 17:11:46 +05:30
parent e13d905f32
commit b533e5273d

View File

@@ -502,7 +502,7 @@ function interactionLogin(provider) {
const ip = req.headers['x-forwarded-for'] || req.connection.remoteAddress || null;
const userAgent = req.headers['user-agent'] || '';
const auditSource = { authType: 'basic', ip };
const auditSource = { authType: 'oidc', ip };
const clientId = details.params.client_id;
debug(`interactionLogin: for OpenID client ${clientId} from ${ip}`);