Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8c8ca7b

Browse files
atrakhConvex, Inc.
authored and
Convex, Inc.
committed
remove unused sso options (#42711)
We're not going to support these for now GitOrigin-RevId: 6313372dd4bbdfd4b8728461ff5aca521e99197d
1 parent f27bb87 commit 8c8ca7b

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

‎npm-packages/dashboard/dashboard-management-openapi.json‎

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5181,14 +5181,9 @@
51815181
"required": [
51825182
"createTime",
51835183
"domains",
5184-
"requireSsoLogin",
5185-
"jitProvisioning",
5186-
"automaticMembership"
5184+
"requireSsoLogin"
51875185
],
51885186
"properties": {
5189-
"automaticMembership": {
5190-
"type": "boolean"
5191-
},
51925187
"createTime": {
51935188
"type": "integer",
51945189
"format": "int64"
@@ -5199,9 +5194,6 @@
51995194
"$ref": "#/components/schemas/SSOOrganizationDomain"
52005195
}
52015196
},
5202-
"jitProvisioning": {
5203-
"type": "boolean"
5204-
},
52055197
"requireSsoLogin": {
52065198
"type": "boolean"
52075199
}
@@ -5817,18 +5809,6 @@
58175809
"UpdateSSORequest": {
58185810
"type": "object",
58195811
"properties": {
5820-
"automaticMembership": {
5821-
"type": [
5822-
"boolean",
5823-
"null"
5824-
]
5825-
},
5826-
"jitProvisioning": {
5827-
"type": [
5828-
"boolean",
5829-
"null"
5830-
]
5831-
},
58325812
"requireSsoLogin": {
58335813
"type": [
58345814
"boolean",

‎npm-packages/dashboard/src/generatedApi.ts‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2259,11 +2259,9 @@ export interface components {
22592259
state: components["schemas"]["SSODomainState"];
22602260
};
22612261
SSOOrganizationResponse: {
2262-
automaticMembership: boolean;
22632262
/** Format: int64 */
22642263
createTime: number;
22652264
domains: components["schemas"]["SSOOrganizationDomain"][];
2266-
jitProvisioning: boolean;
22672265
requireSsoLogin: boolean;
22682266
};
22692267
/** @enum {string} */
@@ -2431,8 +2429,6 @@ export interface components {
24312429
updates: components["schemas"]["ProjectRoleUpdateArg"][];
24322430
};
24332431
UpdateSSORequest: {
2434-
automaticMembership?: boolean | null;
2435-
jitProvisioning?: boolean | null;
24362432
requireSsoLogin?: boolean | null;
24372433
};
24382434
UpdateTeamArgs: {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /