Skip to content

Conversation

@jmgasper
Copy link
Contributor

@jmgasper jmgasper commented Nov 2, 2025

No description provided.

@jmgasper jmgasper merged commit bf80469 into develop Nov 2, 2025
4 checks passed
select: { user_id: true },
});
}
console.log("Looking for user ID: " + profile.userId);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[⚠️ maintainability]
Using console.log for logging is not recommended in production code. Consider using the existing Logger instance for consistent logging and better control over log levels.

isEnterprise: true,
},
adfs: {
"wipro-adfs": {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[❗❗ correctness]
Changing the provider key from adfs to wipro-adfs may impact existing integrations or configurations that rely on the old key. Ensure that all references to this provider key are updated throughout the codebase and any external systems that interact with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants