oidc callback logging

pull/3743/head
Mike Kao 6 months ago
parent df8c1b53e5
commit b425604342

@ -443,6 +443,7 @@ authRoutes.get('/oidc-login', async (req, res, next) => {
authRoutes.get('/oidc-callback', async (req, res, next) => {
logger.info('OIDC callback initiated', { req });
const settings = getSettings();
const { oidcDomain, oidcClientId, oidcClientSecret } = settings.main;

Loading…
Cancel
Save