@boxyhq/saml-jackson 0.3.8-beta.766 → 0.4.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
CHANGED
@@ -28,13 +28,13 @@ export declare class APIController implements IAPIController {
|
|
28
28
|
* in: formData
|
29
29
|
* required: true
|
30
30
|
* type: string
|
31
|
-
* example: http://localhost:
|
31
|
+
* example: http://localhost:3366/login/saml
|
32
32
|
* - name: redirectUrl
|
33
33
|
* description: JSON encoded array containing a list of allowed redirect URLs
|
34
34
|
* in: formData
|
35
35
|
* required: true
|
36
36
|
* type: string
|
37
|
-
* example: '["http://localhost:
|
37
|
+
* example: '["http://localhost:3366/*"]'
|
38
38
|
* - name: tenant
|
39
39
|
* description: Tenant
|
40
40
|
* in: formData
|
package/dist/controller/api.js
CHANGED
@@ -84,13 +84,13 @@ class APIController {
|
|
84
84
|
* in: formData
|
85
85
|
* required: true
|
86
86
|
* type: string
|
87
|
-
* example: http://localhost:
|
87
|
+
* example: http://localhost:3366/login/saml
|
88
88
|
* - name: redirectUrl
|
89
89
|
* description: JSON encoded array containing a list of allowed redirect URLs
|
90
90
|
* in: formData
|
91
91
|
* required: true
|
92
92
|
* type: string
|
93
|
-
* example: '["http://localhost:
|
93
|
+
* example: '["http://localhost:3366/*"]'
|
94
94
|
* - name: tenant
|
95
95
|
* description: Tenant
|
96
96
|
* in: formData
|