fix(core): Improve saml endpoints and audit events (#6107)

* update saml endpoints and login audit

* fix(core): Skip auth for controllers/routes that don't use the `Authorized` decorator

* fix linting

* lint fix

* add tests and fix endpoint permission

* add hook test

---------

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
Michael Auerswald
2023-04-28 18:11:33 +02:00
committed by GitHub
parent 701105edcf
commit c0b1cddc91
7 changed files with 300 additions and 5 deletions

View File

@@ -337,6 +337,7 @@ export interface IDiagnosticInfo {
n8n_multi_user_allowed: boolean;
smtp_set_up: boolean;
ldap_allowed: boolean;
saml_enabled: boolean;
}
export interface ITelemetryUserDeletionData {