oidc: set authType to oidc
This commit is contained in:
@@ -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}`);
|
||||
|
||||
Reference in New Issue
Block a user