mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(core): Add OIDC support for SSO (#15988)
Co-authored-by: Andreas Fitzek <andreas.fitzek@n8n.io>
This commit is contained in:
@@ -269,7 +269,7 @@ export const enum StatisticsNames {
|
||||
dataLoaded = 'data_loaded',
|
||||
}
|
||||
|
||||
export type AuthProviderType = 'ldap' | 'email' | 'saml'; // | 'google';
|
||||
export type AuthProviderType = 'ldap' | 'email' | 'saml' | 'oidc'; // | 'google';
|
||||
|
||||
export type FolderWithWorkflowAndSubFolderCount = Folder & {
|
||||
workflowCount?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user