add other collections
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
info:
|
||||
name: Creazione JWT
|
||||
type: http
|
||||
seq: 3
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{elixFormsApiUrl}}/authentication/jwt"
|
||||
headers:
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
- name: x-requested-with
|
||||
value: XMLHttpRequest
|
||||
body:
|
||||
type: json
|
||||
data: "{\r
|
||||
|
||||
\ \"iss\": \"servizio-cittadino-attivo\",\r
|
||||
|
||||
\ \"sub\": \"mariorossi\",\r
|
||||
|
||||
\ \"info\": {\r
|
||||
|
||||
\ \"https://www.elixforms.it/name\": \"Mario\",\r
|
||||
|
||||
\ \"https://www.elixforms.it/surname\": \"Rossi\",\r
|
||||
|
||||
\ \"https://www.elixforms.it/email\": \"mario.rossi@example.org\",\r
|
||||
|
||||
\ \"https://www.elixforms.it/fiscal_code\": \"XXX\",\r
|
||||
|
||||
\ \"https://www.elixforms.it/login_date\": \"2023-08-09T11:31:30Z[UTC]\",\r
|
||||
|
||||
\ \"https://www.elixforms.it/login_receipt\": \"SPIDlogin 0101001029\"\r
|
||||
|
||||
\ }\r
|
||||
|
||||
}"
|
||||
auth:
|
||||
type: apikey
|
||||
key: x-api-key
|
||||
value: "{{elixFormsApiAuthToken}}"
|
||||
placement: header
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
@@ -0,0 +1,22 @@
|
||||
info:
|
||||
name: SSO Receipt Insert
|
||||
type: http
|
||||
seq: 2
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{elixFormsApiUrl_Default}}/authentication/sso/receipts"
|
||||
headers:
|
||||
- name: x-requested-with
|
||||
value: XMLHttpRequest
|
||||
auth:
|
||||
type: apikey
|
||||
key: x-api-key
|
||||
value: "{{elixFormsApiAuthToken}}"
|
||||
placement: header
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
@@ -0,0 +1,26 @@
|
||||
info:
|
||||
name: SSO Receipt by User
|
||||
type: http
|
||||
seq: 1
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{elixFormsApiUrl_Default}}/authentication/sso/receipts/users/:codice_fiscale"
|
||||
headers:
|
||||
- name: x-requested-with
|
||||
value: XMLHttpRequest
|
||||
params:
|
||||
- name: codice_fiscale
|
||||
value: MMMPPL74T17E463A
|
||||
type: path
|
||||
auth:
|
||||
type: apikey
|
||||
key: x-api-key
|
||||
value: "{{elixFormsApiAuthToken}}"
|
||||
placement: header
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
@@ -0,0 +1,7 @@
|
||||
info:
|
||||
name: _Untested
|
||||
type: folder
|
||||
seq: 1
|
||||
|
||||
request:
|
||||
auth: inherit
|
||||
Reference in New Issue
Block a user