Skip to content

Commit c1dfac7

Browse files
authored
Fix tenant enforceSSO attribute name (#516)
1 parent 24a5448 commit c1dfac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/management/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export type Tenant = {
159159
customAttributes?: Record<string, string | number | boolean>;
160160
domains?: string[];
161161
authType?: 'none' | 'saml' | 'oidc';
162-
forceSSO?: boolean;
162+
enforceSSO?: boolean;
163163
disabled?: boolean;
164164
};
165165

0 commit comments

Comments
 (0)