Skip to content

Commit

Permalink
add new requests to postman
Browse files Browse the repository at this point in the history
  • Loading branch information
taneekpet committed Apr 25, 2018
1 parent 8f62015 commit 70fa1c3
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions assets/authen-flow-postman.json
Expand Up @@ -102,6 +102,35 @@
}
},
"response": []
},
{
"name": "http://localhost:8080/idp/response",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"namespace\": \"cid\",\n\t\"identifier\": \"1234567890123\",\n\t\"secret\": \"MAGIC\",\n\t\"accessor_type\": \"awesome-type\",\n\t\"accessor_key\": \"awesome-key\",\n\t\"accessor_id\": \"some-awesome-accessor\"\n}"
},
"url": {
"raw": "http://localhost:8080/identity/",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"identity",
""
]
}
},
"response": []
}
]
}
29 changes: 29 additions & 0 deletions assets/request-data-flow-postman.json
Expand Up @@ -102,6 +102,35 @@
}
},
"response": []
},
{
"name": "http://localhost:8080/idp/response",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"namespace\": \"cid\",\n\t\"identifier\": \"1234567890123\",\n\t\"secret\": \"MAGIC\",\n\t\"accessor_type\": \"awesome-type\",\n\t\"accessor_key\": \"awesome-key\",\n\t\"accessor_id\": \"some-awesome-accessor\"\n}"
},
"url": {
"raw": "http://localhost:8080/identity/",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"identity",
""
]
}
},
"response": []
}
]
}

0 comments on commit 70fa1c3

Please sign in to comment.