forked from eclipse-tractusx/managed-identity-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adds (initially) a Postman-collection for testing MIW on stage …
…'dev'.
- Loading branch information
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
63 changes: 63 additions & 0 deletions
63
...sting-with-postman/collections/coll_20230622_DEV_CX-MIW_API-Tests.postman_collection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"info": { | ||
"_postman_id": "f47d0152-27c4-494c-82f9-a88c432f702d", | ||
"name": "coll_20230622_DEV_CX-MIW_API-Tests", | ||
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" | ||
}, | ||
"item": [], | ||
"auth": { | ||
"type": "oauth2", | ||
"oauth2": [ | ||
{ | ||
"key": "clientSecret", | ||
"value": "{{ACCESS_TOKEN_CLIENT_SECRET}}", | ||
"type": "string" | ||
}, | ||
{ | ||
"key": "clientId", | ||
"value": "{{ACCESS_TOKEN_CLIENT_ID}}", | ||
"type": "string" | ||
}, | ||
{ | ||
"key": "accessTokenUrl", | ||
"value": "{{ACCESS_TOKEN_URL}}", | ||
"type": "string" | ||
}, | ||
{ | ||
"key": "tokenName", | ||
"value": "", | ||
"type": "string" | ||
}, | ||
{ | ||
"key": "grant_type", | ||
"value": "client_credentials", | ||
"type": "string" | ||
}, | ||
{ | ||
"key": "addTokenTo", | ||
"value": "header", | ||
"type": "string" | ||
} | ||
] | ||
}, | ||
"event": [ | ||
{ | ||
"listen": "prerequest", | ||
"script": { | ||
"type": "text/javascript", | ||
"exec": [ | ||
"" | ||
] | ||
} | ||
}, | ||
{ | ||
"listen": "test", | ||
"script": { | ||
"type": "text/javascript", | ||
"exec": [ | ||
"" | ||
] | ||
} | ||
} | ||
] | ||
} |