diff --git a/services/web/app/src/models/SSOConfig.js b/services/web/app/src/models/SSOConfig.js index 5d50d51d02..6734b29f57 100644 --- a/services/web/app/src/models/SSOConfig.js +++ b/services/web/app/src/models/SSOConfig.js @@ -10,6 +10,7 @@ const SSOConfigSchema = new Schema( userLastNameAttribute: { type: String }, validated: { type: Boolean, default: false }, enabled: { type: Boolean, default: false }, + useSettingsUKAMF: { type: Boolean, default: false }, }, { diff --git a/services/web/types/subscription/sso.ts b/services/web/types/subscription/sso.ts index cf869ec741..6500817407 100644 --- a/services/web/types/subscription/sso.ts +++ b/services/web/types/subscription/sso.ts @@ -13,6 +13,7 @@ export type SSOConfig = { userLastNameAttribute?: string validated?: boolean enabled?: boolean + useSettingsUKAMF?: boolean } export type GroupSSOLinkingStatus = {