Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions openapi/scalekit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,7 @@ paths:
- enabled: true
name: sso
- enabled: false
name: directory_sync
name: dir_sync
required: true
x-codeSamples:
- label: Node.js SDK
Expand Down Expand Up @@ -9017,13 +9017,13 @@ components:
- - enabled: true
name: sso
- enabled: false
name: directory_sync
name: dir_sync
examples:
- features:
- enabled: true
name: sso
- enabled: false
name: directory_sync
name: dir_sync
organizationsOrganizationSettingsFeature:
description: Controls the activation state of a specific organization feature
type: object
Expand All @@ -9038,7 +9038,7 @@ components:
examples:
- true
name:
description: 'Feature identifier. Supported values include: "sso" (Single Sign-On), "directory_sync" (Directory Synchronization), "domain_verification" (Domain Verification), "session_policy" (Organization-level session policy override)'
description: 'Feature identifier. Supported values include: "sso" (Single Sign-On), "dir_sync" (Directory Synchronization), "domain_verification" (Domain Verification), "session_policy" (Organization-level session policy override)'
type: string
examples:
- sso
Expand Down
8 changes: 4 additions & 4 deletions public/api/saaskit.scalar.json
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@
},
{
"enabled": false,
"name": "directory_sync"
"name": "dir_sync"
}
]
}
Expand Down Expand Up @@ -10770,7 +10770,7 @@
},
{
"enabled": false,
"name": "directory_sync"
"name": "dir_sync"
}
]
]
Expand All @@ -10785,7 +10785,7 @@
},
{
"enabled": false,
"name": "directory_sync"
"name": "dir_sync"
}
]
}
Expand All @@ -10808,7 +10808,7 @@
]
},
"name": {
"description": "Feature identifier. Supported values include: \"sso\" (Single Sign-On), \"directory_sync\" (Directory Synchronization), \"domain_verification\" (Domain Verification), \"session_policy\" (Organization-level session policy override)",
"description": "Feature identifier. Supported values include: \"sso\" (Single Sign-On), \"dir_sync\" (Directory Synchronization), \"domain_verification\" (Domain Verification), \"session_policy\" (Organization-level session policy override)",
"type": "string",
"examples": [
"sso"
Expand Down
8 changes: 4 additions & 4 deletions public/api/saaskit.scalar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ paths:
- enabled: true
name: sso
- enabled: false
name: directory_sync
name: dir_sync
required: true
x-codeSamples:
- label: Node.js SDK
Expand Down Expand Up @@ -8646,13 +8646,13 @@ components:
- - enabled: true
name: sso
- enabled: false
name: directory_sync
name: dir_sync
examples:
- features:
- enabled: true
name: sso
- enabled: false
name: directory_sync
name: dir_sync
organizationsOrganizationSettingsFeature:
description: Controls the activation state of a specific organization feature
type: object
Expand All @@ -8667,7 +8667,7 @@ components:
examples:
- true
name:
description: 'Feature identifier. Supported values include: "sso" (Single Sign-On), "directory_sync" (Directory Synchronization), "domain_verification" (Domain Verification), "session_policy" (Organization-level session policy override)'
description: 'Feature identifier. Supported values include: "sso" (Single Sign-On), "dir_sync" (Directory Synchronization), "domain_verification" (Domain Verification), "session_policy" (Organization-level session policy override)'
type: string
examples:
- sso
Expand Down
8 changes: 4 additions & 4 deletions public/api/scalekit.scalar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2525,7 +2525,7 @@
},
{
"enabled": false,
"name": "directory_sync"
"name": "dir_sync"
}
]
}
Expand Down Expand Up @@ -13405,7 +13405,7 @@
},
{
"enabled": false,
"name": "directory_sync"
"name": "dir_sync"
}
]
]
Expand All @@ -13420,7 +13420,7 @@
},
{
"enabled": false,
"name": "directory_sync"
"name": "dir_sync"
}
]
}
Expand All @@ -13443,7 +13443,7 @@
]
},
"name": {
"description": "Feature identifier. Supported values include: \"sso\" (Single Sign-On), \"directory_sync\" (Directory Synchronization), \"domain_verification\" (Domain Verification), \"session_policy\" (Organization-level session policy override)",
"description": "Feature identifier. Supported values include: \"sso\" (Single Sign-On), \"dir_sync\" (Directory Synchronization), \"domain_verification\" (Domain Verification), \"session_policy\" (Organization-level session policy override)",
"type": "string",
"examples": [
"sso"
Expand Down
8 changes: 4 additions & 4 deletions public/api/scalekit.scalar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1865,7 +1865,7 @@ paths:
- enabled: true
name: sso
- enabled: false
name: directory_sync
name: dir_sync
required: true
x-codeSamples:
- label: Node.js SDK
Expand Down Expand Up @@ -10487,13 +10487,13 @@ components:
- - enabled: true
name: sso
- enabled: false
name: directory_sync
name: dir_sync
examples:
- features:
- enabled: true
name: sso
- enabled: false
name: directory_sync
name: dir_sync
organizationsOrganizationSettingsFeature:
description: Controls the activation state of a specific organization feature
type: object
Expand All @@ -10508,7 +10508,7 @@ components:
examples:
- true
name:
description: 'Feature identifier. Supported values include: "sso" (Single Sign-On), "directory_sync" (Directory Synchronization), "domain_verification" (Domain Verification), "session_policy" (Organization-level session policy override)'
description: 'Feature identifier. Supported values include: "sso" (Single Sign-On), "dir_sync" (Directory Synchronization), "domain_verification" (Domain Verification), "session_policy" (Organization-level session policy override)'
type: string
examples:
- sso
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ app.get('/admin/sso-settings', async (req, res) => {
const response = await scalekit.organization.updateOrganizationSettings('org_12345', {
features: [
{ name: 'sso', enabled: true },
{ name: 'directory_sync', enabled: true }
{ name: 'dir_sync', enabled: true }
]
});
```
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/saaskit/sdks/node/organizations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ app.get('/admin/sso-settings', async (req, res) => {
const response = await scalekit.organization.updateOrganizationSettings('org_12345', {
features: [
{ name: 'sso', enabled: true },
{ name: 'directory_sync', enabled: true }
{ name: 'dir_sync', enabled: true }
]
});
```
Expand Down