@boxyhq/saml-jackson 1.42.0 → 1.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/controller/api.d.ts +12 -136
- package/dist/controller/api.js +12 -136
- package/dist/controller/api.js.map +1 -1
- package/dist/controller/connection/oidc.js +4 -12
- package/dist/controller/connection/oidc.js.map +1 -1
- package/dist/controller/connection/saml.js +16 -14
- package/dist/controller/connection/saml.js.map +1 -1
- package/dist/controller/oauth.js +67 -55
- package/dist/controller/oauth.js.map +1 -1
- package/dist/controller/setup-link.d.ts +0 -64
- package/dist/controller/setup-link.js +0 -64
- package/dist/controller/setup-link.js.map +1 -1
- package/dist/controller/sso-handler.js +1 -1
- package/dist/controller/sso-handler.js.map +1 -1
- package/dist/controller/utils.d.ts +2 -0
- package/dist/controller/utils.js +19 -1
- package/dist/controller/utils.js.map +1 -1
- package/dist/directory-sync/scim/DirectoryConfig.d.ts +1 -50
- package/dist/directory-sync/scim/DirectoryConfig.js +2 -51
- package/dist/directory-sync/scim/DirectoryConfig.js.map +1 -1
- package/dist/ee/identity-federation/app.d.ts +0 -94
- package/dist/ee/identity-federation/app.js +0 -94
- package/dist/ee/identity-federation/app.js.map +1 -1
- package/dist/typings.d.ts +3 -4
- package/package.json +15 -15
@@ -56,60 +56,6 @@ export declare class App {
|
|
56
56
|
* summary: Create an Identity Federation app
|
57
57
|
* requestBody:
|
58
58
|
* content:
|
59
|
-
* application/x-www-form-urlencoded:
|
60
|
-
* schema:
|
61
|
-
* required:
|
62
|
-
* - acsUrl
|
63
|
-
* - entityId
|
64
|
-
* - name
|
65
|
-
* - product
|
66
|
-
* - tenant
|
67
|
-
* type: object
|
68
|
-
* properties:
|
69
|
-
* name:
|
70
|
-
* type: string
|
71
|
-
* description: Name
|
72
|
-
* tenant:
|
73
|
-
* type: string
|
74
|
-
* description: Tenant
|
75
|
-
* product:
|
76
|
-
* type: string
|
77
|
-
* description: Product
|
78
|
-
* acsUrl:
|
79
|
-
* type: string
|
80
|
-
* description: ACS URL
|
81
|
-
* entityId:
|
82
|
-
* type: string
|
83
|
-
* description: Entity ID
|
84
|
-
* logoUrl:
|
85
|
-
* type: string
|
86
|
-
* description: Logo URL
|
87
|
-
* faviconUrl:
|
88
|
-
* type: string
|
89
|
-
* description: Favicon URL
|
90
|
-
* primaryColor:
|
91
|
-
* type: string
|
92
|
-
* description: Primary color
|
93
|
-
* tenants:
|
94
|
-
* type: array
|
95
|
-
* items:
|
96
|
-
* type: string
|
97
|
-
* description: Mapping of tenants whose connections will be grouped under this Identity Federation app
|
98
|
-
* mappings:
|
99
|
-
* type: array
|
100
|
-
* items:
|
101
|
-
* type: string
|
102
|
-
* description: Mapping of attributes from the IdP to SP
|
103
|
-
* type:
|
104
|
-
* type: array
|
105
|
-
* items:
|
106
|
-
* type: string
|
107
|
-
* description: If creating an OIDC app, this should be set to 'oidc' otherwise it defaults to 'saml'
|
108
|
-
* redirectUrl:
|
109
|
-
* type: array
|
110
|
-
* items:
|
111
|
-
* type: string
|
112
|
-
* description: If creating an OIDC app, provide the redirect URL
|
113
59
|
* application/json:
|
114
60
|
* schema:
|
115
61
|
* required:
|
@@ -253,46 +199,6 @@ export declare class App {
|
|
253
199
|
* summary: Update an Identity Federation app
|
254
200
|
* requestBody:
|
255
201
|
* content:
|
256
|
-
* application/x-www-form-urlencoded:
|
257
|
-
* schema:
|
258
|
-
* required:
|
259
|
-
* - id
|
260
|
-
* type: object
|
261
|
-
* properties:
|
262
|
-
* id:
|
263
|
-
* type: string
|
264
|
-
* description: App ID
|
265
|
-
* tenant:
|
266
|
-
* type: string
|
267
|
-
* description: Tenant
|
268
|
-
* product:
|
269
|
-
* type: string
|
270
|
-
* description: Product
|
271
|
-
* name:
|
272
|
-
* type: string
|
273
|
-
* description: Name
|
274
|
-
* acsUrl:
|
275
|
-
* type: string
|
276
|
-
* description: ACS URL
|
277
|
-
* logoUrl:
|
278
|
-
* type: string
|
279
|
-
* description: Logo URL
|
280
|
-
* faviconUrl:
|
281
|
-
* type: string
|
282
|
-
* description: Favicon URL
|
283
|
-
* primaryColor:
|
284
|
-
* type: string
|
285
|
-
* description: Primary color
|
286
|
-
* tenants:
|
287
|
-
* type: array
|
288
|
-
* items:
|
289
|
-
* type: string
|
290
|
-
* description: Mapping of tenants whose connections will be grouped under this Identity Federation app
|
291
|
-
* mappings:
|
292
|
-
* type: array
|
293
|
-
* items:
|
294
|
-
* type: string
|
295
|
-
* description: Mapping of attributes from the IdP to SP
|
296
202
|
* application/json:
|
297
203
|
* schema:
|
298
204
|
* required:
|
@@ -70,60 +70,6 @@ class App {
|
|
70
70
|
* summary: Create an Identity Federation app
|
71
71
|
* requestBody:
|
72
72
|
* content:
|
73
|
-
* application/x-www-form-urlencoded:
|
74
|
-
* schema:
|
75
|
-
* required:
|
76
|
-
* - acsUrl
|
77
|
-
* - entityId
|
78
|
-
* - name
|
79
|
-
* - product
|
80
|
-
* - tenant
|
81
|
-
* type: object
|
82
|
-
* properties:
|
83
|
-
* name:
|
84
|
-
* type: string
|
85
|
-
* description: Name
|
86
|
-
* tenant:
|
87
|
-
* type: string
|
88
|
-
* description: Tenant
|
89
|
-
* product:
|
90
|
-
* type: string
|
91
|
-
* description: Product
|
92
|
-
* acsUrl:
|
93
|
-
* type: string
|
94
|
-
* description: ACS URL
|
95
|
-
* entityId:
|
96
|
-
* type: string
|
97
|
-
* description: Entity ID
|
98
|
-
* logoUrl:
|
99
|
-
* type: string
|
100
|
-
* description: Logo URL
|
101
|
-
* faviconUrl:
|
102
|
-
* type: string
|
103
|
-
* description: Favicon URL
|
104
|
-
* primaryColor:
|
105
|
-
* type: string
|
106
|
-
* description: Primary color
|
107
|
-
* tenants:
|
108
|
-
* type: array
|
109
|
-
* items:
|
110
|
-
* type: string
|
111
|
-
* description: Mapping of tenants whose connections will be grouped under this Identity Federation app
|
112
|
-
* mappings:
|
113
|
-
* type: array
|
114
|
-
* items:
|
115
|
-
* type: string
|
116
|
-
* description: Mapping of attributes from the IdP to SP
|
117
|
-
* type:
|
118
|
-
* type: array
|
119
|
-
* items:
|
120
|
-
* type: string
|
121
|
-
* description: If creating an OIDC app, this should be set to 'oidc' otherwise it defaults to 'saml'
|
122
|
-
* redirectUrl:
|
123
|
-
* type: array
|
124
|
-
* items:
|
125
|
-
* type: string
|
126
|
-
* description: If creating an OIDC app, provide the redirect URL
|
127
73
|
* application/json:
|
128
74
|
* schema:
|
129
75
|
* required:
|
@@ -387,46 +333,6 @@ class App {
|
|
387
333
|
* summary: Update an Identity Federation app
|
388
334
|
* requestBody:
|
389
335
|
* content:
|
390
|
-
* application/x-www-form-urlencoded:
|
391
|
-
* schema:
|
392
|
-
* required:
|
393
|
-
* - id
|
394
|
-
* type: object
|
395
|
-
* properties:
|
396
|
-
* id:
|
397
|
-
* type: string
|
398
|
-
* description: App ID
|
399
|
-
* tenant:
|
400
|
-
* type: string
|
401
|
-
* description: Tenant
|
402
|
-
* product:
|
403
|
-
* type: string
|
404
|
-
* description: Product
|
405
|
-
* name:
|
406
|
-
* type: string
|
407
|
-
* description: Name
|
408
|
-
* acsUrl:
|
409
|
-
* type: string
|
410
|
-
* description: ACS URL
|
411
|
-
* logoUrl:
|
412
|
-
* type: string
|
413
|
-
* description: Logo URL
|
414
|
-
* faviconUrl:
|
415
|
-
* type: string
|
416
|
-
* description: Favicon URL
|
417
|
-
* primaryColor:
|
418
|
-
* type: string
|
419
|
-
* description: Primary color
|
420
|
-
* tenants:
|
421
|
-
* type: array
|
422
|
-
* items:
|
423
|
-
* type: string
|
424
|
-
* description: Mapping of tenants whose connections will be grouped under this Identity Federation app
|
425
|
-
* mappings:
|
426
|
-
* type: array
|
427
|
-
* items:
|
428
|
-
* type: string
|
429
|
-
* description: Mapping of attributes from the IdP to SP
|
430
336
|
* application/json:
|
431
337
|
* schema:
|
432
338
|
* required:
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"app.js","sourceRoot":"","sources":["../../../src/ee/identity-federation/app.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,oDAA4B;AAC5B,4DAAkC;AAWlC,kDAA+F;AAC/F,kDAAsD;AACtD,0CAAwD;AACxD,kDAA8E;AAC9E,yDAA+D;AAW/D,MAAa,GAAG;IAId,YAAY,EAAE,KAAK,EAAE,IAAI,EAA4C;QACnE,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAmCG;IAEH
|
1
|
+
{"version":3,"file":"app.js","sourceRoot":"","sources":["../../../src/ee/identity-federation/app.ts"],"names":[],"mappings":"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"}
|
package/dist/typings.d.ts
CHANGED
@@ -27,6 +27,7 @@ export interface SSOConnection {
|
|
27
27
|
ory?: OryConfig;
|
28
28
|
sortOrder?: number | null;
|
29
29
|
acsUrlOverride?: string;
|
30
|
+
samlAudienceOverride?: string;
|
30
31
|
}
|
31
32
|
export interface SAMLSSOConnection extends SSOConnection {
|
32
33
|
forceAuthn?: boolean | string;
|
@@ -137,6 +138,7 @@ export type UpdateSAMLConnectionParams = UpdateConnectionParams & {
|
|
137
138
|
forceAuthn?: boolean;
|
138
139
|
identifierFormat?: string;
|
139
140
|
acsUrlOverride?: string;
|
141
|
+
samlAudienceOverride?: string;
|
140
142
|
};
|
141
143
|
export type UpdateOIDCConnectionParams = UpdateConnectionParams & {
|
142
144
|
oidcDiscoveryUrl?: string;
|
@@ -413,10 +415,6 @@ export interface JacksonOption {
|
|
413
415
|
adminToken?: string;
|
414
416
|
};
|
415
417
|
noAnalytics?: boolean;
|
416
|
-
terminus?: {
|
417
|
-
host?: string;
|
418
|
-
adminToken?: string;
|
419
|
-
};
|
420
418
|
webhook?: Webhook;
|
421
419
|
dsync?: {
|
422
420
|
webhookBatchSize?: number;
|
@@ -446,6 +444,7 @@ export interface JacksonOption {
|
|
446
444
|
warn?: (msg: string, err?: any) => void;
|
447
445
|
error?: (msg: string, err?: any) => void;
|
448
446
|
};
|
447
|
+
flattenRawClaims?: boolean;
|
449
448
|
}
|
450
449
|
export interface SLORequestParams {
|
451
450
|
nameId: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@boxyhq/saml-jackson",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.44.0",
|
4
4
|
"description": "SAML Jackson library",
|
5
5
|
"keywords": [
|
6
6
|
"SAML 2.0"
|
@@ -43,25 +43,25 @@
|
|
43
43
|
"coverage-map": "map.js"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@aws-sdk/client-dynamodb": "3.
|
47
|
-
"@aws-sdk/credential-providers": "3.
|
48
|
-
"@aws-sdk/util-dynamodb": "3.
|
46
|
+
"@aws-sdk/client-dynamodb": "3.774.0",
|
47
|
+
"@aws-sdk/credential-providers": "3.774.0",
|
48
|
+
"@aws-sdk/util-dynamodb": "3.774.0",
|
49
49
|
"@boxyhq/error-code-mnemonic": "0.1.1",
|
50
50
|
"@boxyhq/metrics": "0.2.10",
|
51
|
-
"@boxyhq/saml20": "1.10.
|
52
|
-
"@googleapis/admin": "23.
|
51
|
+
"@boxyhq/saml20": "1.10.1",
|
52
|
+
"@googleapis/admin": "23.3.0",
|
53
53
|
"@libsql/sqlite3": "0.3.1",
|
54
|
-
"axios": "1.8.
|
54
|
+
"axios": "1.8.4",
|
55
55
|
"encoding": "0.1.13",
|
56
|
-
"jose": "6.0.
|
56
|
+
"jose": "6.0.10",
|
57
57
|
"lodash": "4.17.21",
|
58
|
-
"mixpanel": "0.18.
|
59
|
-
"mongodb": "6.
|
58
|
+
"mixpanel": "0.18.1",
|
59
|
+
"mongodb": "6.15.0",
|
60
60
|
"mssql": "11.0.1",
|
61
|
-
"mysql2": "3.
|
61
|
+
"mysql2": "3.14.0",
|
62
62
|
"node-forge": "1.3.1",
|
63
|
-
"openid-client": "6.3.
|
64
|
-
"pg": "8.14.
|
63
|
+
"openid-client": "6.3.4",
|
64
|
+
"pg": "8.14.1",
|
65
65
|
"redis": "4.7.0",
|
66
66
|
"reflect-metadata": "0.2.2",
|
67
67
|
"ripemd160": "2.0.2",
|
@@ -71,12 +71,12 @@
|
|
71
71
|
"devDependencies": {
|
72
72
|
"@faker-js/faker": "9.6.0",
|
73
73
|
"@types/lodash": "4.17.16",
|
74
|
-
"@types/node": "22.13.
|
74
|
+
"@types/node": "22.13.13",
|
75
75
|
"@types/sinon": "17.0.4",
|
76
76
|
"cross-env": "7.0.3",
|
77
77
|
"migrate-mongo": "12.1.3",
|
78
78
|
"nock": "14.0.1",
|
79
|
-
"sinon": "
|
79
|
+
"sinon": "20.0.0",
|
80
80
|
"tap": "21.1.0",
|
81
81
|
"ts-node": "10.9.2",
|
82
82
|
"tsconfig-paths": "4.2.0",
|