Skip to content

Commit

Permalink
[ES-1986] Updated postman collection (mosip#551)
Browse files Browse the repository at this point in the history
Signed-off-by: pvsaidurga <[email protected]>
  • Loading branch information
pvsaidurga committed Jan 24, 2025
1 parent 9160a08 commit 95e400c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postman-collection/eSignet Signup.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
],
"body": {
"mode": "raw",
"raw": "{\n \"requestTime\": \"{{$isoTimestamp}}\",\n \"request\": {\n \"clientId\": \"mosip-signup-oauth-client\",\n \"scope\": \"openid\",\n \"responseType\": \"code\",\n \"redirectUri\": \"http://localhost:8089/identity-verification\",\n \"display\": \"popup\",\n \"prompt\": \"login\",\n \"acrValues\": \"mosip:idp:acr:id-token\",\n \"nonce\" : \"{{nonce}}\",\n \"state\" : \"{{state}}\",\n \"idTokenHint\" : \"{{id_token_hint}}\"\n }\n}",
"raw": "{\n \"requestTime\": \"{{$isoTimestamp}}\",\n \"request\": {\n \"clientId\": \"mosip-signup-oauth-client\",\n \"scope\": \"openid\",\n \"responseType\": \"code\",\n \"redirectUri\": \"http://localhost:8089/identity-verification\",\n \"display\": \"popup\",\n \"prompt\": \"login\",\n \"acrValues\": \"mosip:idp:acr:id-token\",\n \"nonce\" : \"{{$randomAlphaNumeric}}\",\n \"state\" : \"{{state}}\",\n \"idTokenHint\" : \"{{id_token_hint}}\"\n }\n}",
"options": {
"raw": {
"language": "json"
Expand Down

0 comments on commit 95e400c

Please sign in to comment.